Service manual

Installing the Data Service Packages
176 Sun ONE Directory Server Installation and Tuning Guide • June 2003
1. Install the Solaris packages for both Directory Server and Administration
Server, referring to “Installing Solaris Packages,” on page 24 for instructions.
2. Configure Directory Server using settings identical to those provided when
“Installing on the Active Node,” on page 175.
3. Configure Administration Server using settings identical to those provided
when Installing on the Active Node,” onpage 175.
4. Copy ServerRoot/alias/slapd-serverID-pin.txt from the first node to
ServerRoot
/alias/.
Installing the Data Service Packages
The data service packages, SUNWdsha and SUNWasha, provide the management
interfaces for administering the servers as a data services within the cluster.
On each cluster node that you want to support the Directory Server data
service, use the
pkgadd(1M) utility to install the data service packages.
# pkgadd -d dirContainingPackages SUNWasha SUNWdsha
Configuring the Servers
Perform the following steps only on the cluster node that is online for the logical
host name in use by Directory Server:
1. Become super user.
2. Stop Directory Server and Administration Server.
# /usr/sbin/directoryserver stop
# /usr/sbin/mpsadmserver stop
3.
Register the resource types for both data services.
# scrgadm -a -t SUNW.dsldap -f /etc/ds/v5.2/cluster/SUNW.dsldap
# scrgadm -a -t SUNW.mps -f /etc/mps/admin/v5.2/cluster/SUNW.mps
Here SUNW.dsldap and SUNW.mps are the predefined resource type names for
the data services.
/etc/ds/v5.2/cluster/SUNW.dsldap and
/etc/mps/admin/v5.2/cluster/SUNW.mps define the data services.
NOTE Do not remove or relocate any files placed on the global file system.