Determine the managed hosts that you want to halt.
For example, you can halt the /web-server/host1 and /web-server/host2 managed hosts.
Halt the managed hosts.
$ changemgr halt [ -u username ] [ -p file ] [ -d domain ] \ topopath ... |
Specifies the path to a managed host or host group. The managed host or host group is relative to the top of the specified administrative domain.
For descriptions of the other options, see How to Add Managed Hosts (Command Line).
Suzi wants to halt the /web-server/host1 and /web-server/host2 managed hosts.
$ changemgr halt /web-server/host1 /web-server/host2 |