Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

2.2. Starting Cluster Services

Start the cluster services on the nodes in the cluster using the following procedure.
  1. On both nodes in the cluster, start the ricci service and set a password for user ricci.
    # service ricci start
    Starting ricci:                                            [  OK  ]
    # passwd ricci
    New password:
    Retype new password:
    
  2. On the node that will be hosting the web management interface, start the luci service. This will provide the link from which to access luci on this node.
    # service luci start
    Starting luci: generating https SSL certificates...  done
                                                               [  OK  ]
    
    Please, point your web browser to https://example-01:8084 to access luci