When you carry out the shutdown procedures, all of the daemons for the various Systemwalker Operation Manager functions are automatically stopped and the Systemwalker Operation Manager server terminates its operations.
How to shut down manually
If you need to manually shut down a Systemwalker Operation Manager server for some reasons such as maintenance work, daemons of each function can be shut down in a batch with the poperationmgr (daemon termination) command. For details on the poperationmgr command, see the "Shared Commands" section of the Systemwalker Operation Manager Reference Guide.
Note
Coexistence with Systemwalker Centric Manager
To terminate the Systemwalker Operation Manager in an environment with Systemwalker Centric Manager is used together, terminate all the Systemwalker Centric Manager daemons as well. For the daemon termination commands for Systemwalker Centric Manager, see the Systemwalker Centric Manager Reference Guide.
Note
Stopping the Jobscheduler daemon
Note the following when stopping the Jobscheduler daemon.
If a job net having the Interstage attribute is running
Do not stop the Jobscheduler daemon independently. Cancel the job net before stopping the Jobscheduler daemon.
When stopping the process (tskmnsrv)
Do not use the "kill -9" command when stopping the process (tskmnsrv). Otherwise, the Jobscheduler daemon cannot be stopped. Additionally, the Jobscheduler daemon may not work correctly in a cluster system.
If the process (tskmnsrv) is inadvertently terminated using the kill -9 command, restart the system.
How to shut down subsystems manually
It can be stopped for each subsystem. Use the following example to manually stop the subsystem corresponding to a given subsystem number, for example, in multi-subsystem operation.
Example 1: To shut down subsystem 1
/bin/sh /opt/FJSVJOBSC/etc/rc0.d/K00JOBSCH -sys 1 |
Note)
Make sure K00MJS is executed immediately after K00JOBSCH is executed.
For the -sys option of K00MJS and K00JOBSCH, specify the same subsystem number.
Example 2: To shut down all the subsystems
/bin/sh /opt/FJSVJOBSC/etc/rc0.d/K00JOBSCH -sys all |
Information
K00JOBSCH and K00MJS storage paths
The path to the K00JOBSCH and K00MJS storage varies depending on the OS used as follows. Change those paths according to the OS you are using.
[K00JOBSCH]
Solaris | /opt/FJSVJOBSC/etc/rc0.d |
HP-UX system: | /opt/FHPJOBSCH/bin |
AIX | /usr/FAIXJOBSC/bin |
Linux | /opt/FJSVJOBSC/etc/rc0.d |
[K00MJS]
Solaris | /etc/opt/FJSVMJS/etc/rc0.d |
HP-UX system: | /opt/FHPMJS/usr/lib/mjes |
AIX | /opt/FAIXMJS/usr/lib/mjes |
Linux | /etc/opt/FJSVMJS/etc/rc0.d |