Popular Posts

Jun 30, 2017

Solaris Storage Commands



Enable Multipathing for 3PAR storage disks in Solaris 10
Multipathing Using Solaris 10 StorEdge Traffic Manager - 3PAR Storage
Configure Third-Party Storage 3PAR Devices - Only with Solaris 10
Edit the file /kernel/drv/scsi_vhci.conf
Add the vendor ID and product ID entries.
Example:
device-type-scsi-options-list =
"VendorID1ProductID1", "symmetric-option",
"VendorID2ProductID2", "symmetric-option",
symmetric-option = 0x1000000;
Entry to enable Solaris I/O multipathing globally on all the 3PAR StoreServ Storage target ports:
device-type-scsi-options-list =
"VendorID1ProductID1", "symmetric-option",
"VendorID2ProductID2", "symmetric-option",
symmetric-option = 0x1000000;
After enabling multipathing, reboot the system.
         stmsboot –D fp -e
          Or
         # reboot -- -r
          Or
         ok> boot -r


Enabling SSTM/MPxIO Multipathing for Solaris 8 and 9
edit the /kernel/drv/scsi_vhci.conf

file by changing the mpxio-disable parameter to a value of no, and then reboot the host
         mpxio-disable="no";

Find Port-wise disk details in Solaris
         for hba in `fcinfo hba-port | grep WWN | awk '{ print $4 }'` ; do fcinfo remote-port -ls -p $hba >> /tmp/output ; done
                  
         
         

No comments:

Post a Comment

Popular Posts