
21
Deploying a Data Sharing Cluster
# chkconfig rpcbind on
# chkconfig nfslock on
# chkconfig nfs on
# chkconfig netfs on
3 Enable the cluster mode, and stop the vz and parallels-server services:
# prlsrvctl set --cluster-mode on
# service vz stop
# service parallels-server stop
4 Remove the contents of the /vz directory:
# rm -rf /vz/*
5 Configure the shared data storage to be automatically mounted to /vz on the system boot. To
do this, add the /vz entry to the /etc/fstab file:
SERVER:PATH /vz nfs defaults,noatime 0 0
Once you have configured all your cluster nodes, reboot them and make sure each node has the
shared data storage mounted to /vz.
Comentários a estes Manuais