home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!franvm3.VNET.IBM.COM
- From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
- Message-ID: <19921112.103847.846@almaden.ibm.com>
- Date: Thu, 12 Nov 92 19:39:10 CET
- Newsgroups: comp.unix.aix
- Reply-To: kraemerf@franvm3.VNET.IBM.COM
- Organization: IBM Germany, BO-89 ACIS South
- Disclaimer: This posting represents the poster's views, not those of IBM
- News-Software: Usenet 3.0
- Subject: Re: RLM error, how do I re-install a license for catia?
- Lines: 57
-
- raeram@kittyhawk.aero.rmit.OZ.AU (Richard A. Muirden) writes:
-
- > Hi. Just installed 3.2.2 upgrade and CATIA barfs. It comes up with
- > an RLM error saying nlslib_no_servers_fnd or something (I don't have
- > it in front of me ehre). It then says something which indicates it
- > doesn't have the license information anymore... this might be a FAQ
- > but I'm new to running AIX boxes and can't find anything in the manuals
- > *sigh* as to how to do it....
-
- =----cut here-------------
- #!/bin/ksh
- #
- # Shell script to define CATIA Lic's to RLM
- # SERVER: '$ uname -m' shows the CPUid of your server
- #
- cd /usr/lpp/rlm/bin
- #
- # Add Vendor Password
- #
- rlmadmin -v "Dassault System" \ # \ is backslash
- 4adae46b7c5e.02.c0.09.c8.6e.00.00.00 \ # \ is backslash
- m6j9c7ebdhwxu
- #
- # Add Product Password's
- #
- rlmadmin -p "Dassault System" "CATIA Base" qbkbuxbenqnnqesea2vcankz 3.2
- rlmadmin -p "Dassault System" "CATIA Library" m8tev48zeyw78esea2vcankz 3.2
- rlmadmin -p "Dassault System" "CATIA Drafting" h2nyhtk6h2vyaesea2vcankz 3.2
- rlmadmin -p "Dassault System" "CATIA 3DDesign" idkax8h4av5r4esea2vcankz 3.2
- rlmadmin -p "Dassault System" "CATIA Adv. Surf" zxxewppaqkancesea2vcankz 3.2
- rlmadmin -p "Dassault System" "CATIA Solid" z6ks9uukys8kiesea2vcankz 3.2
- #
- # Display the number of Lic's
- #
- rlmstat -t
- #
- exit 0
-
- =----cut here-------------
-
- frank ;-)
-
-
-
-
-
-
-
-
- .----------------------------------------------------------------------.
- | E-Mail: FRANVM3(KRAEMERF) - IBM VNET "Yes, I'm one |
- | ====== IBMMAIL(DEIBM27S) - IBM-Mail of those |
- | DE.IBMX400.IBMMAIL.KRAEMER.KRAEME - X.400 stupid IBM |
- | kraemerf@franvm3.vnet.ibm.com - Internet field SE's." |
- | Voice : +49-(0)611/776-364 |
- | Mail : Abraham-Lincoln Street 26, 6200 Wiesbaden, Germany |
- '----------------------------------------------------------------------'
-