A.65 edit ControlDomain

Edits a control domain.

Syntax

edit ControlDomain instance [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a control domain. You cannot create or delete a control domain; you can only edit the name and description.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name to identify the control domain.

description=value

Optional description for the control domain. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.87 Editing a control domain

OVM> edit ControlDomain id=0004fb0000210000308f567ae2cbdc4c description="SPARC control domain"

See Also