此内容没有您所选择的语言版本。
3.2. Starting luci and ricci
To administer Red Hat Clusters with Conga, install and run luci and ricci as follows:
- At each node to be administered by Conga, install the ricci agent. For example:
up2date -i ricci
# up2date -i ricci
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - At each node to be administered by Conga, start ricci. For example:
service ricci start
# service ricci start Starting ricci: [ OK ]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Select a computer to host luci and install the luci software on that computer. For example:
up2date -i luci
# up2date -i luci
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
Typically, a computer in a server cage or a data center hosts luci; however, a cluster computer can host luci. - At the computer running luci, initialize the luci server using the
luci_admin init
command. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Start luci using
service luci restart
. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - At a Web browser, place the URL of the luci server into the URL address box and click Go (or the equivalent). The URL syntax for the luci server is
https://luci_server_hostname:8084
. The first time you access luci, two SSL certificate dialog boxes are displayed. Upon acknowledging the dialog boxes, your Web browser displays the luci login page.