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

  1. Path: sparky!uunet!stanford.edu!rutgers!spcvxb!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Determining the status of a license
  5. Message-ID: <1993Jan22.021316.4967@spcvxb.spc.edu>
  6. Date: 22 Jan 93 07:13:16 GMT
  7. References: <19671.2b5ebe5f@ecs.umass.edu>
  8. Organization: St. Peter's College, US
  9. Lines: 25
  10.  
  11. In article <19671.2b5ebe5f@ecs.umass.edu>, jhwelch@ecs.umass.edu writes:
  12. > Since a LICENSE LOAD command realizes it's already loaded somewhere
  13. > else there must be an undocumented system call that performs this
  14. > task.  EXE$CHECK_LICENSE looks like a promising area to investigate
  15. > but of course it's not on the listing CD.
  16.  
  17.   Yup. None of this is documented and it makes it hard to do things such as
  18. the one you suggest. Of course, it also makes it hard for the bad guys to
  19. do nasty things (or at least that seems to be DEC's reasoning).
  20.  
  21.   LICENSE LOAD loads licenses from the LDB into kernel-mode logicals, doing
  22. some checks along the way. I would guess that it uses some form of cluster
  23. communication to verify and possibly adjust the logicals on other nodes dur-
  24. ing the load.
  25.  
  26.   If you have something to monitor (and even better, decode) SCS or lock
  27. manager traffic on the net, you might look to see what's being passed. The
  28. logicals live in LMF$LICENSE_TABLE, so a SHOW LOG/TABLE=LMF$LICENSE_TABLE
  29. will show you the licenses currently loaded. Once you see the format of the
  30. logical names, you can easily check to see if a license is loaded for any
  31. combination of producer and product.
  32.  
  33.     Terry Kennedy        Operations Manager, Academic Computing
  34.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  35.     terry@spcvxa.spc.edu    +1 201 915 9381
  36.