home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18155 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!rutgers!spcvxb!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: VMS License PAK Problems
  5. Message-ID: <1992Nov18.045832.4474@spcvxb.spc.edu>
  6. Date: 18 Nov 92 09:58:32 GMT
  7. References: <1992Nov17.192134.22111@nwnexus.WA.COM>
  8. Organization: St. Peter's College, US
  9. Lines: 39
  10.  
  11. In article <1992Nov17.192134.22111@nwnexus.WA.COM>, craig@halcyon.com (Craig Suhadolnik) writes:
  12. > We recently did a board level upgrade of a MVII to a MV3900.  The 
  13. > new license PAK information was entered into the LMF, and we canceled
  14. > the old PAK's.  We did a "license unload vax-vms" and then a "load 
  15. > license vax-vms".
  16. > The system still utilizes the old PAK information and will only
  17. > allow 16 logins as designated by the initial PAK.
  18. > Any suggestions as to what we are doing wrong?  Could it be the start
  19. > up file?
  20.  
  21.   There are a number of things that could be messing you up. First is that
  22. VMS operating system PAKs want to live in SYS$SPECIFIC:[SYSEXE]LMF$SYSTEM.LDB
  23. while the rest of them go in SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB. The DCL
  24. VMSLICENSE.COM procedure doesn't know this, however.
  25.  
  26.   Second, the LOAD/UNLOAD options install/remove license information in the
  27. current running system's license list. The matching options for the license
  28. database are ENABLE/DISABLE.
  29.  
  30.   So, starting from scratch, you'd:
  31.  
  32.   $ LICENSE UNLOAD VAX-VMS
  33.   $ LICENSE DISABLE VAX-VMS/DATABASE=SYS$SPECIFIC:[SYSEXE]LMF$SYSTEM.LDB
  34.  
  35.   [optional for LMF V1.1 and later only]
  36.   $ LICENSE DELETE VAX-VMS/DATABASE=SYS$SPECIFIC:[SYSEXE]LMF$SYSTEM.LDB
  37.  
  38.   $ LICENSE REGISTER VAX-VMS/DATABASE=SYS$SPECIFIC:[SYSEXE]LMF$SYSTEM.LDB -
  39.     /all-the-other-stuff-on-the-pak
  40.   $ LICENSE LOAD VAX-VMS/DATABASE=SYS$SPECIFIC:[SYSEXE]LMF$SYSTEM.LDB
  41.  
  42.   Once you've got all that done, you should never need to worry about it
  43. again (at least until your next hardware upgrade).
  44.  
  45.     Terry Kennedy        Operations Manager, Academic Computing
  46.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  47.     terry@spcvxa.spc.edu    +1 201 915 9381
  48.