2.2. Starting Cluster Services
Start the cluster services on the nodes in the cluster using the following procedure.
- On both nodes in the cluster, start the
ricci
service and set a password for userricci
.Copy to Clipboard Copied! Toggle word wrap Toggle overflow service ricci start passwd ricci
# service ricci start Starting ricci: [ OK ] # passwd ricci New password: Retype new password:
- 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.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow service luci start
# service luci start Starting luci: generating https SSL certificates... done [ OK ] Please, point your web browser to https://example-01:8084 to access luci