Synopsis
mjstop [-sys subsystem-number](*1) [-c | -w] [-i]
[-sys subsystem-number] is an option of Systemwalker Operation Manager EE.
Description
The Job Execution Control function stops when the following two processes are completed:
Termination of the Job Execution Control operation
Termination of the Job Execution Control service/daemon
The process (a) is automatically terminated when Systemwalker Operation Manager server is stopped, and then the process (b) automatically terminates.
The mjstop command stops the operation of Job Execution Control (process (a)).
Additionally, this command can declare the startup mode used when the Job Execution Control operation or service/daemon is started next time.
If the option is omitted:
The startup mode is not changed. [Windows]
The -w option is assumed to be specified.[UNIX]
For the startup modes, see the Systemwalker Operation Manager User's Guide.
Options
-sys subsystem-number
In the system with multiple subsystems, this option is used to specify the subsystem that you want to operate. Specify the target subsystem number using a range of 0 to 9. If omitted, the default is subsystem 0.
-c:
Sets the next startup mode to the initialization mode.
-w:
Sets the next startup mode to the continuation mode.
-i:
Stops only the service/daemon without terminating Workunits when stopping the service/daemon with this command.
Return Values
Return Value | Meaning |
---|---|
0 | The command processing has terminated normally. |
Other than 0 | The command processing has failed. An error message is output. |
Command Location
Windows | <Systemwalker Operation Manager installation directory>\MpWalker.JM\bin |
Solaris | /usr/lib/mjes |
Privilege Required
System administrator (user belonging to the Administrator group or superuser) privileges are required.
Cautions
Consider the following when you restart Systemwalker Operation Manager after executing this command with the -i option:
Because the Workunit is not stopped, you will fail to restart the Workunit from Systemwalker Operation Manager. So be sure to stop the Workunit beforehand.
In addition, you will fail to restart the Workunit after failover in a cluster environment. In such cases, you also need to stop the Workunit beforehand.
Do not start this command when running a jobscheduler daemon. If this command is started when the jobscheduler daemon is running, the job net may be remained in the running status. Execute this command after stopping the jobscheduler daemon. [UNIX]