Displaying 4 results from an estimated 4 matches for "clusvcadm".
2010 Sep 12
2
No live migration for xen virtual machines any more
Hi folks,
I have upgraded my CentOS RHCS cluster hosts to the recent packages, and
now live migration of the xen virtual machines does not work any more:
[root at node ~]# clusvcadm -M vm:XenVM -m othernode
Trying to migrate vm:XenVM to othernode...Invalid operation for resource
I have googled the net but found no recent entries for that problem,
just older posts.
Has anyone had the same problem recently? If yes: is there any workaround?
Any hint or help is appreciated.
D...
2010 Feb 27
17
XEN and clustering?
Hi.
I''m using Xen on RHEL cluster, and I have strange problems. I gave raw
volumes from storage to Xen virtual machines. With windows, I have a
problem that nodes don''t see the volume as same one.... for example:
clusternode1# clusvcadm -d vm:winxp
clusternode1# dd if=/dev/mapper/winxp of=/node1winxp
clusternode2# dd if=/dev/mapper/winxp of=/node2winxp
clusternode3# dd if=/dev/mapper/winxp of=/node3winxp
When I download these files and diff them, they all three differ.
Also, sometimes very strange things happen. For example I do...
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
...####################################################
#!/bin/bash
. /etc/rc.d/init.d/functions
start() {
echo "Starting Database"
su -l oracle -c "sh startdb.sh"
## Sleep for 2 Minuts ####
# sleep 120
# echo " reStarting app"
# clusvcadm -R application
# echo " app restarted"
RETVAL=$?
return $RETVAL
}
stop() {
echo "Stopping Database"
su -l oracle -c "sh stopdb.sh"
RETVAL=$?
return $RETVAL
}
status() {
#DBUP=`ps -ef | grep oracle | grep -v grep...
2011 Jul 01
6
Cluster Failover Troubleshooting (luci and ricci)
...:43 flex kernel: tg3: eth0: Link is up at 100 Mbps, full
duplex.
Jun 16 15:36:43 flex kernel: tg3: eth0: Flow control is off for TX and off
for RX.
Jun 16 16:04:52 flex luci[2904]: Unable to retrieve batch 306226694 status
from web2:11111: Unable to disable failed service web before starting
it:clusvcadm failed to stop web:
Jun 16 16:05:28 flex clurgmgrd[2970]: <notice> Starting disabled service
service:web
Jun 16 16:05:31 flex avahi-daemon[2850]: Registering new address record
for 10.6.2.25 on eth0.
Jun 16 16:05:31 flex luci[2904]: Unable to retrieve batch 1997354692
status from web2:1111...