Erstellen Sie für jeden Server ein Startscript. Arbeiten Sie hierbei im Verzeichnis
rational_verzeichnis/config.
- Rufen Sie ein Schablonenstartscript im IBM Rational Download and
Licensing Center ab.
- Kopieren Sie die Schablonendatei 'start_lmgrd' in das Verzeichnis 'config':
cp start_lmgrd_template rational_verzeichnis/config/start_lmgrd
- Ändern Sie die folgenden vier Zeilen, so dass Sie Ihrer Installation entsprechen. Die Schablone
geht davon aus, dass rational_verzeichnis '/opt/rational' ist, dass die Lizenzdatei
'license.dat' ist und dass 'anne' die Benutzer-ID ist, die Eigner des Prozesses 'lmgrd/rational' ist,
wenn sie beim Systemstart als Root ausgeführt wird.
LICENSE_DIR =/opt/rational/config
LICENSE_DAT = $LICENSE_DIR/license.dat
LICENSE_LOG = $LICENSE_DIR/license.log
LICENSE_EXE = $LICENSE_DIR/lmgrd
LICENSE_USER = joe