/
PP-660: Add support to PBS init script to act on any PBS daemon individually
PP-660: Add support to PBS init script to act on any PBS daemon individually
Target Release | 17.1.1 |
---|---|
JIRA | |
Document status | Initial version |
Document owner | |
Designer | |
Developers | |
QA | |
Forum Discussion | http://community.pbspro.org/t/pp-660-add-support-to-pbs-init-script-to-act-on-any-pbs-daemon-individually/431 |
Interface: New optional argument to PBS init script to act on individual PBS daemons
- Visibility: Public
- Change Control: Stable
- Synopsis: PBS init script should be able to start, stop, restart and give status of individual daemons (pbs_server, pbs_sched, pbs_mom, pbs_comm)
- Details: New optional command line argument is added to PBS init script which can be one of daemon names: “server”, “sched”, “mom” and “comm”. This argument is used to start or stop or restart or get status of specified PBS daemon instead of acting on all PBS daemons, as done currently.
Only single daemon name needs to be mentioned. No multiple options allowed as argument. The existing behaviour would be the same of init script, only if any daemon name is provided, the action will be taken would be restricted to that daemon alone.
Below is the usage:
Usage: pbs --version
Usage: pbs {start|stop|restart|status} [server|sched|mom|comm]
, multiple selections available,
Related content
PP-280: Introduce unit file for systems that supports systemd process management
PP-280: Introduce unit file for systems that supports systemd process management
More like this
Using Docker to Instantiate PBS
Using Docker to Instantiate PBS
More like this
Systemd Service Enhancement
Systemd Service Enhancement
More like this
Man Page for pbs_diag
Man Page for pbs_diag
More like this
Server Management Hook Event
Server Management Hook Event
More like this
PP-35, PP-729: PBS Failover - STONITH
PP-35, PP-729: PBS Failover - STONITH
More like this