QUOTE (Jeff @ Mar 5 2007, 08:25 AM)

Does the server include remote console? If so (e.g. with a server with DRAC) you can watch the raid card bios on boot, or enter it and look at the array config, etc.
Is it a windows or linux server, and what is the make of the RAID card? With 3ware for example you can us the 3DM client to interact with the card from the OS. Adaptec has a windows client, I'm not sure about a linux client. Etc.
Thanks for the info. I run a RH4 box.
Support assures me that RAID1 is configured and running, but when I look at the system HD, I get 2 different drives with 2 different partitions systems.
CODE
[root@example var]# fdisk -l
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 267 2040255 82 Linux swap
/dev/sda3 268 30394 241995127+ 83 Linux
Disk /dev/sdb: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 104391 83 Linux
/dev/sdb2 14 268 2048287+ 82 Linux swap
/dev/sdb3 269 399 1052257+ 83 Linux
/dev/sdb4 400 30394 240934837+ 5 Extended
/dev/sdb5 400 30394 240934806 83 Linux
If RAID1 was well configured, shouldnīt I get only 1 drive?
Regards, Simon.