A.84 edit StorageArray

Edits a storage array.

Syntax

edit StorageArray instance [ plugin=value ] [ storageName=value ] [ useChap= { Yes | No } ] [ adminHost=value adminUserName=value adminPassword=value ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of a storage array.

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

plugin=value

The name or ID for the Oracle VM Storage Connect plug-in for the storage array. To see a list of the available plug-ins, use the list StorageArrayPlugin command.

storageName=value

A name to identify the storage.

useChap= { Yes | No }

Whether to use CHAP authentication.

adminHost=value

The host name or IP address where administrative access to the storage array is allowed.

adminUserName=value

A user name with administrative access to the storage array, used with adminHost.

adminPassword=value

The administrator password for the adminUserName user.

name=value

A name to identify the storage array.

description=value

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

Examples

Example A.109 Editing the name of a storage array

OVM> edit StorageArray name=MyISCSIServer name="My ISCI Server"

See Also