Concise steps to cut/present StorageTek to a Sparc server

sunhux G <[email protected]> Sun, 29 Apr 2012 01:05:19 +0800
Newsgroups gmane.os.solaris.managers
Message-ID <CABTxP=4KjOeg-BBDf4RjKAJ-NvPk_pH7RwHdqz5WCco_jVvh6A@mail.gmail.com>
The vendor set this black box up & after that nobody knows how
to operate our Sun StorageTek 2540FC Array which is currently
connected to a pair of clustered SPARC via FC HBA.

Found the following voluminous manual but it's not what I wanted:
  http://docs.oracle.com/cd/E19546-01/820-7972-10/820-7972-10.pdf

I'll need concise steps to cut/present a 50GB LUN to both the
cluster nodes, eg: the NetApp OnTap below:
  http://networkadminkb.com/KB/a85/how-to-create-new-lun-data-on-tap-netapp-storage-arrays.aspx


Then after the LUN is presented to one of the SPARC node,
what's the details & sequence of steps that need to be performed
on the Solaris end:

 cfgadm -aL
 format (to slice the LUN presented?)
 devfsadm -c disks  (is it 'disks' or 'disk' ?: does this need kernel
reconfiguration?)
 newfs
 mkdir /mount_point
 mount /dev/rdsk/c11t11d0s2 /mount_point
 updated into /etc/vfstab   so that the mounting
    is persistent after reboots


Thanks
Sun