Controls process manager.
NMSROOT/bin/pdshow [ appName1 appName2 ... ]
NMSROOT/bin/pdexec [ appName1 appName2 ... ]
NMSROOT/bin/pdterm [ appName1 appName2 ... ]
• To get status of registered processes appName1, appName2, ..., send a request to CRM process manager using the command:
pdshow [appName1 appName2 ...]
• To start the registered process appName1 if it is not running, send a request to CRM process manager using the command:
pdexec appName1
• To stop the registered application appName1 if it is running send a request to CRM process manager using the command:
pdterm appName1
pdshow will show the status of all processes registered if no arguments are given.
pdexec and pdterm require one or more appNames.
where appNameN represents the registered name of each process that is registered with CRM process manager.
|