Search results

  1. K

    Proxmox 4.1 cluster issue

    Anyone? How to I recreate the cluster on hp1 and then how do I join the cluster from hp2?
  2. K

    Proxmox 4.1 cluster issue

    I made a big blunder while setting up a proxmox ve 4.1 2 node cluster. the 2 host nodes hp1 and hp2 hp1 ip 10.0.0.1 hp2 10.0.0.2 hp1 has 2 vm running. hp2 has no vm running So on hp1 I created the cluster hp1# pvecm create mycluster Beofer running pvecm add ip, I changed the ip address of hp2...
  3. K

    Easiest way to setup private switch for a private network for test vms

    Thanks Pirateghost. That is exactly what I did. I created a vmbr10 with different subner, and not attached to any device. I created an ubuntu kvm with 2 nic and attached eth0 to vmbr0 and eth10 to vmbr10. I set IPV4 forward to 1 o the routing could happen. Everything works great. Thanks everyone
  4. K

    Easiest way to setup private switch for a private network for test vms

    Thanks Mir, Can you provide some pointers. Some instructions, may be. Thanks
  5. K

    Easiest way to setup private switch for a private network for test vms

    Can someone suggest steps in setting up easiest method by which I can create a private virtual switch for my vms , that will grab ip from dhcp setup specially for the private network. Basically, I want to test out some DHCP and GIT setup. I already have a DHCP server on my main subnet...
  6. K

    Strange problem with xrdp on KVM VM centos 6.5

    Did nothing. When I used another laptop, it worked. SO there has to be some issues with my other laptop. SO now it is a windows 7 issue, not anything else. Best Regards
  7. K

    Strange problem with xrdp on KVM VM centos 6.5

    Resolved. The issue was with my WIndows 7 laptop. When I tried to RDP in the the VM, it worked as it is supposed to. Thank you all.
  8. K

    Strange problem with xrdp on KVM VM centos 6.5

    I am using Windows remote desktop connection. That is why I installed xrdp on centos kvm image.
  9. K

    Strange problem with xrdp on KVM VM centos 6.5

    Hi Longhair, I did not quite understand your reference to SPICE here. I am trying to connect to the guest vm centos 6.5 using Remote Desktop Connection from my windows laptop.
  10. K

    Strange problem with xrdp on KVM VM centos 6.5

    I created a KVM Virtual machine on proxmox ve for centos 6.5 desktop at my work. The I installed xrdp from this link http://ajmatson.net/wordpress/2014/01/install-xrdp-remote-desktop-to-centos-6-5/ Everything works great. When I tried the same KVM image at home, I get connection error problem...
  11. K

    Proxmox VE 3.4 released!

    Excellent job proxmox team!!!! I think by the end 2015 Proxmox will be one of the mainstream vertualization solutions world over.
  12. K

    How to enter safe mode in windows 2003 f8 does not work

    Hi Guys. Sorry for the late response. Thanks for answering. I am not using a laptop. However, I have not tried it out from a different client compute. I will and let you know. Also Snowman66, I will try out your suggestion and let you know.
  13. K

    How to enter safe mode in windows 2003 f8 does not work

    The point here is that I am trying to get in to safe mode on a working vm. It obviously does not have bad MBR. This is for just testing out if I can get in to safe mode with any working VM in the first place.
  14. K

    How to enter safe mode in windows 2003 f8 does not work

    Did Exactly as you mentioned. Does not work for me. Any other suggestion?
  15. K

    How to enter safe mode in windows 2003 f8 does not work

    No Matter what I try, I cannot enter safe mode. I tried it with an already perfectly running windows 2003 server. It runs well as a KVM guest. When I try to get in Safe mode, it does not. So, at the time of starting, I press F8 on my keyboard, it does not give me booting options. No matter what...
  16. K

    Docker container support coming to Microsoft's next Windows Server release

    The Link This is something that everyone is looking for. Windows containers. Although Docker can be installed on a KVM machine AFIK. Is there any plans for integrating Docker to Proxmox (KVM+OpenVZ+Docker) ?
  17. K

    How to enter safe mode in windows 2003 f8 does not work

    I have just imported a clonizilla image of my c and d drive of Exchange 2003 running on a physical windows 2003 server. I get a Blue screen error 0x0000007B (0xF54BEA94x0C I have already done the mergeide before using clonezilla. My windows 2003 disks are basic and not dynamic. I went into...
  18. K

    Changing ip address for proxmox cluster

    My current setup: prox1 and prox2 with vmbr0 on 192.168.1.x subnet and DRAS interface (Fence Device) 192.168.1.x. My cluster is based on 192.168.1.x subnet. I want to add vmbr1 for prox1 and prox2 for 10.1.1.x subnet and change the cluster to 10.1.1.x network which is connected to an isolated...