Operating System - Linux
1824976 Members
3223 Online
109678 Solutions
New Discussion юеВ

ioscan equiv in redhat- list hardware on system

 
SM_3
Super Advisor

ioscan equiv in redhat- list hardware on system

Hello

In HP-UX we have a command #ioscan which tells us what hardware the system can see.

What is the equivalent in redhat?

thanks.
11 REPLIES 11
Ivan Ferreira
Honored Contributor

Re: ioscan equiv in redhat- list hardware on system

You can use:

hwbrowser
lshal
lwh (http://ezix.org/project/wiki/HardwareLiSter)
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Atul Gautam
Valued Contributor

Re: ioscan equiv in redhat- list hardware on system

Hi SM,

Linux maintains a database for the detected and configured hardware devices in /etc/sysconfig/hwconf file. So, you can use --

# cat /etc/sysconfig/hwconf | less





Atul
Peyman Javaheri
Frequent Advisor

Re: ioscan equiv in redhat- list hardware on system

Great comments.

A closer match to ioscan can be lspci. Same information as our friends say above, with more ioscan look.

regards,
peyman;
Jaime Bolanos Rojas.
Honored Contributor

Re: ioscan equiv in redhat- list hardware on system

SM,

I know you are going to like this page, it contains what you are looking for and very good reference for questions like this in the future:

http://bhami.com/rosetta.html

Regards,

Jaime.
Work hard when the need comes out.
SM_3
Super Advisor

Re: ioscan equiv in redhat- list hardware on system

I have seen the rosetta url before and it's not uptodate.

# cat /etc/sysconfig/hwconf | less
is very useful, for instance
Ross Minkov
Esteemed Contributor

Re: ioscan equiv in redhat- list hardware on system

Get lshw from http://ezix.org/project/wiki/HardwareLiSter and try this:

# lshw -short

This will look and feel like the HPUX ioscan.

-Ross

Atul Gautam
Valued Contributor

Re: ioscan equiv in redhat- list hardware on system

Hey SM,

If at all the problem has been resolved, then we can assign points.......wat say???



Atul
SM_3
Super Advisor

Re: ioscan equiv in redhat- list hardware on system

no problem atul

I usually assign points...
view my forums/profile
Huc_1
Honored Contributor

Re: ioscan equiv in redhat- list hardware on system


Not an exact match but usefull.
#man lsdev
# lsdev

enjoy life,

Jean-Pierre Huc
Smile I will feel the difference
Huc_1
Honored Contributor

Re: ioscan equiv in redhat- list hardware on system

Yes and also procinfo
#man procinfo
ex:
# procinfo

This is usefull to monitor .... like
#procinfo -f

enjoy life,

Jean-Pierre Huc
Smile I will feel the difference
Florian Heigl (new acc)
Honored Contributor

Re: ioscan equiv in redhat- list hardware on system

The actual issue is that linux (at the moment) doesn't have the hardware paths other unix flavours come with - but this in the works (see osdl.org/dcl/ for the people pushing it)

You must be aware there's no dependencies like on HP-UX where disabling a pci slot will also disable/suspend the driver instances bound to a device in that slot (i.e. hba and disks).
yesterday I stood at the edge. Today I'm one step ahead.