jajs_hstd_stop
- Organization of this page
Format
jajs_hstd_stop [-h logical-host-name] -n detail-process-name
Description
The jajs_hstd_stop command stops a separate detailed process of the host service management function (jajs_hstd).
Execution privileges
In Windows: Administrators privilege
In UNIX: Superuser privileges
Arguments
-h logical-host-name
In a cluster system, specify the name of the logical host on which you want to stop the host service.
You can specify a character string of 1 to 255 bytes.
By default, the system assumes the logical host name specified by the JP1_HOSTNAME environment variable. If environment variable JP1_HOSTNAME is not specified, the physical host name (which can be determined by the hostname command) is assumed.
-n detail-process-name
Specify the name of the detailed process you want to stop. You can specify any of the process names listed in the following table.
Detailed process to be stopped |
Detailed process name to be specified in the -n option |
|
---|---|---|
Windows |
UNIX |
|
ajshlogd |
Hlogd |
ajshlogd |
ajsinetd |
Ajsinetd |
ajsinetd |
ajsnetwd |
Network |
ajsnetwd |
ajsagtmd |
Agentm |
ajsagtmd |
ajsovstatd |
Ajsovstatd |
ajsovstatd |
ajsgwmasterd |
Gatewayd |
ajsgwmasterd |
jpqman# |
Submitqueue |
jpqman_hst |
jpomanager |
Hostevam |
jpomanager_hst |
ajscdinetd |
Ajscdinetd |
ajscdinetd |
ajsagtmond |
Agentmon |
ajsagtmond |
- #
-
In the case of HP-UX, AIX, and Linux, the detailed process name is jpqman32.
Notes
-
Before you execute this command, make sure that JP1/AJS3 is running.
-
By stopping ajsinetd separately, you can forcibly disconnect JP1/AJS3 - View from the scheduler service running on the specified logical host.
-
To terminate the ajsinetd process individually in Windows, use the task manager to make sure that ajsrcmdsvr.exe is not running, and then terminate the ajsinetd process. If ajsrcmdsvr.exe is running, the termination of the ajsinetd process might be delayed, or the process might fail to restart.
-
By stopping ajscdinetd separately, you can forcibly disconnect access of the JP1/AJS3 - Web Console that is connected to the scheduler service on the specified logical host.
-
Independently terminating a detailed process other than ajsinetd or ajscdinetd must be done only when a failure needs to be addressed. Normally, if a detailed process of the host service management function (jajs_hstd) is stopped, operation might be affected. For example, you might no longer be able to execute jobs.
-
You cannot execute this command together with any of the following commands on the same logical host:
jajs_hstd command
jajs_hstd_stop command
jajs_spmd command
jajs_spmd_status command
jajs_spmd_stop command
jajs_start command (UNIX only)
jajs_start.cluster command (UNIX only)
jajs_stop command (UNIX only)
jajs_stop.cluster command (UNIX only)
-
In Windows, this command cannot be executed using short file names.
Return values
0 |
Normal end. |
Values other than 0 |
Abnormal end. |
Example
The following command stops the network control process (ajsinetd) on logical host lhost1.
jajs_hstd_stop -h lhost1 -n ajsinetd