home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / nemenu10.zip / EXPAGES.TXT next >
Text File  |  1993-03-05  |  3KB  |  85 lines

  1.                                                    _______
  2.                                               ____|__     |               (R)
  3.                 Just-In-Time               --|       |    |-------------------
  4.     +-------+   Computing                    |   ____|__  |  Association of
  5.    /   J   /    Services                     |  |       |_|  Shareware
  6.   /   C   /     --------------------         |__|   o   |    Professionals
  7.  /   S   /      P.O. Box 4166              -----|   |   |---------------------
  8. +-------+       Ithaca, NY   14852              |___|___|    MEMBER
  9.  
  10.  
  11.                File:  EXPAGES.TXT
  12.         Application:  NEMENU V1.0
  13.                Date:  March 01, 1993
  14.  
  15. System Requirements:  DOS 3.3 or higher, Hard Disk w/450k Free, 
  16.                       EGA or better monitor, Mouse optional
  17.  
  18.  
  19.  
  20. How to Remove Extra Pages from HP LaserJet Print Queues Under DEC Pathworks
  21. ---------------------------------------------------------------------------
  22.  
  23. We've had an extra page coming out of every LaserJet on sight and I
  24. finally said enough is enough.  The procedure presented here really
  25. requires that the VMS system manager make the modifications, however
  26. I will try to explain them so that HE/SHE will understand, (I'm not
  27. an administrator, but I'll do my best).  Show this text to your
  28. network/VMS adminitrator and the extra pages should stop.
  29.  
  30. It's really very simple.  All that needs to be done is to modify the
  31. current reset module (if one exists, if it doesn't one needs to be
  32. created.  The name for this file can be anything you like but I
  33. suggest something like HPRESET.TXT) in the device control library.
  34. The correct reset string that should be in this file looks something
  35. like:
  36.  
  37.             <ESC>]VMS;2<ESC>\<ESC>P<ESC>E<ESC>\
  38.  
  39. (Note: This entire procedure is in the VMS Server Administration
  40. handbook that is distributed with PATHWORKS.  There was some
  41. confusion at our site, though, regarding the exact setup string that
  42. was needed as it is presented in the manual.  The correct string is
  43. located at the top of the page, not in the table)
  44.  
  45. Once the setup string is in the file, you need to update the device
  46. control library.  To do this:
  47.  
  48.  
  49. 1.  Make sure the queue associated with the LaserJet is STOPPED
  50.     before going any further.
  51.  
  52. 2.  If the Queue is spooled, despool it now.  (SET DEVICE
  53.     devicename: /NOSPOOL)
  54.  
  55. 3.  Make sure the queue has a /SEPARATE identifier in the
  56.     initialization.  You Can check on this by using the SHOW
  57.     QUEUE/FULL command at the VMS level.  The complete command
  58.     should look something like
  59.  
  60.             /SEPARATE=(RESET=(HPRESET))
  61.  
  62.     where HPRESET should be the name of the file containing the
  63.     reset string above.
  64.     
  65.     If the queue doesn't have this parameter, add it, otherwise this
  66.     fix will not take effect.
  67.  
  68. 4.  Update (or add) the reset file to the device control library.
  69.     The command looks something like this (see your VMS docs for the
  70.     correct syntax)
  71.  
  72.             LIBRARY/REPLACE SYSDEVCTL.TLB HPRESET.TXT
  73.  
  74.     Note: You need to be in the directory where the file HPRESET.TXT
  75.     exists before executing this command.
  76.  
  77. 5.  Start the queue and you should be on your way!  No more blank
  78. pages!
  79.  
  80.  
  81. This procedure proved to work on both a HPLJ Series II and a Series
  82. IIIP.  The VMS revision level was A5.5-1 and the PATHWORKS level was
  83. V4.1-1.  See your PATHWORKS Server administration guide (The white
  84. softbound manual, Chapter 4, Page 23) for more information.
  85.