home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8301 < prev    next >
Encoding:
Text File  |  1992-07-29  |  4.4 KB  |  110 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!ddssuprs!lpc
  3. From: lpc@dickens.com (Luis P Caamano)
  4. Subject: Re: Sharing SCSI devices between machines
  5. Message-ID: <1992Jul29.165039.23390@dickens.com>
  6. Date: Wed, 29 Jul 1992 16:50:39 GMT
  7. References: <1992Jul29.143619.16834@grace.dsir.govt.nz>
  8. Organization: Dickens Data Systems, Inc.
  9. Lines: 99
  10.  
  11. In article <1992Jul29.143619.16834@grace.dsir.govt.nz> srghdxp@grace.dsir.govt.nz writes:
  12. >I have been able to successfully share some SCSI devices
  13. >between a RS6000 320H and two MicroVAXII's by putting all
  14. >the devices and controllers on the same SCSI bus. Although
  15.  
  16. [ some stuff deleted]
  17.  
  18. >   
  19. >The purpose for doing this is to allow the use of the tape
  20. >drives from all three computers. I am not attempting to
  21. >share access to the disks and so far the BUS seems ok with
  22. >this load. 
  23. >
  24. >The system will only work if I use the IBM external SCSI
  25. >terminator which I understand is not ANSI standard. Reading
  26. >the info section on SCSI interface under the hardware
  27. >technical reference manual, there is a section on the
  28. >"Highly Available Configuration" which seems relevant. It is
  29. >intended to share SCSI units between RS6000's and states the 
  30. >following limitations among others; 
  31. >
  32. >   o No internal disks
  33. >   o Use Highly Available Software
  34. >
  35. >I would like to know the following;
  36. >
  37. >1. Is the internal SCSI terminator on a 320H an ANSI 
  38. >   standard terminator ?
  39.  
  40. No.
  41.  
  42. >2. Are the pass through terminators used in the "Highly 
  43. >   available configuration" ANSI standard?
  44.  
  45. Big No or maybe better, "no way."
  46.  
  47. >3. Why the limitation on no internal disks and is it only
  48. >   relevant if the 320H is switched off?
  49.  
  50. I don't know the exact answer about the limitation but I know
  51. it is relevant even if the 320 is off since the terminator is
  52. part of the SCSI bus even if the controller is off.
  53.  
  54. >4. What does the "Highly available configuration software"
  55. >   do and is it necessary?
  56.  
  57. HANFS is a software that requires a specific hardware configuration
  58. to work.  This configuration is a pair of 5xx RS/6000 that share
  59. a group of disks in a common volume group.  Each machine has two
  60. network adapters (TR or eth), and two scsi adapters, one for its
  61. internal disk (boot disk) and another one for the shaed scsi bus.
  62. The SCSI cards are common simple IBM scsi cards. You'll need
  63. a minimum revision level for it to work though. 
  64.  
  65. These two machines are connected to a network, and clients in that 
  66. network mount filesystems from the shared volume group using NFS.  
  67. The key point is that one of the machines is the active server and 
  68. is the one that has exclusive access to the shared disks and thus, 
  69. services all the NFS requests.
  70.  
  71. Now, if that machine goes offline the backup will detect that condition
  72. (That's one the functions of the HANFS software), and then the backup
  73. will tell its second network adapter to use the alternate hardware 
  74. address which is configured to be the same hardware address as the 
  75. network card in the server.  By doing this, the backup is going to 
  76. get all the requests addressed to the failing server.  Next,
  77. the backup will get new reservations for the scsi disks and
  78. takeover the disks, fsck the filesystems, logredo, mount them, and
  79. NFS-export them.  This process is known as "takeover".  When the
  80. backup detects that the server is back online, it will start the
  81. "reintegration" part which is an undo of the takeover.
  82.  
  83. If you're sitting on a client writing to a filesystem on the shared
  84. volume group, you'd see a delay of about 70 seconds for the write or
  85. read to complete.  This delay is the time it takes today for the
  86. takeover and reintegration to complete.
  87.  
  88. >5. Would SCSI Forced Perfect Terminators (FPT) be better in
  89. >   my application and do IBM sell them (part No)?
  90.  
  91. Even though you're configuration won't be supported neither by IBM nor
  92. DEC nor the tape manufacturers, I think that the FPT will help you.
  93. External SCSI terminator part No. 00G0968. You DON'T want the old
  94. terminator P/N 70F9761.
  95.  
  96. >6. What exactly does jumper J1 on the 320H SCSI board do and
  97. >   should I remove it.
  98. >
  99.  
  100. Sorry, don't know that one.
  101.  
  102. -- 
  103. ---------------------------------------------------------------------------
  104. Luis P. Caamano                    |         lpc@dickens.com
  105. Dickens Data Systems, Inc.         |         uunet!ddssuprs!lpc
  106. Norcross, GA                       |         (404) 242-5991
  107. ---------------------------------------------------------------------------
  108. If I think I know it all, I'll stop learning. -myself
  109. The more I learn, the more I know I know nothing. -somebody else
  110.