HP StorageWorks 16-EL zoning version 2.6.1 user guide - Page 67

zoneCreate

Page 67 highlights

zoneCreate Example Add aliases for three disk arrays to Blue_zone: sw5:admin> zoneAdd "Blue_Zone", "array3; array4; array5" See Also zoneCreate zoneDelete zoneRemove zoneShow zoneCreate Function Create a zone. Synopsis zoneCreate zoneName, zoneMemberList Availability Administrator Description A zone name is a C-style name beginning with a letter and followed by any number of letters, numerals, and underscores. Names are case sensitive; for example, Zone_1 indicates a different zone than zone_1. Blank spaces are ignored. The zone member list must have at least one member; empty lists are not allowed. The members are described by a list of member definitions separated by semicolons. Specify a physical fabric port number as a pair of decimal numbers s, p where s is the switch number (domain ID) and p is the port number on that switch. For example, "2,12" specifies port 12 on switch number 2. When a zone member is specified by physical fabric port number, then all devices connected to that port are in the zone. If this port is an arbitrated loop, then all devices on the loop are in the zone. HP StorageWorks Zoning Version 2.6.1 User Guide 67

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

zoneCreate
67
HP StorageWorks Zoning Version 2.6.1 User Guide
Example
Add aliases for three disk arrays to
Blue_zone
:
See Also
zoneCreate
zoneDelete
zoneRemove
zoneShow
Function
Create a zone.
Synopsis
zoneCreate zoneName, zoneMemberList
Availability
Administrator
Description
A zone name is a C-style name beginning with a letter and followed by any
number of letters, numerals, and underscores. Names are case sensitive; for
example,
Zone_1
indicates a different zone than
zone_1
. Blank spaces are ignored.
The zone member list must have at least one member; empty lists are not allowed.
The members are described by a list of member definitions separated by
semicolons.
Specify
a
physical fabric port number
as a pair of decimal numbers
s
,
p
where
s
is
the switch number (domain ID) and
p
is the port number on that switch. For
example, “2,12” specifies port 12 on switch number 2. When a zone member is
specified by physical fabric port number, then all devices connected to that port
are in the zone. If this port is an arbitrated loop, then all devices on the loop are in
the zone.
sw5:admin> zoneAdd "Blue_Zone", "array3; array4; array5"
zoneCreate