We just created a cluster using the documentation. The cluster is set up over two different server companies in different lcoations, so the communication is over public ip, adding the cluster seemed to go fine.
CID----IPADDRESS----ROLE-STATE--------UPTIME---LOAD----MEM---DISK
1 : 64.x.x.138 M A 6 days 03:50 0.04 8% 1%
2 : 74.x.x.146 N S 01:51 0.00 6% 1%
The cluster showed sync and everything was good, and we just tried to create a container on the remote node. It is sitting at the command and not completing for about 45 mins. We tried this twice. It shouldnt take that long to create a new container correct? Any thoughts?
It does show the command on both the master and node:
master: /usr/bin/ssh -t -t -n -o BatchMode=yes 74.x.x.146 /usr/bin/pvectl vzcreate 105 --disk 8 --ostemplate local:vztmpl/ce
ntos-5-standard_5.6-1_i386.tar.gz --rootpasswd '$1$DttDOJ/J$qVQmGFHbs4g17EVngDfOrl4.' --hostname my.local.com --nameserver 4.2.2.2 --searchdomain local.com
--onboot yes --swap 1024 --mem 1024 --cpus 1 --netif 'ifname=eth0,mac=E6:32:00:7C:58:EF'
and on node: /usr/bin/perl -w /usr/bin/pvectl vzcreate 105 --disk 8 --ostemplate local:vztmpl/centos-5-standard_5.6-1_i386.tar.gz
--rootpasswd $1$DttDOJ/J$qVQmGFEV117EVngDfOrl4. --hostname my.local.com --nameserver 4.2.2.2 --searchdomain local.com --onboot yes --swap 1024 --mem 1
024 --cpus 1 --netif ifname=eth0,mac=E6:32:00:7C:58:EF
Any idea why this wouldnt be working? Please advise, thank you.
CID----IPADDRESS----ROLE-STATE--------UPTIME---LOAD----MEM---DISK
1 : 64.x.x.138 M A 6 days 03:50 0.04 8% 1%
2 : 74.x.x.146 N S 01:51 0.00 6% 1%
The cluster showed sync and everything was good, and we just tried to create a container on the remote node. It is sitting at the command and not completing for about 45 mins. We tried this twice. It shouldnt take that long to create a new container correct? Any thoughts?
It does show the command on both the master and node:
master: /usr/bin/ssh -t -t -n -o BatchMode=yes 74.x.x.146 /usr/bin/pvectl vzcreate 105 --disk 8 --ostemplate local:vztmpl/ce
ntos-5-standard_5.6-1_i386.tar.gz --rootpasswd '$1$DttDOJ/J$qVQmGFHbs4g17EVngDfOrl4.' --hostname my.local.com --nameserver 4.2.2.2 --searchdomain local.com
--onboot yes --swap 1024 --mem 1024 --cpus 1 --netif 'ifname=eth0,mac=E6:32:00:7C:58:EF'
and on node: /usr/bin/perl -w /usr/bin/pvectl vzcreate 105 --disk 8 --ostemplate local:vztmpl/centos-5-standard_5.6-1_i386.tar.gz
--rootpasswd $1$DttDOJ/J$qVQmGFEV117EVngDfOrl4. --hostname my.local.com --nameserver 4.2.2.2 --searchdomain local.com --onboot yes --swap 1024 --mem 1
024 --cpus 1 --netif ifname=eth0,mac=E6:32:00:7C:58:EF
Any idea why this wouldnt be working? Please advise, thank you.