Managing Serviceguard Extension for SAP, December 2007

Step-by-Step Cluster Conversion
HP-UX Configuration
Chapter 3120
SD040 MAXDB Database Step:
NOTE This step can be skipped for MAXDB instances starting with versions
7.6.
Make sure you have mounted a sharable logical volume on
/sapdb/<DBSID>/wrk as discussed in section MAXDB Storage
Considerations in Chapter 2.
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 ..
rm -r/sapdb/data/wrk/<DBSID>
dbmcli -d <DBSID> -u control,control
dbmcli on <DBSID>> param_directget RUNDIRECTORY
OK
RUNDIRECTORY /sapdb/data/wrk/<DBSID>
---
dbmcli on <DBSID>> param_directput RUNDIRECTORY
/sapdb/<DBSID>/wrk
OK
---
dbmcli on <DBSID>>