home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / internal / 1781 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.5 KB

  1. Path: sparky!uunet!spool.mu.edu!srvr1.engin.umich.edu!nic.umass.edu!risky.ecs.umass.edu!umaecs!jhwelch
  2. From: jhwelch@ecs.umass.edu
  3. Newsgroups: vmsnet.internals
  4. Subject: Determining the status of a license
  5. Message-ID: <19671.2b5ebe5f@ecs.umass.edu>
  6. Date: 21 Jan 93 15:16:47 GMT
  7. Lines: 24
  8.  
  9. In order to print to a new DEClaser 1152 I had to install DECprint Supervisor,
  10. the print symbiont that superscedes CPS.  It turns out that in order
  11. to have it translate ascii files with imbedded escape sequences
  12. an extra license must be purchased.
  13.  
  14. We just purchased the license and I've loaded it on one of the machines
  15. in our cluster.  Because it has a UNITS limit I can't load it
  16. on other nodes.  If the node it's loaded on goes away (which could be
  17. one of many) I'd like to have my hourly "look for trouble spots" job
  18. automatically load it on an alternate host (assuming the operator
  19. doesn't catch it first).
  20.  
  21. Since a LICENSE LOAD command realizes it's already loaded somewhere
  22. else there must be an undocumented system call that performs this
  23. task.  EXE$CHECK_LICENSE looks like a promising area to investigate
  24. but of course it's not on the listing CD.
  25.  
  26. I'd prefer any solution that doesn't involve grungy DCL (e.g.
  27. parsing the output of some command).  I suppose I could have
  28. my hourly job try to load it and check what's in $STATUS but
  29. just for fun I'm also curious if anyone knows how the internal
  30. routines can be accessed.
  31.  
  32. Jonathan Welch  VAX Systems Manager  Umass/Amherst  JHWELCH@ecs.umass.edu
  33.