Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Could someone interpret this server information for me please?

  • 19-12-2008 01:21AM
    #1
    Closed Accounts Posts: 12,382 ✭✭✭✭


    Hello

    I have the following information about the disk drives on one of my servers:

    Physical Disks
    hda: HL-DT-ST GCR-8240N, ATAPI CD/DVD-ROM drive
    hda: ATAPI 24X CD-ROM drive, 128kB Cache, UDMA(33)
    SCSI device sda: 143372544 512-byte hdwr sectors (73407 MB)
    sda: Write Protect is off
    sda: Mode Sense: 06 00 00 00
    SCSI device sda: drive cache: write back
    SCSI device sda: 143372544 512-byte hdwr sectors (73407 MB)
    sda: Write Protect is off
    sda: Mode Sense: 06 00 00 00
    SCSI device sda: drive cache: write back


    Could someone confirm if the above says I have one disk drive, or two disk drives, i.e. RAID?

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 3,890 ✭✭✭cgarvey


    It's being presented as one (SCSI) disk drive anyway. Most hardware RAID will present itself as one drive (i.e. the OS doesn't know anything about the RIAD part; it's all handled by the hardware RAID card).

    So either you have 1 75 GB SCSI drive, or a RAID array (of any level) with 75GB available storage. If you do lspci, you might see the RAID hardware adaptor (Adaptec, 3Ware, etc.) to confirm.


  • Closed Accounts Posts: 12,382 ✭✭✭✭AARRRGH


    lspci worked a treat. Thanks!


  • Closed Accounts Posts: 12,382 ✭✭✭✭AARRRGH


    Another question, if you don't mind. Is there any way I can inspect the contents of the second drive? Basically I'm a bit paranoid it may not be mirroring the contents of my main drive.

    Any pointers appreciated.

    Thanks!


  • Registered Users, Registered Users 2 Posts: 3,890 ✭✭✭cgarvey


    Not that I'm aware of, no. It won't be a normal "drive" per se. You can't mount the 2 drives and see contents (because it's all RAID gobbeldy gook).

    You can use a RAID management utility (or RAID BIOS util) to report on the drives' status (and the health of the array in general), and/or run sanity tests on the array (although most tests disable the array during these tests; a problem if your OS is on the array!). After that, you have to trust that the RAID controller is doing its job and reporting correctly.

    Generally, the utility is manufacturer-specific, and can even be RAID controller-specific. I'd be surprised if it wasn't installed on your server. Just google the controller make/model and find out about its command line util.


Advertisement