SCSI ID <--> filesystem

Ask a Question related to SCO, Design and Development.

  1. #1

    Default SCSI ID <--> filesystem

    .... a particular (5.0.6) server has a SCSI backplane with four hard disks
    hanging off of it. All I know is the SCSI ID (it is the position in the
    backplane; right-most is ID 0, next is ID 1, and so on).

    How do I tell which filesystem is on which disk. IOW, how do I match up a given
    filesystem with its hd's SCSI ID? The best I've come up with so far is to re-
    run mkdev hd (*it* knows the answer), but that's a little bit nerve-wracking.
    There must be a better way, right?

    Thanks!

    --
    _________________________________________
    Nachman Yaakov Ziskind, EA, LLM [email]awacs@egps.com[/email]
    Attorney and Counselor-at-Law [url]http://yankel.com[/url]
    Economic Group Pension Services [url]http://egps.com[/url]
    Actuaries and Employee Benefit Consultants
    Nachman Yaakov Ziskind Guest

  2. Similar Questions and Discussions

    1. Lilo: strange warnings when scsi boot + ide-scsi emulation
      I am using Lilo to boot from a SCSI drive. My setup is as follows: sda: scsi main drive, Boot from MBR (/dev/sda), swap in /dev/sda1 single...
    2. SCO Filesystem
      Help plz using sco 3.2v4.2 ... powerfailer ochh!... not able to mount /dev/u try fsck on /dev/root .. it's ok try fsck on /dev/u get error "fsck:...
    3. filesystem help
      Yousuf wrote: The block number it's complaining about is in 1/2K blocks. In 1K units, it's at 18307903K into the division. Since the size of...
    4. SCSI under 2.4.20-8 but not 2.4.20-18.9 (RH9)
      a user <paul@not_real.edu> wrote in message No, there is no such message. I did have a message in /var/log/message saying "kernel: scsi:...
    5. Any way to backup to a Sony SDK-5200 Tape drive(SCSI) using a Xircom USB-SCSI converter in OSX?
      Thanks. I'd like to not have to buy more hardware. I would backup with Retrospect. Jack Stroh
  3. #2

    Default Re: SCSI ID <--> filesystem

    Nachman Yaakov Ziskind wrote:
    > ... a particular (5.0.6) server has a SCSI backplane with four hard disks
    > hanging off of it. All I know is the SCSI ID (it is the position in the
    > backplane; right-most is ID 0, next is ID 1, and so on).
    >
    > How do I tell which filesystem is on which disk. IOW, how do I match up a given
    > filesystem with its hd's SCSI ID? The best I've come up with so far is to re-
    > run mkdev hd (*it* knows the answer), but that's a little bit nerve-wracking.
    > There must be a better way, right?
    The tool you want is John DuBois's `divisions`:

    [url]ftp://ftp.armory.com/pub/admin/divisions[/url]

    Try `divisions -tu`.
    >Bela<
    Bela Lubkin Guest

  4. #3

    Default Re: SCSI ID <--> filesystem

    Nachman Yaakov Ziskind wrote:
    >
    > ... a particular (5.0.6) server has a SCSI backplane with four hard disks
    > hanging off of it. All I know is the SCSI ID (it is the position in the
    > backplane; right-most is ID 0, next is ID 1, and so on).
    >
    > How do I tell which filesystem is on which disk. IOW, how do I match up a given
    > filesystem with its hd's SCSI ID? The best I've come up with so far is to re-
    > run mkdev hd (*it* knows the answer), but that's a little bit nerve-wracking.
    > There must be a better way, right?
    >
    > Thanks!
    >
    > --
    > _________________________________________
    > Nachman Yaakov Ziskind, EA, LLM [email]awacs@egps.com[/email]
    > Attorney and Counselor-at-Law [url]http://yankel.com[/url]
    > Economic Group Pension Services [url]http://egps.com[/url]
    > Actuaries and Employee Benefit Consultants

    With the system idle, try writing a large file to each filesystem and
    see which drive lights up ( assuming there is an LED for that ).

    Some RAID controllers can remap the reported SCSI ID to the real ID,
    which can be confusing. Some versions of DPT did move the first
    defined array to a reported SCSI ID of 0, even if the drives where
    at 2 & 3 !

    Mike

    --
    Michael Brown

    The Kingsway Group
    Mike Brown Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139