The pxe-deactivate command deactivates a deployed system in a via JMX.

Synopsis

pxe-deactivate [-v|-vv] [-jmxurl url] [-domain domain] system
pxe-deactivate [-v|-vv] [-jmxurl url] [-domain domain] -all
pxe-deactivate -h

Description

The pxe-deactivate command will deactivate a deployed system via JMX. The command is idempotent in the sense that if a system is already deactivated, if has no effect. This command is the inverse of the pxe-activate Command.

For more information about deactivation, see System Lifecycle.

Options

Option/Argument Effect
system the name of the system to deactivate, as specified in the PXE System Deployment Descriptor. This option is required if the -all option is not specified.
-all deactivate all of the systems in the target domain.
-jmxurl url the JMX service URL for the target domain. See the urlalias Command for more information about how to set default values and shortcuts.
-domain domain the name of the target domain. If this option is not specified, the command will search for PXE domains. If a single domain is located, then the command is applied in that domain, but if multiple domains are located, an error is returned.
-q|-v|-vv adjust the verbosity of logging output. See Log and Debug Output from Commandline Tools.
-h prints a synopsis to the console and exits.