home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18111 < prev    next >
Encoding:
Text File  |  1992-11-17  |  3.2 KB  |  100 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!eff!world!reuber
  3. From: reuber@world.std.com (kent b reuber)
  4. Subject: Problems w/ creating print queue on terminal server
  5. Message-ID: <BxvruC.1I8@world.std.com>
  6. Keywords: print queue, terminal server
  7. Organization: The World Public Access UNIX, Brookline, MA
  8. Date: Tue, 17 Nov 1992 22:01:24 GMT
  9. Lines: 89
  10.  
  11. I'm having a problem creating a print queue on a terminal server. We have
  12. a VAX 8350 and 2 MicroVAX II's clustered. This isn't the first device
  13. configured this way--we have two other LN03's on a terminal server port.
  14. I'm trying to follow that COM file and the instructions in the _Maintaning
  15. a VMS manual, but it doesn't seem to work.
  16.  
  17. Here's a journal of the session. All input is sent to the boot node of the
  18. cluster. Is there something I have to do from the satellite nodes to make
  19. this work?
  20.  
  21. Create a port
  22.  
  23. $ run sys$system:latcp
  24. LCP> create port lta7738: /nolog
  25. LCP> set port lta7738: /application /node=lat773 /port=port_8
  26.  
  27. Local Port Name = LTA7738:   <application>
  28.  
  29.    Specified Remote Node Name = LAT773
  30.    Specified Remote Port Name = PORT_8
  31.    Link Name = LAT$LINK
  32.  
  33. LCP> exit
  34.  
  35. $ set terminal lta7738:/perm/dev=ln03/lowercase/nobroad/width=255
  36.  
  37. set protection so only the symbiont can access them
  38.  
  39. $ set protection=(s:rwlp,o,g,w) /device lta7738:
  40.  
  41. set up spooling
  42.  
  43. $ set device lta7738: /spooled=(lntest,sys$sysdevice:)
  44.  
  45. define a form
  46.  
  47. $ define/form ln_form 10 /width=80 /stock=default /truncate
  48.  
  49. initialize the queue
  50.  
  51. $ initialize/queue /processor=latsym /default=(form=default) -
  52. _$ /record_blocking /retain=error /library=sysdevctl -
  53. _$ /sep=(reset=(ln03_reset)) /form=ln_form /start lntest /on=lta7738:
  54.  
  55.  
  56. Make sure we got a queue. Looks OK.
  57.  
  58. $ show queue lntest
  59. Terminal queue LNTEST, on CDV::LTA7738:, mounted form LN_FORM (stock=DEFAULT)
  60.  
  61. Try it.
  62. $ print /queue=lntest login.com
  63. Job LOGIN (queue LNTEST, entry 720) started on LNTEST
  64. $ show que lntest
  65. Terminal queue LNTEST, on CDV::LTA7738:, mounted form DEFAULT
  66.  
  67.   Jobname         Username     Entry  Blocks  Status
  68.   -------         --------     -----  ------  ------
  69.   LOGIN           REUBER         720       6  Printing
  70.  
  71. Check the queue a few seconds later. Now it's stalled
  72.  
  73. $ show que lntest
  74. Terminal queue LNTEST, stalled, on CDV::LTA7738:, mounted form DEFAULT
  75.  
  76.   Jobname         Username     Entry  Blocks  Status
  77.   -------         --------     -----  ------  ------
  78.   LOGIN           REUBER         720       6  Printing
  79.  
  80. Wait a few seconds, then check again.
  81.  
  82. $ show que lntest
  83. Terminal queue LNTEST, paused, stalled, on CDV::LTA7738:, mounted form DEFAULT
  84.  
  85.   Jobname         Username     Entry  Blocks  Status
  86.   -------         --------     -----  ------  ------
  87.   LOGIN           REUBER         720       6  Retained on error
  88.     %JBC-F-JOBABORT, job aborted during execution
  89.  
  90. We've also tried unspooling the printer and copying a file directly to the
  91. device, which also fails. This leads me to believe that there's some sort
  92. of connetion or cabling problem, but we've changed cables, etc. Is there
  93. something in this startup procedure that we're doing wrong?
  94.  
  95. -- 
  96. Kent Reuber                   | Schepens Eye Research Institute
  97. Computer Operations Manager   | 20 Staniford St.
  98. reuber@world.std.com          | Boston, MA 02174
  99. reuber@cdv.eri.harvard.edu    |
  100.