Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Starting and Stopping Administration Server and the Server Console

Included here are instructions for starting and stopping Administration Server and the Server Console. For more information, see “Starting and Stopping Administration Server” in the Sun Java System Administration Server 5 2005Q1 Administration Guide. Administration Server depends on Directory Server.

ProcedureTo Start Administration Server

Steps
  1. Enter the following:

    On Solaris OS: /var/opt/mps/serverroot/start-admin On non-Solaris OS: Change to the server root directory and enter ./start-admin

  2. Verify that the Administration Server processes are running. For example, on Solaris OS:


    /usr/bin/ps -ef | grep admin-serv/config

    ./uxwdog -e -d /var/opt/mps/serverroot/admin-serv/config 
    ns-httpd -d /var/opt/mps/serverroot/admin-serv/config ns-httpd -d 
    /var/opt/mps/serverroot/admin-serv/config ns-httpd -d 
    /var/opt/mps/serverroot/admin-serv/config ns-httpd -d 
    /var/opt/mps/serverroot/admin-serv/config

ProcedureTo Start Server Console

Steps
  1. If necessary, configure the $DISPLAY variable to display the Server Console on your host.

  2. Verify that the Administration Server processes are running. For example, on Solaris OS:


    /usr/bin/ps -ef | grep admin-serv/config

    ./uxwdog -e -d /var/opt/mps/serverroot/admin-serv
    /config ns-httpd -d /var/opt/mps/serverroot/admin-serv
    /config ns-httpd -d /var/opt/mps/serverroot/admin-serv/config 
    ns-httpd -d /var/opt/mps/serverroot/admin-serv/config 
    ns-httpd -d /var/opt/mps/serverroot/admin-serv/config
  3. Enter the following:

    On Solaris OS: /usr/sbin/mpsadmserver startconsole

    On non-Solaris OS: Change to the server root directory and enter startconsole

  4. Verify that the Server Console process is running. For example, on Solaris OS:


    /usr/bin/ps -ef | grep console

    orion 4871 4812 0 17:46:03 pts/2 0:00 /bin/sh/usr/sbin/mpsconsole
    orion 4990 4871 0 17:46:04 pts/2 0:00 /var/opt/mps/serverroot/startconsole
    orion 4812 4418 0 17:46:02 pts/2 0:00 /bin/sh/usr/sbin/mpsadmserver startconsole

ProcedureTo Stop Server Console

Steps
  1. To stop Server Console, exit the graphical interface.

  2. Verify that Server Console is no longer running. For example:


    /usr/bin/ps -ef | grep console

ProcedureTo Stop Administration Server

Steps
  1. Enter the following:

    On Solaris OS: var/opt/mps/serverroot/stop-admin On non-Solaris OS: Change to the server root directory and enter ./stop-admin

  2. Verify that Administration Server is no longer running. For example:


    /usr/bin/ps -ef | grep admin-serv/config