- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- get hardware info under linux
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
тАО03-15-2006 10:16 AM
тАО03-15-2006 10:16 AM
howto to get all hardware info from command line or using GUI
about mainboard, bios version, graphic card etc. under linux ?
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2006 01:09 PM
тАО03-15-2006 01:09 PM
SolutionYou can cat the appropiate file in /proc like cpuinfo, pci etc.. that will list all the recognized hardware info of the server
Using GUI there is a option called Hardware Browser under system i guess. That will show all the H/W info in GUI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2006 03:36 PM
тАО03-15-2006 03:36 PM
Re: get hardware info under linux
there are many ways to do this.
"hwinfo" command can be used to get a list of hardware configured in your linux machine.
hwstatus shows the current status of hardware.
P.S:
These commands looks on Suse-linux.I dont know about other distros.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2006 04:02 PM
тАО03-15-2006 04:02 PM
Re: get hardware info under linux
http://freshmeat.net/search/?q=hardware+information§ion=projects&Go.x=0&Go.y=0
More suitable one:
http://freshmeat.net/projects/lshw/
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2006 10:41 PM
тАО03-15-2006 10:41 PM
Re: get hardware info under linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2006 05:36 AM
тАО03-16-2006 05:36 AM
Re: get hardware info under linux
Under directory tree is possible get many information:
echo "Kernel Bit: `file /proc/kcore | awk '{print $3}'` "
echo "real memory `cat meminfo | grep MemTotal | cut -d ':' -f2` "
echo "# Processors `cat /proc/cpuinfo | grep "model " | wc -l` "
echo "Processor Type `cat /proc/cpuinfo | grep "model " | tail -1 | cut -d ':' -f2`"
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2015 10:15 PM - edited тАО01-19-2015 02:20 AM
тАО01-15-2015 10:15 PM - edited тАО01-19-2015 02:20 AM
Re: get hardware info under linux
I got the perfect answer for this. There is a script which can be used to pull out all these details.. Download the script from here:
How To Findout Hardware Details In Linux
Thanks,
Mssm
SimplyLinuxFAQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2015 11:47 PM
тАО01-15-2015 11:47 PM
Re: get hardware info under linux
Hi Chris,
you can use the dmidecode command which pulls the information from DMI/SMBIOS you will get the complete information of the system. you can also redirect the output to a file
command syntax:
# dmidecode -q > dmidecode.txt
if you want specific information an example on BIOS mentioned below.
command syntax:
# dmidecode --type bios
Thanks
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
