Storage issue on T5220


 
Thread Tools Search this Thread
Operating Systems Solaris Storage issue on T5220
# 1  
Old 06-22-2011
Storage issue on T5220

We have one box T5220 which was assigned 2x100G Luns but i have a strange problem if i use powermt display it only shows me one card but cfgadm, fcinfo commands shows 2 dual port cards as up. What could be the reason for it. I already did a re-configure reboot but that didn't help. Can anyone help me on the same.

Code:
#cfgadm -al c2
Ap_Id                          Type         Receptacle   Occupant     Condition
c2                             fc-fabric    connected    configured   unknown
c2::5006016041e0a08d           disk         connected    configured   unknown
c2::5006016841e0a08d           disk         connected    configured   unknown


Code:
 fcinfo hba-port 10000000c97c94e6 10000000c97c8f24
HBA Port WWN: 10000000c97c94e6
        OS Device Name: /dev/cfg/c4
        Manufacturer: Emulex
        Model: LPe11002-S
        Firmware Version: 2.82a4 (Z3F2.82A4)
        FCode/BIOS Version: Boot:5.02a1 Fcode:1.50a9
        Serial Number: 0999BG0-083000008M
        Driver Name: emlxs
        Driver Version: 2.50o (2010.01.08.09.45)
        Type: N-port
        State: online
        Supported Speeds: 1Gb 2Gb 4Gb
        Current Speed: 4Gb
        Node WWN: 20000000c97c94e6
HBA Port WWN: 10000000c97c8f24
        OS Device Name: /dev/cfg/c2
        Manufacturer: Emulex
        Model: LPe11002-S
        Firmware Version: 2.82a4 (Z3F2.82A4)
        FCode/BIOS Version: Boot:5.02a1 Fcode:1.50a9
        Serial Number: 0999BG0-083000006J
        Driver Name: emlxs
        Driver Version: 2.50o (2010.01.08.09.45)
        Type: N-port
        State: online
        Supported Speeds: 1Gb 2Gb 4Gb
        Current Speed: 4Gb
        Node WWN: 20000000c97c8f24

Code:
powermt display
Symmetrix logical device count=0
CLARiiON logical device count=2
Hitachi logical device count=0
Invista logical device count=0
HP xp logical device count=0
Ess logical device count=0
HP HSx logical device count=0
==============================================================================
----- Host Bus Adapters ---------  ------ I/O Paths -----  ------ Stats ------
###  HW Path                       Summary   Total   Dead  IO/Sec Q-IOs Errors
==============================================================================
3077 pci@0/pci@0/pci@8/pci@0/pci@9/SUNW,emlxs@0/fp@0,0  optimal       4      0       -     0      0

# 2  
Old 06-22-2011
To see what LUNs each HBA can see, run
Code:
fcinfo remote-port -ls -p 10000000c97c94e6
fcinfo remote-port -ls -p 10000000c97c8f24

That should give you some idea of what the HBAs can see. Maybe you have a zoning/mapping issue.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

IBM AIX - SAN Storage DS4300 issue

Hi, This is follow up to the post https://www.unix.com/aix/233361-san-disk-appearing-double-aix.html When I connected Pseries Machine HBA Card ( Dual Port ) directly to the SAN Storage DS4300 , I was able to see Host Port Adapter WWN numbers , although I was getting this message... (2 Replies)
Discussion started by: filosophizer
2 Replies

2. Solaris

EVA storage HUNG / Solaris issue

Hi, I have a query , is it possible that few LUNs presented to the Solaris OS which are in the unlabeled state can hung EVA frame and cause it to get unresponsive ? please help. thanks. (1 Reply)
Discussion started by: mushtaq
1 Replies

3. Shell Programming and Scripting

Space storage shell script issue!

Hi All, Linux 86x64bits Red Hat Linux O/S Could someone please check and let me know if the shell script has any syntax error as it's not sending mails Shell script: cat dataspace.sh #!/bin/bash export DBALIST="xyz@abc.com" export data_capacity df -k /oradata > dfk.result... (18 Replies)
Discussion started by: a1_win
18 Replies

4. Solaris

T5220 disk mapping issue

Hi, More a Sun T5220 problem then a Solaris 10 problem, but perhaps someone had a similar issue. For starters the output with 1 disk in slot 0 of the server. It points to PhyNum 5, where I would expect PhyNum 0. {0} ok probe-scsi MPT Version 1.05, Firmware Version 1.22.00.00 Target... (2 Replies)
Discussion started by: ejdv
2 Replies

5. Shell Programming and Scripting

crucial storage issue with ebcdic to ascii converter

Hi, I am using following command to convert from ebcdic to ascii :- dd if=input_file of=out_file conv=ascii but, since input_ile itself is 10 GB big, out_file becomes around 2 to 3 times bigger... got space restrictions in the env.. I am stuck .. any help ..?? Finder255 (4 Replies)
Discussion started by: finder255
4 Replies
Login or Register to Ask a Question