- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to get Hardware Information
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
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
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
тАО09-17-2006 10:01 PM
тАО09-17-2006 10:01 PM
I need to make an inventory of my RHEL AS 4 servers .
so by which command, i can get the hardware details like
OS, Network, IP details,serial no., server model, no. of CPUs, memory details, CPU Speed, NIC speed.
Please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 11:33 PM
тАО09-17-2006 11:33 PM
Re: How to get Hardware Information
I use
-cfg2html ( http://www.cfg2html.com/ )
-hponcfg ( package hponcfg-1.2.0-4 from Proliant Support Pack (search HP site !) )
cfg2html is free, I don't know about PSP.
Jean-Yves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 11:34 PM
тАО09-17-2006 11:34 PM
Re: How to get Hardware Information
If you are looking for in more hardware information and monitoring tool, I would advice you to consider SIM ( system insight manager ).
Very very good tool, I would take my time to learn about it and have it running in my enviroment:
http://h18013.www1.hp.com/products/servers/management/hpsim/index.html?jumpid=reg_R1002_USEN
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 11:50 PM
тАО09-17-2006 11:50 PM
Re: How to get Hardware Information
See the following thread for more information related with server serial number.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1040173
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2006 01:29 AM
тАО09-18-2006 01:29 AM
Re: How to get Hardware Information
You can get lot of HW details using DMIDECODE.
http://freshmeat.net/projects/dmidecode/
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2006 03:12 AM
тАО09-19-2006 03:12 AM
Re: How to get Hardware Information
for information about IPs of NIC's and more it is : ifconfig -a
For CPU information(it takes information from RAM, not from ur hard disk):
cat /proc/cpuinfo
To know about OS and kernel version:
uname -a
other source
lspci
Hope this will help you to find out the details.
Bye,
Have a nice day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2006 10:43 PM
тАО09-19-2006 10:43 PM
Re: How to get Hardware Information
# cat /proc/cpuinfo
works
thanks