A.87 removeAccessHost

Removes an access host from an ISCSI server.

Syntax

removeAccessHost SanServer instance accessHost=value

Where instance is:

{ id=id | name=name }

Description

This command removes an access host from an ISCSI server when using a SAN server with multipath capability. At least one access host must be set. Multipath is not supported with the generic SAN server storage plug-in. This is not applicable to fibre channel storage.

Options

The following table shows the available options for this command.

Option

Description

accessHost=value

The hostname or IP address for the access host. To find the hostname or IP address, use the show command to display information about the SAN Server.

{ id=id | name=name }

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

Examples

Example A.120 Removing a SAN server access host

OVM> removeAccessHost SanServer name=MyISCIServer accessHost=10.172.76.131

See Also