- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to check h/w config?
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
06-23-2002 11:48 PM
06-23-2002 11:48 PM
How to check h/w config?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:14 AM
06-24-2002 12:14 AM
Re: How to check h/w config?
Linux doesn't have ioscan.
Try dmesg to see what device are attached to your system.
Try #cat /proc/scsi/scsi to see what scsi device are attached.
Try #fdisk -l /dev/sda or /dev/hda to see how many partitions are in the disk.
Try #free to see the memory usage and also swap usage (No swapinfo on Linux.)
Try #cat /proc/meminfo
Try #cat /proc/cpuinfo to see
what cpu your system is using.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:02 AM
06-24-2002 01:02 AM
Re: How to check h/w config?
Regards,
--
Misha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 05:28 PM
06-24-2002 05:28 PM
Re: How to check h/w config?
But is my disk 2x36GB or 2x72GB in RAID5? What's the usable space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:09 AM
06-25-2002 12:09 AM
Re: How to check h/w config?
You should get all informations on all disks available.
df -hl should give you HUMAN readable informations, for LOCAL disks.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:25 AM
06-25-2002 12:25 AM
Re: How to check h/w config?
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 1011M 86M 874M 9% /
/dev/sda1 23M 7.8M 13M 36% /boot
/dev/sda7 1011M 472k 959M 1% /home
/dev/sda5 9.8G 62M 9.2G 1% /opt
/dev/sda10 1011M 36k 959M 1% /tmp
/dev/sda6 1.5G 956M 458M 68% /usr
/dev/sda12 509M 96k 483M 1% /usr/local
/dev/sda9 1011M 17M 943M 2% /var
You see, df will only tell you whatever have been partitioned and mounted, but how do I know how much has been left and unpartitioned, what are the physical sizes of all disk drives? Are there 4x18GB disks or 2x36GB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 12:47 AM
06-25-2002 12:47 AM
Re: How to check h/w config?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x1f92abe92dabd5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 10:49 AM
06-25-2002 10:49 AM
Re: How to check h/w config?
(zhaqui N/A for me, please, but Mike's post deserves a 10!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 05:27 PM
06-25-2002 05:27 PM
Re: How to check h/w config?
Here is the output after running hinv.pl version1.4 which I downloaded from the URL you mentioned in the link.
Can you tell me how many physical disk drives in my Linux server?
#perl hinv.pl
printf (...) interpreted as function at hinv.pl line 384.
printf (...) interpreted as function at hinv.pl line 393.
printf (...) interpreted as function at hinv.pl line 402.
Main memory size: 905 Mbytes
2 GenuineIntel Pentium III (Coppermine) processors
2 16550A serial ports
1 National Semiconductor PC87306 floppy controller
1 1.44M floppy drive
1 vga+ graphics device
1 keyboard
1 IDE device:
/dev/hda: ATAPI 48X CD-ROM drive, 120kB Cache
PCI bus devices:
Host bridge: ServerWorks CNB20LE (rev 6).
Host bridge: ServerWorks CNB20LE (#2) (rev 6).
Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 8).
Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (#2) (rev 8).
VGA compatible controller: ATI Technologies Inc 3D Rage IIC (rev 122).
ISA bridge: ServerWorks OSB4 (rev 80).
IDE interface: PCI device 1166:0211 (ServerWorks) (rev 0).
RAID bus controller: PCI device 101e:1960 (American Megatrends Inc.) (rev 32).
SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c1010 Ultra3 SCSI Adapter (rev 1).
SCSI storage controller: Symbios Logic Inc. (formerly NCR) 53c1010 Ultra3 SCSI Adapter (#2) (rev 1).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 06:46 PM
06-25-2002 06:46 PM
Re: How to check h/w config?
From your output here and the earlier post, it's clear that you need a tool like HP-UX's hparraycfg or some such. The output indicates that you've got one LUN of ~ 54GB set up on your RAID controller. But where did the rest of the (probably) 72GB go? So, absent hparraycfg, what tools are available to you to examine your raid and set up LUNS, etc?
In RH Linux (probably starting with 7.0 and beyond) there is lsraid, which can print information about linux multidisk devices. Man lsraid for info. I haven't got a Linux box with a RAID to test on, so will bow out now...
Hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:23 PM
06-25-2002 07:23 PM
Re: How to check h/w config?
You are right, it is probably because of RAID that all these tools can't tell exactly the physical disk information. I don't know if there is such thing as Israid or hparraycfg on Linux. But anyway you deserve honorable mention and thank you once again for your comments,time and efforts.
A lot of thanks.