home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5530 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  3.5 KB

  1. Xref: sparky comp.sys.sun.admin:5530 comp.sys.sun.hardware:3869
  2. Newsgroups: comp.sys.sun.admin,comp.sys.sun.hardware
  3. Path: sparky!uunet!wupost!gumby!destroyer!ncar!ico!dirtydog.ima.isc.com!laidbak!mikebo
  4. From: mikebo@i88.isc.com (Michael Borowiec)
  5. Subject: Re: HELP with 4/490 SCSI Device IDs for SCSI disk drives.
  6. Message-ID: <1992Aug14.043144.9990@i88.isc.com>
  7. Sender: usenet@i88.isc.com (Usenet News)
  8. Nntp-Posting-Host: genesis.i88.isc.com
  9. Organization: INTERACTIVE Systems Corporation, Naperville, IL
  10. References: <1992Aug12.142412.15112@Princeton.EDU>
  11. Date: Fri, 14 Aug 1992 04:31:44 GMT
  12. Lines: 64
  13.  
  14. In article <1992Aug12.142412.15112@Princeton.EDU> stz@phoenix.Princeton.EDU (Stephen Zehl) writes:
  15. >    Sun does not recommend putting SCSI disk drives on the SCSI bus of a 
  16. >4/490, but everyone else has told me that there is no problem with doing it.
  17. >I have been unable to find anything to help me set the SCSI device IDs of the 
  18. >drives.  Does anyone have multiple SCSI drives hanging off a 4/490 that could
  19. >tell me the SCSI device IDs they used and what what drive device that is
  20. >associated with. for example, here are the settings for a Sparc2s internal
  21. >drives:
  22. >
  23. >    Drive Number        SCSI Device ID        Drive Device
  24. >        ------------        --------------        ------------
  25. >         1                  3                sd0
  26. >         2                  1                sd1 
  27. >          
  28. >
  29. >    Also, how many drives can I daisy chain off of the SCSI bus, I already
  30. >have 2 tape drives and a cdrom on it.
  31. >
  32. >    Thanks.
  33. >
  34. >Stephen Zehl
  35. >Systems Admin. Princeton University Cognitive Science Lab
  36. >Princeton, NJ
  37. >sz@clarity.princeton.edu
  38. >
  39.  
  40. Well, I have 3 VME SCSI boards in our 4/490 with up to 4 1.2GB drives
  41. on each SCSI bus. Theoretically you could easily configure up to seven
  42. SCSI drives on each bus, although performance may suffer if you're 
  43. hitting on several of them at the same time...
  44.  
  45. Here is the SCSI portion of my kernel config file:
  46. #
  47. # Support for the SCSI-3 host adapter and the on-board SCSI controller
  48. # on several machines (e.g. 3/50).
  49. #
  50. controller    si0 at vme24d16 ? csr 0x200000 priority 2 vector siintr 0x40
  51. controller    si1 at vme24d16 ? csr 0x204000 priority 2 vector siintr 0x41
  52. controller    si2 at vme24d16 ? csr 0x208000 priority 2 vector siintr 0x42
  53. tape        st0 at si0 drive 040 flags 1        # QIC150 SCSI ID: 4
  54. tape        smt0 at si0 drive 050 flags 3        # ST-8mm SCSI ID: 5
  55. disk        sr0 at si0 drive 060 flags 2        # CD-ROM SCSI ID: 6
  56. disk        sd0 at si0 drive 000 flags 0        # BUS: 0 SCSI ID: 0
  57. disk        sd9 at si0 drive 010 flags 0        # BUS: 0 SCSI ID: 1
  58. disk        sd1 at si1 drive 000 flags 0        # BUS: 1 SCSI ID: 0
  59. disk        sd2 at si1 drive 010 flags 0        # BUS: 1 SCSI ID: 1
  60. disk        sd3 at si1 drive 020 flags 0        # BUS: 1 SCSI ID: 2
  61. disk        sd4 at si1 drive 030 flags 0        # BUS: 1 SCSI ID: 3
  62. disk        sd5 at si2 drive 000 flags 0        # BUS: 2 SCSI ID: 0
  63. disk        sd6 at si2 drive 010 flags 0        # BUS: 2 SCSI ID: 1
  64. disk        sd7 at si2 drive 020 flags 0        # BUS: 2 SCSI ID: 2
  65. disk        sd8 at si2 drive 030 flags 0        # BUS: 2 SCSI ID: 3
  66.  
  67. Although Sun only *supports* two SCSI buses in a 4/490, it was a simple
  68. matter to jumper the third board and use the above config information to
  69. make the proper kernel. I can't figure out why Sun insists on setting sd0
  70. to SCSI address 3 in the GENERIC file, but it isn't at all necessary.
  71. - Mike
  72.  
  73. --------------------------------------------------------------------------
  74. Michael Borowiec  (N9EUZ)  -  mikebo@isc.com  -  mikebo@timesink.chi.il.us
  75. INTERACTIVE Systems Corp. - 1901 N. Naper Blvd. - Naperville, IL 60563 USA
  76. System Administration Office: 708-505-9100 ext 229   -   FAX: 708-505-9133
  77. --------------------------------------------------------------------------
  78.