- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Check the 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
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
тАО12-11-2003 02:00 PM
тАО12-11-2003 02:00 PM
Check the hardware information
1. the no. of harddisk ( how many pcs ) and what is the size of each harddisk ?
2. what is the Lan card speed , 10 / 100 or 1000 ?
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 02:12 PM
тАО12-11-2003 02:12 PM
Re: Check the hardware information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 02:24 PM
тАО12-11-2003 02:24 PM
Re: Check the hardware information
First off, some things to look at:
The boot messages are stored (after boot) in the file '/var/log/dmesg'. This is the output of the 'dmesg' command done by 'rc.sysinit' before switching to it's pre-defined init level.
Looking at the above file, you should be able to simply 'grep "^[sh]d[a-z]" /var/log/dmesg' to find the hard-disk drives (SCSI or IDE). If the output of the above doesn't show the various drive sizes, you can use 'sfdisk -s /dev/hda' (for example) to show the size (This will show the number of 1KB blocks).
As for network speed, this is a little more difficult, depending on what card you have. If you're lucky, the command 'mii-tool' will do all you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:38 PM
тАО12-11-2003 07:38 PM
Re: Check the hardware information
Also, never underestimate the treasure to be found by using "cat" and the stuff in the /proc filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 09:20 PM
тАО12-11-2003 09:20 PM
Re: Check the hardware information
/proc/net/PRO_LAN_Adapters/eth0.info
that contains a lot of informations about my lan card, including the speed.
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 10:00 PM
тАО12-11-2003 10:00 PM
Re: Check the hardware information
use "dmesg |grep hd"
> the Lan card speed
Use "mii-tool" utility for determining if you are connected to the Ethernet, and if so, at what speed.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2003 04:28 AM
тАО12-14-2003 04:28 AM
Re: Check the hardware information
Maybe my solution is bit weared but
we can also use
#fdisk -l
Which not only display all the hard disk
but also thei partition information..
Please correct me if i am wrong.
Thanks,
Amit