Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Starting and Stopping Directory Proxy Server

For all UNIX-type systems, log in as root if the server runs on ports less than 1024. On ports greater than 1024, log in either as root or using the administrator account for the server. Directory Proxy Server depends on Administration Server.

ProcedureTo Start Directory Proxy Server

Steps
  1. Change to DirectoryProxyServer-base/dps-instancename where instancename is usually the host name. For example, the default is:


    cd /var/opt/mps/serverroot/dps-host1
  2. Enter the following command to start the Directory Proxy Server process.


    ./start-dps
  3. Verify that the Directory Proxy Server process is running. For example, on Solaris OS:


    /usr/bin/ps -ef | grep dps

    ./ldapfwd -t /var/opt/mps/serverroot/dps-or03/etc/tailor.txt

ProcedureTo Stop Directory Proxy Server

Steps
  1. Change to DirectoryProxyServer-base /dps-instancename where instancename is usually the host name. For example, the default is:


    cd /var/opt/mps/serverroot/dps-host1
  2. Enter the following command to stop the Directory Proxy Server process.


    ./stop-dps
  3. Verify that Directory Proxy Server is no longer running. For example:


    /usr/bin/ps -ef | grep dps