How to find recently added FC disks

  1. Save output format and zpool status commands in order to have list of disks you already had.
  2. cfgadm -al -o show_SCSI_LUN
  3. devfsadm
  4. format - you can observe all disks now
Useful comands:
stmsboot -L - mapping between multipathed and physical device
luxadm -e dump_map /dev/fc/fp0 - shows devices attached to particular FC HBA
mpathadm list mpath-support -lists drivers
mpathadm show mpath-support libmpscsi_vhci.so - shows supported features of particular driver
mpathadm list lu - shows mpath devices status
mpathadm show lu /dev/rdsk/c4t60060E801526AE00000126AE00000181d0s2 - particular mpath device configuration

Comments