home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20028 < prev    next >
Encoding:
Text File  |  1992-12-29  |  3.6 KB  |  81 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!vger.cheme.cornell.edu!OLIN
  3. From: olin@vger.cheme.cornell.edu (Steve Thompson)
  4. Subject: using the VMS 5.4 queue manager with VMS 5.5-1
  5. Message-ID: <1992Dec29.221851.21016@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: vger.cheme.cornell.edu
  8. Reply-To: olin@vger.cheme.cornell.edu
  9. Organization: Chemical Engineering, Cornell University, NY
  10. Date: Tue, 29 Dec 1992 22:18:51 GMT
  11. Lines: 68
  12.  
  13. Configuration:    VAX 4000/500, 64MB, RF drives, VMS 5.5-1.
  14.  
  15. Ever since I started with VMS (version 3.2), I have created all my batch
  16. and print queues (about 75 in number) with a command procedure. The
  17. contents of this procedure have remained relatively static; the main
  18. changes being the addition of new machines, etc. This procedure did not
  19. change between VMS 5.4-3 (using the old queue manager), and VMS 5.5 and
  20. then VMS 5.5-1 (using the new queue manager). 95% of my printers are on
  21. terminal server ports; some of them are LN03R's using DEC's CPS s/w (which
  22. use the CPS$SMB symbiont), and some are regular hardcopy units, such as
  23. LA120's (which use LATSYM). No changes were required across the 5.4 -> 5.5
  24. transition, when also going from the old LAT to the new LAT at the same
  25. time. 
  26.  
  27. Now I find that I want to use the old queue manager again, in order to
  28. operate a shared queue environment with the alpha workstation that we just
  29. put in the cluster. I am doing the remaining tasks with only a single
  30. machine in the cluster (the 4500); everything else is shut down, including
  31. the alpha. 
  32.  
  33. To do this, I edited SYS$STARTUP:VMS$CONFIG-050_JOBCTL.COM to force the old
  34. job controller to be used, by inserting the line "$NEWJOBCTL=0" right
  35. before the test of NEWJOBCTL. After rebooting, the old job controller is
  36. started instead of the new one; the JOB_CONTROL process is running the
  37. JOBCTL.EXE image. Fine so far; everything works. 
  38.  
  39. Now I create a new JBCSYSQUE.DAT, and recreate all my batch and print
  40. queues using my canned procedure. Fine; everything appears to work. Batch
  41. queues are started; these work just fine. I can submit jobs, etc, and all
  42. works as before. 
  43.  
  44. However...
  45.  
  46. I can't get any print queues to start. A "START/QUEUE queue" command does
  47. one of two things: 
  48.  
  49. - if the queue uses the LATSYM symbiont, the START/QUEUE command
  50.   hangs (I waited 30 minutes). The queue is marked as "starting",
  51.   and no further progress appears to be made. Same behavior for
  52.   all queues using the LATSYM symbiont. A STOP/RESET command will
  53.   succeed.
  54.  
  55. - if the queue uses the CPS$SMB symbiont, the START/QUEUE command
  56.   succeeds, but the symbiont immediately fails. The message from
  57.   OPCOM and also from the accounting logs is:
  58.  
  59.     %JBC-E-SYMCREPRC, error creating symbiont process for !AS
  60.  
  61. I tried patching SYS.EXE to force the VMS version number to A5.5-1 just in
  62. case some magic was going on internally, and after rebooting the behavior
  63. was exactly the same. 
  64.  
  65. I removed my edit from SYS$STARTUP:VMS$CONFIG-050_JOBCTL.COM to use the new
  66. queue manager again, rebooted, created all the queues again, and lo and
  67. behold everything works fine, as expected. 
  68.  
  69. There appears to be some incompatibility between the LAT s/w and the old
  70. job controller. Has anyone else seen this? Does anyone know if there is a
  71. workaround?  Thanks.
  72.  
  73. Steve
  74.  
  75. ---------------------------------------------------------------------------
  76. Steve Thompson, System Mangler   Internet: thompson@cheme.cornell.edu
  77. School of Chemical Engineering   Bitnet:   thompson@crnlchme
  78. Olin Hall, Cornell University    Phone:    (607) 255 5573
  79. Ithaca NY 14853
  80. ---------------------------------------------------------------------------
  81.