Virtual TapeServer 8.4 Supplemental Installation Guide
8 | Virtual TapeServer Supplemental Installation Guide
Syncing...
All Done
13. Start ricci and luci.
For more information about these GFS services, refer to chapters 3 and 4 of this guide:
https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Cluster_
Administration/index.html.
These services must be configured in the cluster before you can mount the newly created GFS
volume. Complete the following steps to start the services.
a. Make sure that the luci system has a proper /etc/hosts file. Here is an example
command to confirm the contents of the file:
cat /etc/hosts
Here is an example of the file:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.80.2 vtsdev27.commstor.crossroads.com vtsdev27
The file should list all cluster nodes. The localhost entry (including IPaddress and node
name) is for the system you are using and the other entries are for the cluster nodes.
b. On each node, start ricci:
chkconfig ricci on
service ricci start
To confirm that ricci is running, enter the following:
service ricci status
c. On one (and only one) of the cluster servers, configure and start the luci service. Red
Hat recommends configuring luci on a non-cluster node. It will function properly on a
cluster node, though web connectivity is lost while the system is rebooting. If the luci
node goes down, the cluster cannot be administered with luci.
luci_admin init
When prompted, enter a new password.
Then, restart the luci service:
service luci restart