The pxe-activate command activates a deployed system via JMX.

Synopsis

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

Description

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

For more information about activation, see System Lifecycle.

Options

Option/Argument Effect
ystem the name of the system to activate, as specified in the PXE System Deployment Descriptor. This option is required if the -all option is not specified.
-all activate 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.