luxadm -e port shows one port not connected


 
Thread Tools Search this Thread
Operating Systems Solaris luxadm -e port shows one port not connected
# 1  
Old 03-20-2010
luxadm -e port shows one port not connected

hi i have a sun machine which has one hba 2ports;
out of which one port says it is not connected

Code:
# luxadm -e port
/devices/pci@1d,700000/SUNW,qlc@1/fp@0,0:devctl                    CONNECTED
/devices/pci@1d,700000/SUNW,qlc@1,1/fp@0,0:devctl                  NOT CONNECTED


but both the hba ports are online and they are logging in to fiber channel switch

Code:
# fcinfo hba-port
HBA Port WWN: 210000e08bxxxxxx
        OS Device Name: /dev/cfg/c3
        Manufacturer: QLogic Corp.
        Model: 375-3108-xx
        Firmware Version: 3.3.117
        FCode/BIOS Version: ISP2312 Host Adapter Driver: 1.14.09 03/08/04
        Type: N-port
        State: online
        Supported Speeds: 1Gb 2Gb 
        Current Speed: 2Gb 
        Node WWN: 200000e08bxxxxxx
HBA Port WWN: 210100e08bxxxxx
        OS Device Name: /dev/cfg/c4
        Manufacturer: QLogic Corp.
        Model: 375-3108-xx
        Firmware Version: 3.3.117
        FCode/BIOS Version: ISP2312 Host Adapter Driver: 1.14.09 03/08/04
        Type: N-port
        State: online
        Supported Speeds: 1Gb 2Gb 
        Current Speed: 2Gb 
        Node WWN: 200100e08baxxxxxx


Last edited by DukeNuke2; 03-20-2010 at 12:25 PM..
# 2  
Old 03-20-2010
so what is your question/problem?
# 3  
Old 03-20-2010
my question is The second path says not connected in luxadm -e port o/p.
Can you tell me what is the problem here. i can provide any other commands output if needed.
Thanks in Advance...
# 4  
Old 03-20-2010
there are many possibilities for problems... maybe it is not connected. you didn't mention where the real problem is! should there be storage visible which isn't?! do you use multipathing? your information didn't say anything at all!
if there isn't any storage attached and the port is only connected to your san, the state "not connected" is perfectly normal.
# 5  
Old 03-21-2010
check cfgadm -al to check if its connected. if yes, try this.
luxadm -e forcelip /devices/pci@1d,700000/SUNW,qlc@1,1/fp@0,0:devctl
# 6  
Old 03-24-2010
Bug SUN SAN

did you install the drivers SUN SAN?


https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI
# 7  
Old 03-24-2010
Quote:
Originally Posted by rubenbatista
did you install the drivers SUN SAN?


https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI
the SAN packages are only for pre solaris 10 releases.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

2. Solaris

SAN/Solaris: luxadm shows NOT CONNECTED

Hi, I have a question regarding HBA configuration. Here are the commands' output: # cfgadm -al | grep fc c1 fc-fabric connected unconfigured unknown c2 fc connected unconfigured unknown c5 ... (11 Replies)
Discussion started by: aixlover
11 Replies

3. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

4. UNIX for Advanced & Expert Users

How to list process connected to tcp port?

Hey guys, I need to kill the process that is currently connected to port 10540. I'm on HP-UX machine. Below is the result of my netstat. $ netstat -an |grep 10540 tcp 0 0 129.0.0.1.10540 *.* LISTEN We don't have lsof command, but we have fuser. ... (3 Replies)
Discussion started by: brichigo
3 Replies

5. Solaris

Solaris 10. fcinfo hba-port shows adapter not Found

I understand that fcinfo hba-port should show information(WWN, HBA vendor, etc..) but my result show "No adapter found". If I used grep -i 'version' /var/adm/messages* then I see my installed HBA (QLogic FCode at 2.00.09).. I am wondering why and what I had failed to install? Thanks in advance.... (23 Replies)
Discussion started by: Y4Net
23 Replies

6. UNIX for Dummies Questions & Answers

Freeing up a serial port with a modem connected

I currently access a remote Unix server which has an external modem connected to one of it's serial ports (/dev/cua/b). At times, this server undergoes a hard reset and for some reason this disallows us from making use of the modem any longer. A hard reset of the modem always seems to fix the... (0 Replies)
Discussion started by: ebender1
0 Replies

7. Shell Programming and Scripting

To get the ip of the devices connected to a specific port.

H, I want to know the ip of the devices connected to a specific port. Suppose 2 s/m's are connected to port 3092. I want to get the ip of those system's . how do i get it? (1 Reply)
Discussion started by: madhumathikv
1 Replies

8. UNIX for Advanced & Expert Users

Sunblade shows 2 MAC address on same port

Please, can someone tell me why my SunBlade would be showing 2 different but similar MAC addresses on the same port on the Switch? The switch shows all other Workstations with 1 MAC on each port, but the SunBlade is showing 2. Thanks in advance for any insight.... (1 Reply)
Discussion started by: GoneCrazy
1 Replies

9. UNIX for Dummies Questions & Answers

getting info from microannex connected to serial port A

Hi, is there a way to get information of an annex device connected to port A ? i need to get the I.P address of the annex and the port it connected to on the annex. dori (1 Reply)
Discussion started by: dorilevy
1 Replies
Login or Register to Ask a Question