Sun Cluster Data Service for N1 Grid Service Provisioning System for Solaris OS

How to Verify the Installation and Configuration of N1 Grid Service Provisioning System Remote Agent

This procedure is for the installation verification of the N1 Grid Service Provisioning System Remote Agent.

  1. Start the N1 Grid Service Provisioning System Remote Agent.

    Switch to the N1 Grid Service Provisioning System Remote Agents user name (in the following example, it is sps) and change to the directory where the software is located. In the following example the software version is 4.1.


    Note –

    The output messages of the start and shutdown commands are highly version dependent.



     # su -  sps
    $ cd N1_Service_Provisioning_System
    $cd agent/bin
    $./cr_agent start
    *** Starting cr_agent
  2. Check the Installation

    Check the process table with the following command:


    $ /usr/ucb/ps -auxww |grep java|grep agent >/dev/null;echo $? 
    0

    If the response is 0, everything is working correctly. You may omit the |grep agent >/dev/null;echo $? in this case you have to see a java process with agent in the process string.

  3. Stop the N1 Grid Service Provisioning System Remote Agent.


     $ ./cr_agent stop
    *** Stopping cr_agent