During the install, you must specify an existing user to be the BCC Administrator user. This user should have at least Read and Write rights to the All Attribute Rights property on the Cluster object of the cluster.
Perform the following tasks to configure the BCC Administrator user and group:
Before you install or configure BCC in the cluster, you must create a BCC group (bccgroup) and BCC Administrator user (bccadmin). Members of the group include the BCC Administrator user and the Node objects of each node in every peer cluster. The group must be enabled for Linux User Management (LUM). The group allows the inter-cluster communication to function properly.
Create a BCC group and name the group, such as bccgroup.
IMPORTANT:The name you specify must be in all lowercase.
Create a BCC Administrator user (bccadmin) and add that user to the BCC group (bccgroup) before LUM-enabling the group.
Enable the bccgroup for Linux by using Linux User Management.
Make certain that the you do the following when you LUM-enable bccgroup:
Select the
option.Add all Linux nodes (Node objects) in every peer cluster to the bccgroup.
For information about LUM-enabling groups, see Managing User and Group Objects in eDirectory
in the OES 2 SP3: Novell Linux User Management Administration Guide.
LUM-enabling the bccgroup automatically enables all users in that group for Linux.
You need to assign trustee rights to the BCC Administrator user for each cluster you plan to add to the business continuity cluster.
Start your Internet browser and enter the URL for iManager.
The URL is http://server_ip_address/nps/iManager.html. Replace server_ip_address with the IP address or DNS name of the Linux server where you have installed iManager and the Identity Manager preconfigured templates for iManager.
Specify your username and password, specify the tree where you want to log in, then click
.In
, click , then click the link.Specify the Cluster object name, or browse and select it, then click
.If the BCC Administrator user is not listed as a trustee, click the
button, browse and select the User object, then click .Click
for the BCC Administrator user, and then ensure the and check boxes are selected for the property.Click
to save your changes.Repeat Step 3 through Step 7 for the peer clusters in your business continuity cluster.
In order for the BCC Administrator user to gain access to the cluster administration files (/admin/novell/cluster) on other Linux cluster nodes in your BCC, you must add that user to the Novell Cluster Services administration group (such as ncsgroup) on each cluster node.
Log in as root and open the /etc/group file.
Find either of the following lines:
ncsgroup:!:107:
or
ncsgroup:!:107:bccd
The file should contain one of the above lines, but not both.
Depending on which line you find, edit the line to read as follows:
ncsgroup:!:107:bccadmin
or
ncsgroup:!:107:bccd,bccadmin
Replace bccadmin with the BCC Administrator user you created.
Notice the group ID number of the ncsgroup. In this example, the number 107 is used. The actual number is the same on each node in a given cluster; it might be different for each cluster.
After saving the /etc/group file, execute the id command from a shell.
For example, if you named the BCC Administrator user bccadmin, enter id bccadmin.
The ncsgroup should appear as a secondary group of the BCC Administrator user.