A.85 edit StorageArrayPlugin

Edits a storage array plug-in.

Syntax

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

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a storage array plug-in. You cannot create or delete a storage array plug-in; 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 storage array plug-in.

description=value

Optional description for the storage array plug-in. 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=MyStorageArrayPlugin.

Examples

Example A.110 Editing a storage array plug-in

OVM> edit StorageArrayPlugin name="oracle.generic.SCSIPlugin.GenericPlugin (1.1.0)" \
  description="Generic storage array plug-in"

See Also