From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 15 Sep 2006 03:57:42 -0000 Subject: [Cluster-devel] conga/luci/docs user_manual.html ss_login1.png ... Message-ID: <20060915035742.24251.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-09-15 03:57:41 Added files: luci/docs : user_manual.html ss_login1.png ss_homebase1.png Log message: beginningg of serious user manual Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/user_manual.html.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/ss_login1.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/ss_homebase1.png.diff?cvsroot=cluster&r1=NONE&r2=1.1 /cvs/cluster/conga/luci/docs/user_manual.html,v --> standard output revision 1.1 --- conga/luci/docs/user_manual.html +++ - 2006-09-15 03:57:42.679039000 +0000 @@ -0,0 +1,57 @@ + + + Conga User Manual + + +

Introduction

+

Conga Architecture

+ Conga is an agent/server architecture for remote administration of systems. The agent component is called 'ricci', and the server is called luci. One luci server can communicate with many multiple ricci agents installed on systems. + When a system is added to a luci server to be administered, authentication is done once. No authentication is necessary from then on (unless the certificate used is revoked by a CA, but in fact, CA integration is not complete in version #1 of conga). Through the UI provided by luci, users can configure and administer storage and cluster behavior on remote systems. Communication between luci and ricci is done via XML. +

Luci Description

+ As stated above, systems to be administered are 'added' to a luci server. This is done by storing the hostname (FQDN) or IP address of the system in the luci database. When a luci server is first installed, the database is empty. It is possible, however, to import part or all of a systems database from an existing luci server when deploying a new luci server. This capability provides a means for replication of a luci server instance, as well as an easier testing path. +

+ Every luci server instance has one user at initial installation time. This user is called 'admin'. Only the admin user may add systems to a luci server. The admin user can also create additional user accounts and determine which users are allowed to access which systems in the luci server database. It is possible to import users as a batch operation in a new luci server, just as it is possible to import systems. +

Installation of Luci

+ After the necessary luci RPMs are installed, the server can be started with the command "service luci start". The first time the server is started, a couple of events take place. The first is that the server is initialized by generating https SSL certificates for the server. An initial password for the admin user is generated as a random value. The admin password can be set any time by running the /usr/sbin/luci_admin application and specifying 'password' on the command line. luci_admin can be run before luci is started for the first time to set up an initial password for the admin account. Other utilities available from luci_admin are: + +

Logging In

+ With the luci service running and an admin password set up, the next step is to log in to the server. Remember to specify https in the browser. Port 8084 is the default port for luci, but this value can be easily changed in /etc/sysconfig/luci. +
+ Typical URL: https://hostname.org:8084/luci +

+ Here is a screenshot of the luci login page.
+ +

+ Enter admin as the user name, and then enter the admin password that has been set up in the appropriate field, then click 'log in'. +

Organization

+ luci is set up with three tabs right now. They are: + +

Homebase Tab

+ The following figure shows the entry look of the Homebase tab.
+ +

+ With no systems registered with a luci server, the homebase page provides 3 initial utilities to the admin: +