Command execution
From ControlTier
You can execute actions using the Command dispatcher in two "modes":
Ad hoc command execution
Main article: Running ad hoc commands
Lets you execute scripts via the dispatch functionality on the fly. Use this mode whenever you want to perform a distributed execution of an arbitrary shell script or set of system commands.
Defined command execution
Main article: Running defined commands
Lets you execute defined commands. A defined command enables you to break management processes into reusable named procedures and execute them in distributed fashion over the network. You can also create workflows (with error handling) that span multiple commands and execute across multiple machines. ControlTier comes with sets of defined commands and utilities you can call from your scripts, use individually, or leverage to create your own command workflows.
| |||||||||||||||||||||||

