home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / FDOMAIN.ZIP / FDOMAIN.TXT
Encoding:
Text File  |  1990-04-30  |  4.3 KB  |  92 lines

  1.  
  2.  
  3. SUBJECT:      Invalid channel semaphore state on NETWARE release ERROR
  4.  
  5. DATE:         Jan. 24, 1990
  6.  
  7. OS VERSION:   2.1x
  8.  
  9.  
  10.  
  11.  
  12.  
  13. GENERAL 
  14.  
  15. INFORMATION:  Error messages
  16.  
  17.  
  18.  
  19. PROBLEM:      Error message at the server:  INVALID CHANNEL SEMAPHORE 
  20.  
  21.               STATE ON NETWARE RELEASE
  22.  
  23.  
  24.  
  25. SOLUTION:     We have seen this error several different times and in 
  26.  
  27.               each case it involves a Future Domain VADD.  We contacted 
  28.  
  29.               Future Domain, and they said that the version 2.02 fixes 
  30.  
  31.               this problem.  The customer needs to upgrade the VADD.
  32.  
  33.  
  34.  
  35. COMMENTS 
  36.  
  37. (Optional):   Customer needs to contact Future Domain with this error 
  38.  
  39.               message and fix.  FAX number: 714-259-5210
  40.  
  41.  
  42.  
  43.   (XX)    This information has been verified.
  44.  
  45.  
  46.  
  47.  
  48.  
  49. SUBJECT:      Mirroring Using Generic SCSI or Future Domain VADD
  50.  
  51. DATE:         February 13, 1990
  52.  
  53. OS VERSION:   2.15
  54.  
  55. REVISION:     C
  56.  
  57. SHELL 
  58.  
  59. VERSION:      N/A
  60.  
  61. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  62.  
  63.  
  64.  
  65. GENERAL 
  66.  
  67. INFORMATION:  DCB Generic SCSI: Disk process accesses the drive to 
  68.  
  69.               determine the number of heads and cylinders, rather than
  70.  
  71.               using a table like the rest of the options in DISKSET.  
  72.  
  73.               If the information cannot be read, the message "ABEND: 
  74.  
  75.               Error adding a Generic Scsi Drive" appears.  This 
  76.  
  77.               message means that the OS, COMPSURF, VREPAIR, BACKUP, 
  78.  
  79.               RESTORE, and so on, could not talk to the drive, which 
  80.  
  81.               denotes a hardware problem.
  82.  
  83.  
  84.  
  85. PROBLEM:      On a system with mirrored 600 Meg drives, using the 
  86.  
  87.               Generic SCSI option, a customer reported that he 
  88.  
  89.               could not bring the system up after a bad drive was 
  90.  
  91.               removed.  His problem was two-fold because in one 
  92.  
  93.               case two DCBS were used and in the other case the 
  94.  
  95.               Future Domain VADD was used.
  96.  
  97.  
  98.  
  99.               The Future Domain VADD is similar to the DCB 
  100.  
  101.               "Generic SCSI" option in that it also determines 
  102.  
  103.               the number of heads and cylinders from the drive.  
  104.  
  105.               But, unlike the DCB, that is the ONLY way it can be 
  106.  
  107.               set up.  Therefore if one drive is removed it attempts 
  108.  
  109.               to communicate with the missing drive, fails, and
  110.  
  111.               doesn't add the drive to its table.  When the system 
  112.  
  113.               comes up under this condition, the message "ABEND: 
  114.  
  115.               Invalid mirror definition table.  Run NETGEN" appears 
  116.  
  117.               because the hardware only recognized one of the drives 
  118.  
  119.               and the master system table has been configured with 
  120.  
  121.               two.
  122.  
  123.  
  124.  
  125.               When using the DCB "Generic SCSI" option in the above 
  126.  
  127.               situation, to avoid the error "ABEND: Error adding a 
  128.  
  129.               Generic Scsi Drive," the tendency is to remove the 
  130.  
  131.               "Generic SCSI" drive using DISKSET leaving no drives 
  132.  
  133.               defined on one of the DCBS.  When the system comes up 
  134.  
  135.               under this condition, the message "ABEND: Invalid 
  136.  
  137.               mirror definition table.  Run NETGEN" appears because, 
  138.  
  139.               again, the hardware only recognized one of the drives 
  140.  
  141.               and the master system table has been configured with 
  142.  
  143.               two.
  144.  
  145.  
  146.  
  147. SOLUTION:     With the Future Domain VADD there is no way around 
  148.  
  149.               this other than replacing the missing drive.  The
  150.  
  151.               drive doesn't have to be the same size as the drive 
  152.  
  153.               removed, so long as there IS a drive there for the 
  154.  
  155.               VADD to look at, the system will come up.
  156.  
  157.  
  158.  
  159.               With the DCB the workaround for this is to configure 
  160.  
  161.               the DCB which has the bad drive defined for something 
  162.  
  163.               other than "Generic SCSI" using DISKSET (i.e.  
  164.  
  165.               "CDC WRENIII/EMBEDDED SCSI").  The message "Probem 
  166.  
  167.               with drive XX: Error reading disk redirection
  168.  
  169.               information on sector 14" (where XX is the logical 
  170.  
  171.               drive number of the drive removed) will appear, but 
  172.  
  173.               the system will come up. Likewise with COMPSURF, 
  174.  
  175.               VREPAIR, and so on, the same message will appear.
  176.  
  177.  
  178.  
  179.   (XX)    This information has been verified.
  180.  
  181.  
  182.  
  183.