Deployment Example: Sun Java System Communications Services for Access Anywhere (EdgeMail)

ProcedureTo Map Logical Units (LUNs)

Steps
  1. Create an alias for each of the host WWNs on the minnows so that mappings of disks will much easier and for troubleshooting. We need to create 4 aliases for each of system as they have 4 paths (WWNs):


    sccli>create host-wwn-name 210100E08B3B4CA5  phys-bedge1-1-c4
    sccli>create host-wwn-name 210000E08B1B58A4  phys-bedge1-1-c5
    sccli>create host-wwn-name 210100E08B3B58A4  phys-bedge1-1-c6
    sccli>create host-wwn-name 210100E08B3B8BA4  phys-bedge1-1-c8
    [...]

    Note: c4 ,c5, c6, c8 are controller names as seen by system for each HBA's port and gathered as part of the hbamap script in To Create the Zones or by running cfgadm -al.

  2. Verify that you have created all the aliases required:


    sccli> show host-wwn
      Host-ID/WWN       Name
    --------------------------------------
      210100E08B3B4CA5  phys-bedge1-1-c4
      210000E08B1B58A4  phys-bedge1-1-c5
      210100E08B3B58A4  phys-bedge1-1-c6
      210000E08B1B8BA4  phys-bedge1-1-c7
      210100E08B3B8BA4  phys-bedge1-1-c8
      210100E08B3B66A5  phys-bedge1-2-c4
      210000E08B1B70A9  phys-bedge1-2-c5
      210100E08B3B70A9  phys-bedge1-2-c6
      210000E08B1BB4A2  phys-bedge1-2-c7
      210100E08B3BB4A2  phys-bedge1-2-c8
      210100E08B3B08A6  phys-bedge2-1-c4
      [...]
  3. Map all of the LUNs using the sccli interface, according to Table 2–5. Leftover LUNs ld0-04 and ld1-04 are mapped to channels without hosts filters:


    sccli> map ld0-04 0.40.0
    sccli> map ld0-01 0.40.1 phys-bedge1-1-c6
    sccli> map ld0-01 0.40.1 phys-bedge1-1-c8
    sccli> map ld0-01 0.40.1 phys-bedge1-2-c6
    sccli> map ld0-01 0.40.1 phys-bedge1-2-c8
    sccli> map ld0-02 0.40.2 phys-bedge1-1-c6
    [...]

    The complete list of mapping commands for each minnow is given in Appendix A, Logical Unit (LUN) Mapping.

  4. Verify the mapping on each minnow by running show map command:


    sccli> show map
    Ch Tgt LUN ld/lv ID-Partition Assigned Filter           Map
    --------------------------------------------------------------------------
     0  40   0  ld0  08C6C8D4-04  Primary
     0  40   1  ld0  08C6C8D4-01  Primary  210100E08B3B58A4 {phys-bedge1-1-c6}
     0  40   1  ld0  08C6C8D4-01  Primary  210100E08B3B8BA4 {phys-bedge1-1-c8}
     0  40   1  ld0  08C6C8D4-01  Primary  210100E08B3B70A9 {phys-bedge1-2-c6}
     0  40   1  ld0  08C6C8D4-01  Primary  210100E08B3BB4A2 {phys-bedge1-2-c8}
     0  40   2  ld0  08C6C8D4-02  Primary  210100E08B3B58A4 {phys-bedge1-1-c6}
     0  40   2  ld0  08C6C8D4-02  Primary  210100E08B3B8BA4 {phys-bedge1-1-c8}
     0  40   2  ld0  08C6C8D4-02  Primary  210100E08B3B70A9 {phys-bedge1-2-c6}
     0  40   2  ld0  08C6C8D4-02  Primary  210100E08B3BB4A2 {phys-bedge1-2-c8}
    [...]
  5. Save the configuration of the Sun StorEdge 3510 FC array using the firmware application “Saving Configuration (NVRAM) to a Disk” and the Configuration Service Console's “Save Configuration” utility.