home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11526 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.4 KB

  1. Path: sparky!uunet!franvm3.VNET.IBM.COM
  2. From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
  3. Message-ID: <19921112.103847.846@almaden.ibm.com>
  4. Date: Thu, 12 Nov 92 19:39:10 CET
  5. Newsgroups: comp.unix.aix
  6. Reply-To: kraemerf@franvm3.VNET.IBM.COM
  7. Organization: IBM Germany, BO-89 ACIS South
  8. Disclaimer: This posting represents the poster's views, not those of IBM
  9. News-Software: Usenet 3.0
  10. Subject: Re: RLM error, how do I re-install a license for catia?
  11. Lines: 57
  12.  
  13. raeram@kittyhawk.aero.rmit.OZ.AU (Richard A. Muirden) writes:
  14.  
  15. > Hi. Just installed 3.2.2 upgrade and CATIA barfs. It comes up with
  16. > an RLM error saying nlslib_no_servers_fnd or something (I don't have
  17. > it in front of me ehre). It then says something which indicates it
  18. > doesn't have the license information anymore... this might be a FAQ
  19. > but I'm new to running AIX boxes and can't find anything in the manuals
  20. > *sigh* as to how to do it....
  21.  
  22. =----cut here-------------
  23. #!/bin/ksh
  24. #
  25. #  Shell script to define CATIA Lic's to RLM
  26. #  SERVER: '$ uname -m'  shows the CPUid of your server
  27. #
  28. cd /usr/lpp/rlm/bin
  29. #
  30. #  Add Vendor Password
  31. #
  32. rlmadmin -v "Dassault System"                      \  # \ is backslash
  33.              4adae46b7c5e.02.c0.09.c8.6e.00.00.00  \  # \ is backslash
  34.              m6j9c7ebdhwxu
  35. #
  36. #  Add Product Password's
  37. #
  38. rlmadmin -p "Dassault System" "CATIA Base"      qbkbuxbenqnnqesea2vcankz  3.2
  39. rlmadmin -p "Dassault System" "CATIA Library"   m8tev48zeyw78esea2vcankz  3.2
  40. rlmadmin -p "Dassault System" "CATIA Drafting"  h2nyhtk6h2vyaesea2vcankz  3.2
  41. rlmadmin -p "Dassault System" "CATIA 3DDesign"  idkax8h4av5r4esea2vcankz  3.2
  42. rlmadmin -p "Dassault System" "CATIA Adv. Surf" zxxewppaqkancesea2vcankz  3.2
  43. rlmadmin -p "Dassault System" "CATIA Solid"     z6ks9uukys8kiesea2vcankz  3.2
  44. #
  45. #  Display the number of Lic's
  46. #
  47. rlmstat -t
  48. #
  49. exit 0
  50.  
  51. =----cut here-------------
  52.  
  53. frank ;-)
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. .----------------------------------------------------------------------.
  63. | E-Mail: FRANVM3(KRAEMERF)                 - IBM VNET  "Yes, I'm one  |
  64. | ======  IBMMAIL(DEIBM27S)                 - IBM-Mail   of those      |
  65. |         DE.IBMX400.IBMMAIL.KRAEMER.KRAEME - X.400      stupid IBM    |
  66. |         kraemerf@franvm3.vnet.ibm.com     - Internet   field SE's."  |
  67. | Voice : +49-(0)611/776-364                                           |
  68. | Mail  : Abraham-Lincoln Street 26, 6200 Wiesbaden, Germany           |
  69. '----------------------------------------------------------------------'
  70.