How to enable hba port of a two port hba card


 
Thread Tools Search this Thread
Operating Systems Solaris How to enable hba port of a two port hba card
# 1  
Old 02-18-2011
Question How to enable hba port of a two port hba card

Hi,

i have a two port hba card in solaris 10 system one of which is disabled. How to enable and configure the other port.

---------- Post updated at 08:17 AM ---------- Previous update was at 03:40 AM ----------

please help Smilie
# 2  
Old 02-21-2011
Does the HBA is recognized in the OS.
if you are not sure, prtdiag -v and grep for version in /var/adm/messages, then check the fcinfo hba-port
# 3  
Old 02-21-2011
what you get if you issue the following command:
Code:
#fcinfo hba-port


Last edited by Yogesh Sawant; 02-25-2011 at 05:00 AM.. Reason: added code tags
# 4  
Old 02-21-2011
Code:
fcinfo hba-port

shows three cards
all connected

tried syminq hba

it also shows 3 cards all online

all the three cards are one port cards as far as i found .

is there any command which shows the offline cards ??

Last edited by Yogesh Sawant; 02-25-2011 at 05:01 AM.. Reason: added code tags
# 5  
Old 02-21-2011
Yes there is a useful command :

# cfgadm -a [to see the appropriate port to enable]
You can use the man to get the help but in all cases if the cards have been disabled you can enable'em:
# cfgadm -c connect name_of_port
# cfgadm -c configure name_of_port
The man pages in the top of the page, they are very useful for thorough details.
# 6  
Old 02-25-2011
thanks a lot Smilie
# 7  
Old 02-25-2011
You are most welcome, but was it helpful?
Smilie take care
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10: how to disable an unused HBA card

Dear all, I have a new Oracle Blade X4-2B server, running Solaris 10. The server comes with a HBA card that will not be used now. It has not fibers connected to it. As a consequence, its leds never stop flashing. My question is: how to disable this HBA card, without removing it physically... (2 Replies)
Discussion started by: Gus1971
2 Replies

2. 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

3. Red Hat

HBA card faulty

Hi, How to determine if HBA card in getting faulty from linux host ? any pointers. (2 Replies)
Discussion started by: saurabh84g
2 Replies

4. Solaris

Which FC HBA card support Solaris9

I have JNI FCE-6460-N fc card , it is detected in OK prompt.....I connected Sun StorEDGE A5000 FC storage. in OK prompt, PROBE-SCSI-ALL showing A5000 fc hdds details in ok prompt..... but in OS level.....not showing the hdd, i tried in DEVFSADM command and FORMAT command not showing A5000... (3 Replies)
Discussion started by: anysystem
3 Replies

5. 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

6. Solaris

Few things related to HBA port & fcinfo command

Hi Gurus I need to know few things related to HBA port & fcinfo command I have a server where there are 4 HBA ports cards are their. Out of 4 ports 2 are in use & 2 are not in use when I check it physicall. Now I want to know the command through which I can get information about all above... (6 Replies)
Discussion started by: girish.batra
6 Replies

7. 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

8. IP Networking

4GB Dual Port HBA

I have one 4GB, dual port HBA. Is each port rated for 4GB, or is it the whole HBA rated for 4GB? Also, how do I determine which is port0 / port1 with "lscfg -vl fcs0" command. Thanks. (0 Replies)
Discussion started by: jwholey
0 Replies

9. AIX

Need HBA card driver

Hi All, SUN emulex HBA card has been installed on P520 box. When i run the cfgmgr i am getting the following message. lpar2#cfgmgr cfgmgr: 0514-621 WARNING: The following device packages are required for device support but are not currently installed.... (0 Replies)
Discussion started by: b_manu78
0 Replies

10. Solaris

HBA Card

Hello...I got a problem here. I have HBAs installed in one of the domains in E20 and I gotta find out the brand and firmware. But when I do a prtconf, I cannot see the HBA. For other servers installed with HBAs, when I do prtconf on them I can see either qlc or em. Can you guys enlighten me how to... (5 Replies)
Discussion started by: xiaochensg
5 Replies
Login or Register to Ask a Question