admin

Reconfigure and shut down the LSF data manager daemon (dmd).

Options

Reconfigure

bdata admin reconfig

Shut down

bdata admin shutdown [host_name]

Description

Only the LSF data manager administrator or root can run these commands.

Use the reconfig subcommand after you change configuration in the lsf.datamanager file. The configuration files are checked before dmd is reconfigured. If the configuration is not correct, reconfiguration does not start.

The shutdown subcommand kills the lsf.datamanager data manager daemon processes on the specified host. The request is rejected if the LIM on the node is running.

To shut down the lsf.datamanager data manager, you must first shut down LIM with the bctrld stop lim command.

If a host name is not specified, lsf.datamanager data manager attempts to shut down all candidate lsf.datamanager data manager hosts.

The output of the bdata admin command is similar in format to the bctrld stop lim commands and the lsadmin reconfig and bctrld stop sbd and badmin reconfig commands.

Examples

Reconfiguration

bdata admin reconfig 
Checking configuration files ...
No errors found.

LSF data manager daemon (dmd) on <hostA> is reconfiguring ... Initiated.

Shutdown

bdata admin shutdown
LSF data manager daemon (dmd) on <hostA> is shutting down... Done.
LSF data manager daemon (dmd) on <hostB> is shutting down... Host unreachable.
LSF data manager daemon (dmd) on <hostc> is shutting down... Cannot shut down LSF data 
manager daemon (dmd) when the local lim is running.