Search results

  1. I

    Using guest-set-user-password command with qga

    Hello, root@internal2:/var/run/qemu-server# pveversion -v proxmox-ve: 4.4-79 (running kernel: 4.4.35-2-pve) pve-manager: 4.4-12 (running version: 4.4-12/e71b7a74) pve-kernel-4.4.35-1-pve: 4.4.35-77 pve-kernel-4.4.35-2-pve: 4.4.35-79 lvm2: 2.02.116-pve3 corosync-pve: 2.4.0-1 libqb0: 1.0-1...
  2. I

    Proxmox 3.0 Can't boot into installation UI

    And this is tty2: http://i.imgur.com/u4ZKdrO.png It seems it cant configure the keyboard, right?
  3. I

    Proxmox 3.0 Can't boot into installation UI

    I'm trying to install Proxmox 3.0 on a HP DL180 G6 server that has the exact same configuration with my other servers that I run Proxmox 3.0 succesfully. It tries to load the X interface and then return this error: Installation aborted - unable to continue (type exit or CTRL-D to reboot) Here...
  4. I

    Can't install ia32-libs on proxmox 2.3 anymore

    I cannot install ia32-libs on Proxmox 2.3 anymore for some reason. It works with 3.0 and it was working with 2.3 before as well. Now I get this: root@node4:~# apt-get install ia32-libs Reading package lists... Done Building dependency tree Reading...
  5. I

    Create ISO from Source / Modify ISO

    I'm trying to edit some files inside the ISO file and then recreate it. What I did is: mount -o loop proxmox-ve_2.3-ad9c5c05-30.iso iso/ cp -R iso/* newiso/ mkisofs -R -iso-level 4 -z -V "PVE" -o pve-cd.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4...
  6. I

    Custom Role Issue

    I've created a custom role with the following command: pveum roleadd PVETest -privs "VM.Backup Datastore.AllocateSpace VM.Config.CDROM VM.Console VM.PowerMgmt" Then I've added that role to user "oktay@pve": http://i.imgur.com/k1RigtV.png However, when I login with that user, I cannot see the...
  7. I

    Survey: Do you use KVM or OpenVZ, or both?

    The issue here is supporting OpenVZ is holding KVM back.
  8. I

    Downsides/disadvantages of using newer kernel with Proxmox?

    I did the same. Installed 3.2 SID kernel, but couldn't test it through-fully, yet. - - - Updated - - - Can you please share your testing methods with us so we can test other kernels with multiple people on multiple systems and report how stable they are?
  9. I

    Survey: Do you use KVM or OpenVZ, or both?

    Re: AW: Survey: Do you use KVM or OpenVZ, or both? Only KVM. I honestly hope Debian and RHEL decide to discontinue OpenVZ in favour of LXC so Proxmox would become the "home" for KVM management.
  10. I

    Downsides/disadvantages of using newer kernel with Proxmox?

    Hello, I've searched about this a lot but could not find a good answer. I won't ever use OpenVZ in a million years. So, is there any downside using a newer kernel with Proxmox? I noticed that in the past there was some different kernel branches like 2.6.35 (without OpenVZ) but they got...
  11. I

    proxmox api

    I have the exact same problem. I'm using LVM on ISCSI (shared) root@proxmox1:~# qm rescan root@proxmox1:~# pvesh get /nodes/proxmox2/qemu/100/status/current { "cpu" : 0, "cpus" : 1, "disk" : 0, "diskread" : 208896, "diskwrite" : 163840, "ha" : 0, "maxdisk" ...
  12. I

    iscsi as a distributed (shared) storage on proxmox

    Hello Udo, Yes, I've noticed this can be done without a cluster fs, too. The key is marking the lvm as shared. Would this be a problem in the future? Or is it stable? Basically what I did is: 1. Create a iscsi target with one LUN at the storage server 2. Attach the iscsi target with iscsiadm...
  13. I

    iscsi as a distributed (shared) storage on proxmox

    For people who is wondering, I think it's possible. What I did was in steps: 1. Create a SCSI target 2. Attach it on proxmox server 1 3. Create a volume group and logical volume on the target 4. Install debian kernel from squeeze backports (Because OCFS2 is not supported at PVE kernel) 5...
  14. I

    Intel X540 Dual Port NIC

    Offtopic but can someone using 10GE share their ioping results (on the external storage that is connected with 10ge)? Thanks, Oktay
  15. I

    iscsi as a distributed (shared) storage on proxmox

    Hello, What I'm trying to achieve is attaching a single iscsi target to 2 proxmox servers using a clustered file system. 1. Anyone ever did this with proxmox? If so, what clustered file system did you use? 2. If I do this, would I be able to live migrate or use HA with proxmox just like using...
  16. I

    Changing options are not getting activated without power off/power on

    Hello, Currently, when I change boot order of a KVM VM for example, it does not get activated without powering off the VM then powering on back. I've tried - Editing the config file of the VM, changing "boot:" - Using monitor in Proxmox UI, typing: "boot_set" - Using qm command, typing: "qm...