LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to check server/computer details? CPU, HD? (https://www.linuxquestions.org/questions/linux-software-2/how-to-check-server-computer-details-cpu-hd-482694/)

newlinuxnewbie 09-12-2006 05:07 AM

How to check server/computer details? CPU, HD?
 
I just ordered a dual xeon server and want to verify that it has the correct specifications:

Dual Xeon processors
2 x hard drives RAID1

What are the commands I should type to verify?

I know for cpu, I typed cat /proc/cpuinfo and it showed processors 0-3, but in top it shows just 1 cpu?

The hard drives are using a RAID1 setup, if I type df -h is it going to display both hard drives? Because I am only seeing one of them.

Thanks!

timmeke 09-12-2006 07:31 AM

RAID1 is just mirrorring (see http://www.acnc.com/04_01_01.html). So, both disks will have the same data on them. Depending on how the logical volumes are defined, df will show different results. Search for info on "LVM" and stuff like that.

You could also try looking in /proc/ide/hd* if there IDE hard drives.

newlinuxnewbie 09-12-2006 07:42 AM

What about the CPU, why does top list only 1 CPU?

The hard drives are scsi, I see this:

Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: HITACHI Model: HUS103073FL3600 Rev: SA1B
Type: Direct-Access ANSI SCSI revision 03

Host: scsi0 Channel: 00 Id: 08 Lun: 00
Vendor: HITACHI Model: HUS103073FL3600 Rev: SA1B
Type: Direct-Access ANSI SCSI revision 03


Is this 2 SCSI hard drives? And how do I know if it is on a RAID1 setup currently?


All times are GMT -5. The time now is 10:29 PM.