A.87 edit VirtualCdrom

Edits an ISO file/CDROM.

Syntax

edit VirtualCdrom instance [ sharable= { Yes | No } ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of an ISO file/CDROM.

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

sharable= { Yes | No }

Whether the ISO file/CDROM may be shared.

name=value

A name to identify the ISO file/CDROM.

description=value

Optional description for the ISO file/CDROM. 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=MyISOFile.

Examples

Example A.112 Editing a ISO file/CDROM

OVM> edit VirtualCdrom id=0004fb0000150000cd7223d8105042c5.iso name="OL6" \
  description="Oracle Linux 6"

See Also