![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GPM mouse driver | Abhishek Ghose | Linux | 0 | 10-30-2007 06:29 PM |
| SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ? | roygoodwin | SUN Solaris | 1 | 12-26-2006 07:59 PM |
| finding duplicate files by size and finding pattern matching and its count | jerome Sukumar | Shell Programming and Scripting | 2 | 12-01-2006 01:20 AM |
| To Driver | Computekwes | Post Here to Contact Site Administrators and Moderators | 13 | 09-20-2004 01:21 PM |
| NIC Driver | s_aamir | UNIX for Advanced & Expert Users | 1 | 11-20-2002 03:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 -- |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
I will try this. -- Mono |
|||
| Google The UNIX and Linux Forums |