- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to find out the H/W path of the installed ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:24 PM
06-15-2004 11:24 PM
How to find out the H/W path of the installed devices in Linux...and how to interpret the H/W path in the Inter Servers to find out which I/O card installed on which slot...
Can some body please help me on this...Refer if any documents available which explains about the H/W configuration.
Thanks in advance,
Phani Varma P
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:32 PM
06-15-2004 11:32 PM
Re: How to find out the H/W path of the installed devices in Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:46 PM
06-15-2004 11:46 PM
Re: How to find out the H/W path of the installed devices in Linux
When i gave "lspci -v" i got the below output..
02:0c.0 Ethernet controller: Intel Corp. 82540EM Gigabit Ethernet Controller (rev 02)
Subsystem: Dell Computer Corporation: Unknown device 0151
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 18
Memory at fcfe0000 (32-bit, non-prefetchable) [size=128K]
I/O ports at df40 [size=64]
Capabilities: [dc] Power Management version 2
Capabilities: [e4] PCI-X non-bridge device.
Capabilities: [f0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
In the first line the H/W path has given...i.e "02:0c.0"
How to interpret this H/W path to find out on which i/o slot the ethernet card was installed.
from 02:0c.0....what is 02, & what is 0c, & what is 0 ?
Regards,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 11:55 PM
06-15-2004 11:55 PM
Re: How to find out the H/W path of the installed devices in Linux
You can use
ifconfig -a
to find review the assignments your system has made to all your hardware addresses.
Vern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 12:22 AM
06-16-2004 12:22 AM
Re: How to find out the H/W path of the installed devices in Linux
Try this:
dmesg (if you're lucky)
/proc/cpuinfo
/proc/pci
/proc/meminfo
/proc/interrupts
/proc/ioports
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 12:26 AM
06-16-2004 12:26 AM
Re: How to find out the H/W path of the installed devices in Linux
Also you can try hwconfig.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:42 PM
06-16-2004 08:42 PM
Re: How to find out the H/W path of the installed devices in Linux
http://h18004.www1.hp.com/support/files/server/us/locate/88_4706.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:51 AM
06-17-2004 02:51 AM
Solution>from 02:0c.0....what is 02, & what is 0c, & what is 0 ?
02 => PCI Bus 2
0c => Device 12
0 => Function 0 (double port cards may have more than one function)
Unfortunately this does not help you. You need a block diagram of the server/PC to know which Slot belongs to Device 0c on PCI Bus 02 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:12 AM
06-17-2004 04:12 AM
Re: How to find out the H/W path of the installed devices in Linux
Thanks alot for your information...you have provided what exactly i am looking for..
Thanks & Regards,
Phani Varma P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 05:04 AM
06-17-2004 05:04 AM
Re: How to find out the H/W path of the installed devices in Linux
In addition to what has already been provided, I would recommend the utility: lshw.
It is available on: http://sourceforge.net/software/lshw.html
You'll need to compile it, but it will give you a quick listing of all hardware, and path to the hardware, on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 09:41 PM
06-17-2004 09:41 PM
Re: How to find out the H/W path of the installed devices in Linux
the correct location is
http://ezix.sourceforge.net/software/lshw.html
Seems to be a nice tool, I will try it ;-)
Stefan