Datacentre Support Reference Guides EMC: Fibre Zone operations | |||||||||||||||||
Fibre Zone Definitions
Blocking Zone informationWhen you connect HBAs to a switch, it will try to login to all ports on the fabric to which it has access. With no zones in effect, the HBA will have access to all ports. This process will take an excessive amount of time - particularly on 32 port switches. The way to avoid this unnecessary waste of time is to set up a blocking zone set on the switche before connecting any hardware to the switch. The blocking zone sets up a zone with a single bogus member. Since only one zone set can be active at the same time and since the h/w you're plugging in won't be in the zone set, there won't be any fabric logins. To set up a blocking zone set, do the following:
Vendor InterfacesAs mentioned in the definitions, Fibre Zone attempts to hide the details of specific units from the administrator. It does this by providing a standard interface to the fibre zone database. It's this database that formats and sends the commands in expected format to either Silkworms or Connectrix swiches. As you might imagine, there are some differences in the way these two switches are manipulated. One area where Fibre Zone can't hide the switch details is the initial configuraiton. Fibre Zone has to know how to access the switch before it can do anything with it. Naturally, there are differences between the two switches, so there are differences in the commands used to initially create the unit. The generic format for the create unit command is: fzone unit -create -name ${name} -interface [ silkworm | ed1032 ] -o ${connect_data}It's the ${connect_data} that has the vendor specific information. To identify what information is required for each switch type, query the database thusly: fzone interface -info ${switch_type}Specifically: fzone unit -create -name switch2 -interface ed1032 -o ip=192.168.12.2,wwn=00:00:00:00:00:00:00:00 Basic operationsAs noted in the definitions, there are five basic objects in the Fibre Zone environment:
The basic comand for each of these types is as follows:
Most, if not all of the commands will have at least the following four subsets:
You can simply execute the command without all the requisite options for a short help screen thusly: # fzone unit
Usage: fzone unit [ options ]
Arguments for unit command :
-list
| -delete unit_name
| -create [ -name name ] [ -assign zone_set_name ]
{ -meta unit1,.. | -interface interface_name -o conn.data }
| -extend unit_name unit1,..
| -shrink unit_name unit1,..
| -rename old_name new_name
| -info { unit_name | unit_id } [-online]
| -modify unit_name { -interface new_interface_name | -o new_conn.data }
| -show unit_name [ -extend ]
| -assign unit_name new_zone_set_name
| -import unit_name [ -rename ] [ -apply ]
| -default_zone { on | off } unit_name
for interfaces' list run "fzone interface -list"
for conn. data run "fzone interface -info interface_name"
Other that, you need to hit the EMC's Powerlink and download the docs. The more detailed information that you'll need is hiding in there. | |||||||||||||||||