- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how can i check the hardware profile of RH Linux S...
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
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
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
05-04-2004 10:39 PM
05-04-2004 10:39 PM
how can i check the hardware profile of RH Linux Server
how i check the hardware profile of linux
server. i can't Shutdown The SERVER coz
more than 150 Users r connected with this
server.it is runing as a SMB and DHCP
Server.
help me
Thanx
Dushyant Tyagi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 10:43 PM
05-04-2004 10:43 PM
Re: how can i check the hardware profile of RH Linux Server
Ex:
cat /proc/mem
cat /proc/cpu
-Karthik S S
PS: Wrong place for this subject :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 12:54 AM
05-05-2004 12:54 AM
Re: how can i check the hardware profile of RH Linux Server
"lspci is a utility for displaying information about all PCI buses in the system and all devices connected to them."
so try:
1) lspci
2) lspci -vx #more verbose
3) cat /proc/meminfo
4) cat /proc/cpuinfo
lspci is part of pciutils package
Goetz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 01:49 AM
05-05-2004 01:49 AM
Re: how can i check the hardware profile of RH Linux Server
2) if you have kde look at
ksysguard
kcontrol
which retrieve infos from /proc fs.
3) #man dmesg
pls. search in forum. This has already been discussed early.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 01:56 AM
05-05-2004 01:56 AM
Re: how can i check the hardware profile of RH Linux Server
Thats a good start. HP-UX ioscan has yet to be ported to this platform. Too bad.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 02:20 AM
05-05-2004 02:20 AM
Re: how can i check the hardware profile of RH Linux Server
- there is lshw (Hardware Lister) http://ezix.sourceforge.net/software/lshw.html (a small tool to provide detailed informaton on the hardware configuration of the machine)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 05:09 PM
05-05-2004 05:09 PM
Re: how can i check the hardware profile of RH Linux Server
I use is for Linux and HP-UX.