Red Hat ENTERPRISE LINUX 5 - VIRTUALIZATION GUIDE Manual page 236

Hide thumbs Also See for ENTERPRISE LINUX 5 - VIRTUALIZATION GUIDE:
Table of Contents

Advertisement

Chapter 18. Managing guests with xend
Item
(xend-relocation-address)
(xend-address)
Table 18.1. xend configuration parameters
After setting these operating parameters, you should verify that xend is running and if not, initialize the
daemon. At the command prompt, you can start the xend daemon by entering the following:
service xend start
You can use xend to stop the daemon:
service xend stop
This stops the daemon from running.
You can use xend to restart the daemon:
service xend restart
The daemon starts once again.
You check the status of the xend daemon.
service xend status
The output displays the daemon's status.
Enabling xend at boot time
Use the chkconfig command to add the xend to the initscript.
chkconfig --level 345 xend
The xend will now start at runlevels 3, 4 and 5.
222
Description
Determines the host addresses allowed for
migration. The default value is the value of
xend-address.
Determines the address that the domain socket
server binds to. The default value allows all
connections.

Advertisement

Table of Contents
loading

Table of Contents