Friday, April 15, 2005

Creating Meta's in ECC

The first step in giving a host access to EMC disks is to actually create the metas themselves. The metas are logical collection of standars that are set up to look like a single device to the actual hosts. Always use/create RAID5 devices as concatenated, RAID1 devices as striped.



1. In ECC select:

2. On the left side select the appropiate Unmapped Devices

3. On the right side select the correct type of Meta Device you wish to create. Always use/create RAID5 devices as concatenated metas , RAID1 devices as striped metas.

4. Push the Create Meta button!

Note: The newly created Meta Devices will be created using the first standard/BCV in the meta as it's identifier. This number, the meta head, is not the LUN Device name/number.



Adding Devices to a FA ECC

Once you have created meta devices inside of ECC, the next step is to path them down an FA. Later these devices can be made accessable to hosts down the FAs selected in these steps.


1. In ECC select:

2. On the left side select the needed Meta Devices


BCV Devices are for Business continuous volumes
Standards are for regular volumes

3. On the right side select the correct FA and port address to map the devices down. FAports should be select using the rule of seventeen (i.e. 7+10, 8+9,...)

4. Push the Continue button and then edit the command.

5. Changed the automatically assigned LUN numbers to the desired LUN number (we start our LUNs at address 20 or if there are already LUNs assigned to the FA then we use the next available LUN number).

6. Press the continue button and you are done!


HBA access via ECC

Once you have created your Sym devices, you now need to give the hosts access to to see the devices through its HBAs. Here is how to accomplish this via ECC 5.1.2:

1. In ECC select:

Hosts
Right click on the appropiate Hostname
Select Masking
Select Modify Masking Configurations

2. In the new window, select the desired HBA in the top left window pane.

3. On the top right window pane select the correct FA and port address to mask the devices down. FAports should be select using the rule of seventeen (i.e. 7+10, 8+9,...)

4. Push the Show Devices button.

5. Select the desired devices in the window bellow and the Grant Access. Push continue to commit the changes.

HBA access via Store Command Line

Some times you get some new HBA cards that you cannot see via the ECC console, due to the card being a newer HBA or if your patch level on the ECC being behind revision. The good news is granting volume access to HBAs via command line can be done as follows:

1. Login to the ECC store NT box.

2. Open the command prompt and type :

symmaskdb list database more

3. Verify that the devices you are pathing are free on the list.

4. Grant access to the devices in question with the following command:

symmask -sid "Symm-Serial Number" -wwn "WWN Number of HBA" -dir "FA" -p "FA Port Number" add devs "Device range"

example:

symmask -sid #### -wwn 10000000c9fake -dir 9c -p 0 add devs 62a:78F

5. Verify that the access has been granted:

symmaskdb list database more