Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Performance Management User's Guide


1.3.2 Stopping monitoring console server services

Organization of this subsection

(1) Stopping services manually

(a) Stopping services using a command

Use the jpcwstop command to stop services. You can use this command to stop the services only on the host to which you have logged on. You cannot stop the Performance Management program services on the remote host.

To stop services by using a command:

  1. Log on to the monitoring console server (the host that has PFM - Web Console installed).

  2. Open the Administrator Console.

  3. Execute the jpcwstop command.

    The jpcwstop command is stored in the following folder:

    • In Windows:

      PFM-Web-Console-installation-folder\tools\

    • In UNIX:

      /opt/jp1pcwebcon/tools/

    Execute the command to stop the PFM - Web Service and PFM - Web Console services.

(b) Stopping services from the Control Panel

  1. Choose Services in Windows.

  2. In the Services dialog box, right-click the PFM - Web Service service, and from the pulldown menu choose Stop.

  3. Right-click the PFM - Web Console service, and from the pulldown menu choose Stop.

(2) Stopping services automatically

(a) In Windows

No operation is necessary because services stop automatically when the system is stopped.

(b) In UNIX

To automatically stop services at system shutdown, use the service automatic stop script file for the PFM - Web Console service.

  1. Log on to the host where you want to stop services automatically.

  2. Execute the following command to move to the /opt/jp1pcwebcon directory:

    cd /opt/jp1pcwebcon
  3. Set the service automatic stop script file for PFM - Web Console.

    • Name of the .model file of the service automatic stop script: jpcw_stop.model

    • Name of the service automatic stop script file: jpcw_stop

    Copy the .model file of the service automatic stop script as the service automatic stop script file, and add execution permission. Execute the commands as follows:

    cp -p jpcw_stop.model jpcw_stop
    chmod 555 jpcw_stop