pausejobmanager
Pause job manager process
Syntax
pausejobmanager
pausejobmanager -flags
Description
pausejobmanager pauses a job manager that is running under the mjs
        service.
The pausejobmanager executable resides in the folder
            matlabroot\toolbox\parallel\binmatlabroot/toolbox/parallel/bin
pausejobmanager  accepts the
        following input flags. Multiple flags can be used together on the same
          command.-flags
| Flag | Operation | 
|---|---|
| -name <job_manager_name> | Specifies the name of the job manager to pause. The default is the
                    value of  | 
| -remotehost <hostname> | Specifies the name of the host where you want to pause the job manager. The default value is the local host. | 
| -baseport <port_number> | Specifies the base port that the mjs service on the remote host is
                    using. You need to specify this only if the value of
                       | 
| -secretfile <path_to_shared_secret_file> | Specifies the path to the shared secret file to use to authenticate the
                    command. Use this flag to override the value of
                       $CHECKPOINTBASE/security/secret | 
| -v | Verbose mode displays the progress of the command execution. | 
Examples
Pause the job manager MyJobManager on the local
        host.
pausejobmanager -name MyJobManager
Pause the job manager MyJobManager on the host
          JMHost.
pausejobmanager -name MyJobManager -remotehost JMHost
See Also
mjs | nodestatus | startjobmanager | stopjobmanager | resumejobmanager