Information Technology Reference
In-Depth Information
property. The default is ^localhost$ . The host names contained within the
preceding command must be known to the host, which means they must be
contained within the /etc/inet/hosts file or accessible via DNS or LDAP.
In this case, xend will listen for relocation requests only from server1 and
from the local host. Each server in the pool must be configured to listen for
relocation requests from other nodes in the pool.
Here is sample output of the xend-relocation fields for server1 :
# /usr/sbin/svccfg -s xend listprop config/xend*
config/xend-relocation-server boolean true
config/xend-unix-server boolean true
config/xend-relocation-address astring
config/xend-relocation-hosts-allow astring "^server2$ \ ^localhost$"
Here is sample output of the xend-relocation fields for server2 :
# /usr/sbin/svccfg -s xend listprop config/xend*
config/xend-relocation-server boolean true
config/xend-unix-server boolean true
config/xend-relocation-address astring
config/xend-relocation-hosts-allow astring "^server1$ \ ^localhost$"
If any of the xend-relocation fields has been changed, a restart of xend is
required using the following command:
# /usr/sbin/svcadm refresh xend && /usr/sbin/svcadm restart xend
3. On all servers, check whether any guests need restarting by entering the
following commands:
# /usr/bin/virsh list --all
Id Name State
----------------------------------
0 Domain-0 running
- solaris10HVM shut off
# /usr/bin/virsh start solaris10HVM
Domain solaris10HVM started
# /usr/bin/virsh list --all
Id Name State
----------------------------------
0 Domain-0 running
4 solaris10HVM running
 
Search WWH ::




Custom Search