A.13 add Tag

Adds a tag to an object.

Syntax

add Tag instance to { ServerPool | Server | Vm } instance

Where instance is:

{ id=id | name=name }

Description

This command adds a tag used to identify and group objects to an object.

Options

The following table shows the available options for this command.

Option

Description

{ ServerPool | Server | Vm }

The object on which to add the tag.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyTag.

Examples

Example A.17 Adding a tag to a server pool

OVM> add Tag name=MyTag to ServerPool name=MyServerPool

See Also