Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), April 2009

.SAPDBLC=/sapdb/LC1/db
LC1=/sapdb/LC1/db
_SAPDBAP=/sapdb/AP1/db
AP1=/sapdb/AP1/db
[Runtime]
/sapdb/programs/runtime/7240=7.2.4.0,
/sapdb/programs/runtime/7250=7.2.5.0,
/sapdb/programs/runtime/7300=7.3.0.0,
/sapdb/programs/runtime/7301=7.3.1.0,
/sapdb/programs/runtime/7401=7.4.1.0,
/sapdb/programs/runtime/7402=7.4.2.0,
For MaxDB and liveCache Version 7.5 (or higher) the SAP_DBTech.ini file does not contain sections
[Installations], [Databases] and [Runtime]. These sections are stored in separate files
Installations.ini, Databases.ini and Runtimes.iniin the IndepData path
/sapdb/data/config.
A sample SAP_DBTech.ini, Installations.ini, Databases.ini and Runtimes.ini for a host
with a liveCache 7.5 (LC2) and an APO 4.1 using a MaxDB 7.5 (AP2):
/var/spool/sql/ini/SAP_DBTech.ini:
[Globals]IndepData=/sapdb/dataIndepPrograms=/sapdb/programs
/sapdb/data/config/Installations.ini:
[Installations]
/sapdb/LC2/db=7.5.0.15,/sapdb/LC2/db
/sapdb/AP2/db=7.5.0.21,/sapdb/AP2/db
/sapdb/data/config/Databases.ini:
[Databases]
.M750015=/sapdb/LC2/db LC2=/sapdb/LC2/db
.M750021=/sapdb/AP2/db AP2=/sapdb/AP2/db
/sapdb/data/config/Runtimes.ini:
[Runtime]
/sapdb/programs/runtime/7500=7.5.0.0
liveCache installation Step: LC010
If you decided to use option three, and the liveCache version is lower than 7.6:
1. Log on as <lcsid>adm on the machine on which liveCache was installed.
Make sure, you have mounted a sharable logical volume on /sapdb/<LCSID>/wrk as discussed
above.
2. Change the path of the runtime directory of the liveCache and move the files to the new logical volume
accordingly.
cd /sapdb/data/wrk/<LCSID>
find . -depth -print | cpio -pd /sapdb/<LCSID>/wrk
cd ..
rmdir /sapdb/data/wrk/<LCSID>
dbmcli -d <LCSID> -u control,control
dbmcli on <LCSID>>param_directget RUNDIRECTORY
OK
RUNDIRECTORY /sapdb/data/wrk/<LCSID>
110 SAP Supply Chain Management