- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ioscan equiv in redhat- list hardware on system
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
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
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
тАО10-25-2006 05:07 AM
тАО10-25-2006 05:07 AM
ioscan equiv in redhat- list hardware on system
In HP-UX we have a command #ioscan which tells us what hardware the system can see.
What is the equivalent in redhat?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2006 06:16 AM
тАО10-25-2006 06:16 AM
Re: ioscan equiv in redhat- list hardware on system
hwbrowser
lshal
lwh (http://ezix.org/project/wiki/HardwareLiSter)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2006 07:33 PM
тАО10-25-2006 07:33 PM
Re: ioscan equiv in redhat- list hardware on system
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2006 04:30 AM
тАО10-26-2006 04:30 AM
Re: ioscan equiv in redhat- list hardware on system
A closer match to ioscan can be lspci. Same information as our friends say above, with more ioscan look.
regards,
peyman;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2006 04:39 AM
тАО10-26-2006 04:39 AM
Re: ioscan equiv in redhat- list hardware on system
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2006 08:17 AM
тАО10-26-2006 08:17 AM
Re: ioscan equiv in redhat- list hardware on system
# cat /etc/sysconfig/hwconf | less
is very useful, for instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2006 06:13 PM
тАО10-26-2006 06:13 PM
Re: ioscan equiv in redhat- list hardware on system
# lshw -short
This will look and feel like the HPUX ioscan.
-Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2006 06:37 PM
тАО10-27-2006 06:37 PM
Re: ioscan equiv in redhat- list hardware on system
If at all the problem has been resolved, then we can assign points.......wat say???
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2006 11:34 PM
тАО10-29-2006 11:34 PM
Re: ioscan equiv in redhat- list hardware on system
I usually assign points...
view my forums/profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2006 01:31 AM
тАО11-02-2006 01:31 AM
Re: ioscan equiv in redhat- list hardware on system
Not an exact match but usefull.
#man lsdev
# lsdev
enjoy life,
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2006 01:35 AM
тАО11-02-2006 01:35 AM
Re: ioscan equiv in redhat- list hardware on system
#man procinfo
ex:
# procinfo
This is usefull to monitor .... like
#procinfo -f
enjoy life,
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2006 08:28 AM
тАО11-06-2006 08:28 AM
Re: ioscan equiv in redhat- list hardware on system
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).