Host management using the vomadm utility

Last published : Jul 06, 2026
Use the following commands to manage the configured hosts in InfoScale Operations Manager.
vomadm host-mgmt [--remove --host <hostname> | --remove --hostfile <file> | --list ]
Where,
list: It lists all hosts configured as agents to InfoScale Operations Manager Management Server.
remove: It removes specified host(s) from InfoScale Operations Manager. To remove single host, use the --host option. To remove multiple hosts use the --hostfile option.
host: The name for the managed host as known by InfoScale Operations Manager Management Server as listed in the --list option.
hostfile: The path to a file containing list of host names. Hosts should be listed in the file with each host on a new line.
More Information