518 XML API basetype properties
volume-view-mappings
Properties
Example
# show volume-maps
...
<OBJECT basetype="volume-view-mappings" name="host-view" oid="2" format="rows">
<PROPERTY name="ports" type="string">A1,A2,B1,B2</PROPERTY>
<PROPERTY name="lun" type="string">1</PROPERTY>
<PROPERTY name="access" type="string">read-write</PROPERTY>
<PROPERTY name="port-wwn" type="string">IQN</PROPERTY>
<PROPERTY name="nickname" type="string">test1_iSCSI</PROPERTY>
<PROPERTY name="host-profile" type="string">Standard</PROPERTY>
</OBJECT>
...
Table 98 volume-view-mappings properties
Name Type Description
ports string • Controller host ports that the mapping applies to.
• Blank if not mapped or mapped as no-access.
lun string • LUN that identifies the volume to a host.
• Blank if not mapped or mapped as no-access.
access string Type of host access to the volume.
• read-write: The host has read and write access to the volume. This is the
default.
• read-only: The host has read access to the volume.
• no-access: The host is denied access to the volume.
• not-mapped: The host is not mapped to the volume.
port-wwn string • For an FC or SAS host port, the host WWPN.
• For an iSCSI host port, the host initiator node name (typically the IQN).
• For any host that is not explicitly mapped, all other hosts.
nickname string • Host nickname.
• Blank if not set or for all other hosts.
host-profile string • Standard: The host allows LUN 0 to be assigned to a mapping.
• OpenVMS: The host does not allow LUN 0 to be assigned to a mapping.
• HP-UX: The host allows LUN 0 to be assigned to a mapping and uses Flat
Space Addressing.