Finding FC Driver


 
Thread Tools Search this Thread
Operating Systems AIX Finding FC Driver
# 1  
Old 12-15-2005
Finding FC Driver

Hello all,

I am trying to figure out what command I can use in AIX in order to find out the driver level for a Fibre Channel adapter. Generically I am able to use "lscfg" to get the details but I am unable to read the output correctly.

Can you help?

Many thanks,

-- output --

lscfg -vp -l fcs1
DEVICE LOCATION DESCRIPTION

fcs1 17-08 FC Adapter

Part Number.................09P1162
EC Level....................D
Serial Number...............KT12201575
Manufacturer................0010
FRU Number..................09P1173
Network Address.............10000000C9287E22
ROS Level and ID............02903291
Device Specific.(Z0)........4002206D
Device Specific.(Z1)........10020193
Device Specific.(Z2)........3001506D
Device Specific.(Z3)........02000909
Device Specific.(Z4)........FF101450
Device Specific.(Z5)........02903291
Device Specific.(Z6)........06113291
Device Specific.(Z7)........07113291
Device Specific.(Z8)........20000000C9287E22
Device Specific.(Z9)........SS3.22A1
Device Specific.(ZA)........S1F3.22A1
Device Specific.(ZB)........S2F3.22A1
Device Specific.(YL)........U0.1-P1-I3/Q1


PLATFORM SPECIFIC

Name: fibre-channel
Model: LP7000
Node: fibre-channel@1
Device Type: fcp
Physical Location: U0.1-P1-I3/Q1

-- end output --
# 2  
Old 12-16-2005
Wouldn't it be the lsdev
Code:
lsdev -C | grep FC  # if any FC is claimed by the system 
lslpp -l | grep FC  # package installed related to FC

# 3  
Old 12-19-2005
Quote:
Originally Posted by andryk
Wouldn't it be the lsdev
Code:
lsdev -C | grep FC  # if any FC is claimed by the system 
lslpp -l | grep FC  # package installed related to FC

Thanks Adryk!

I will try this.

--
Mono
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Finding the NIC driver version on Solaris 11

In Solaris 10 it was easy, a simple grep through modinfo output and you'd have the version of any loaded module, including your NIC drivers. In my career I've seen many people relying on this information in their scripts. Now I'm on Solaris 11, and where have the version numbers gone? The... (0 Replies)
Discussion started by: cambridge
0 Replies

2. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

4. Red Hat

Wireless driver

hi every one,please i need a link to download Broadcom WLAN 802.11 b/g driver for RHEL 5.1. thank you (0 Replies)
Discussion started by: Redhat_9ja
0 Replies

5. AIX

MPIO Driver

On a particular LPAR, I was running AIX 5.3 TL 3. On Monday I did an update of the LPAR to 5.3 TL 9 SP2. The install was smooth, but then I ran into a problem. The MPIO driver does not work with LSI's StoreAge (SVM4). I did some looking, and looks like 5.3 TL3 = IBM.MPIO 5.3.0.30 5.3... (0 Replies)
Discussion started by: clking
0 Replies

6. UNIX for Dummies Questions & Answers

Installing a driver

Hi All, I am trying to install a driver for a CAN card of a machine running Ubuntu 8.04. It cames with three .tgz files for gcc2, gcc3, and k26. The current version of gcc is 4.2.1, which is causing me problems. I installed gcc-3.3 using sudo apt-get install gcc-3.3 But when I run the... (1 Reply)
Discussion started by: Brian-UOIT
1 Replies

7. UNIX for Dummies Questions & Answers

Cannot find the driver anywhere?

I bought a ming jong pc webcam like 5 years ago, since then ive lost the c.d but i still have the book that came with it telling me it is a smartcam M6215 2.1 but i cannot find the driver anywhere, i have looked on google and on the ming jong website (that just got me downlaoding the wrong drivers)... (0 Replies)
Discussion started by: tailz03
0 Replies

8. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

9. Shell Programming and Scripting

finding duplicate files by size and finding pattern matching and its count

Hi, I have a challenging task,in which i have to find the duplicate files by its name and size,then i need to take anyone of the file.Then i need to open the file and find for more than one pattern and count of that pattern. Note:These are the samples of two files,but i can have more... (2 Replies)
Discussion started by: jerome Sukumar
2 Replies

10. Post Here to Contact Site Administrators and Moderators

To Driver

Driver, Are you an admin? I got banned from the board two times! Is this authorized? (13 Replies)
Discussion started by: Computekwes
13 Replies
Login or Register to Ask a Question