Managing Serviceguard Extension for SAP on Linux (IA64 Integrity and x86_64), February 2008

Step-by-Step Cluster Conversion
Linux Configuration
Chapter 3 121
IS191 Installation Step:
If the primary node has the Central Instance installed and the backup
node has no internal application server with local executables installed,
for example on the primary node:
cd /usr/sap/<SID>/SYS
find . -depth -print | cpio >/tmp/SYS.cpio
Use ftp(1) to copy the file over to the secondary node. On the secondary
node:
su - <sid>adm
mkdir -p /usr/sap/<SID>/SYS
cd /usr/sap/<SID>/SYS
cpio -id </tmp/SYS.cpio
IS192 Installation Step:
Create a mountpoint for the Central Instance directory on the backup
node so the node can run the Central Instance. For example:
mkdir -p /usr/sap/<SID>/DVEBMGS<INSTNR>
IS210 Installation Step:
Create a local directory for the saposcol temporary data on possible the
backup nodes. For example:
mkdir -p /usr/sap/tmp