Operating System - Linux
1753637 Members
5594 Online
108798 Solutions
New Discussion юеВ

Info about IRQ, Slot and Hardware

 
HaPEZe
Occasional Contributor

Info about IRQ, Slot and Hardware

Hello
I work with ESX3.5 and have to collect the
Information about IRQ, SLOT and Hardware.
One option is to stop the ESX and verify it in the BIOS. But is not the way to get the information, is there a command to collect them?
Thanks your some hints
Regard
HaPeZe
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Info about IRQ, Slot and Hardware

Shalom,

Depending on the guest OS you might wish to try hwbrowser from Red Hat

This information should be accessible from the host OS as well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Colin Topliss
Esteemed Contributor

Re: Info about IRQ, Slot and Hardware

Try

lspci -v

That should give you most of what you need. You can also do

ls /proc/irq/*

a bit messy, but it will show you what is using which IRQ.

These are standard Linux commands, so *should* work on ESX (I'm not sure what the actual command set is though).