Delete a Host (hostDelete)

The hostDelete command removes a host from the model.

ttGridAdmin hostDelete name 
                       [-cascade]

Options

The hostDelete command has the options:

Option Description

name

Name of the host object to remove from the model.

-cascade

Specifies that installation and instance objects associated with the host should also be removed from the model.

Examples

This deletes a host that was created in an example in Create a Host (hostCreate).

% ttGridAdmin hostDelete mysys2host -cascade
Instance gridmgmt1 on Host mysys2host deleted from Model
Installation installation1 on Host mysys2host deleted from Model
Host mysys2host deleted from Model

Notes

  • If the host has any installations or instances, you must either use -cascade or use installationDelete and instanceDelete.

  • Deleting instances and installations removes the objects from the model but does not remove the physical instances and installations.