Managing Serviceguard Extension for SAP on Integrity Linux, December 2005

Step by Step Installation of SGeSAP on Integrity Linux for SAP WAS Central Instances
Linux Configuration
Chapter 244
rmdir /usr/sap/<SID>
mv /usr/sap/<SID>.new /usr/sap/<SID>
chmod 751 /usr/sap/<SID>
chown <SID>adm:sapsys /usr/sap/<SID>
cd /usr/sap/<SID>/DVEBMGS<INSTNR>
rm -r * # be careful with this
cd ..
mount <dev_path> /usr/sap/<SID>/DVEBMGS<INSTNR>
cd DVEBMGS<INSTNR>
ls
# remove everything that is different from DVEBMGS<INSTNR>,
# Example: rm -r SYS
# rm -r D00
cd DVEBMGS<INSTNR>
find . -depth -print|cpio -pd /usr/sap/<SID>/DVEBMGS<INSTNR>
rm -r * # be careful with this
cd ..
rmdir DVEBMGS<INSTNR>
IS040 SAPDB Database Step:
Make sure you have mounted a sharable logical volume on
/sapdb/<DBSID>/wrk as discussed in section “Planning the LVM
layout”.
Change the path of the runtime directory of the SAPDB and move the
files to the new logical volume accordingly.
cd /sapdb/data/wrk/<DBSID>
find . -depth -print | cpio -pd /sapdb/<DBSID>/wrk
cd ..
rmdir /sapdb/data/wrk/<DBSID>
dbmcli -d <DBSID> -u control,control
dbmcli on <DBSID>> param_directget RUNDIRECTORY
OK