Wednesday, September 17, 2008

Solaris find out what type of lun hardware and command to check it out

Solaris find out what type of lun hardware and command to check it out

HDS #lunstat
format output
10. c4t98d6 DGC-RAID5-0219 cyl 40958 alt 2 hd 128 sec 10
/pci@9,600000/lpfc@1/sd@62,6

HP XP #xpinfo
format output
10. c2t4d10 HP-OPEN-E-SUN-2108 cyl 19757 alt 2 hd 15 sec 96
/pci@3,2000/fibre-channel@2/sd@4,a
To detect new luns
#cfgadm -al -o show_SCSI_LUN
#devfsadm
check messages for corrupt label, that's th new disk/lun

JNI

configuration files

/kernel/drv/
  • jnic146x.conf
  • jnic/conf
  • fcaw.conf
  • fca-pci.conf

code diag commands (from OBP)

  • fce-test - test the emerald chip
  • loop-init - verifies loop
  • fcd-loop - veifies loop on dual port adaper
  • prt-cfg - configure the adapters port
  • set-bootn-wwn - set the wwn of the boot disk

How to verify firmware level (from Solaris)

#prtconf -cp |grep fcode

How to verify presence of adapters in os

#prtconf -v |grep -i JNI
#prtconf -v |grep -i FCA
#modinfo | grep -i jni


---------------------------------------------------------------------------------------

Storage Systems

* Hitachi USP V, USP, NSC, AMS, WMS Series
* Hitachi Lightning™ 9900 and 9900 V Series
* Hitachi Thunder™ 9200 and 9500 V Series
* EMC Symmetrix™ 4.8, 5.0, 5.5
* EMC DMX 800, 1000, 2000, 3000
* EMC CLARiiON™ CX-Series, FC-4700
* HP XP Series 48, 128, 512, 1024, 10000, 12000
* HP EVA 3000, 4000, 5000, 6000, 8000
* HP MSA 1000, 1500
* HP HSG
* HP NAS, All-in-One Storage NAS
* HP EFS Clustered NAS Gateway
* HP ESL, EML tape libraries
* IBM DS4000 Series (Formerly FAStT Series)
* IBM DS4500, DS4800
* IBM ESS 800, F20
* IBM DS6000, DS6800, DS8000, DS8100, DS8300
* IBM 3581, 3582, 3583, and 3584 tape libraries
* LSI Engenio E2600, E4600, E5600, E6000
* NetApp FAS, V-Series, NearStore with Data ONTAP 6.5-7.1
* 3PAR InServ
* SGI InfiniteStorage TP Series
* Sun StorageTek 9900 , 9985, 9990
* Sun StorageTek 3510, 3511, 6130, 6140, 6540, 6920, 6940
* Sun StorageTek NAS 5210, 5310, 5320
* Sun (Formerly StorageTek) Flexline™ 200/300 Series
* Xiotech Magnitude 3D


Host Bus Adapters (HBAs)

Various HBA series and models from each of the following HBA vendors:

* Emulex
* HP
* IBM
* AMCC (Formerly JNI)
* LSI
* Qlogic
* Sun

No comments:

UNIX: How to print column nicely using printf

[user@hostfwnms1-oam tmp]# cat b.sh printf "%-26s %-19s %-8s %-8s %-s %-s\n" HOSTNAME IP PING SNMPWALK 0-ok 1-fail for i in `cat n...