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 250
IS190 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 -o >/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
IS200 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 the backup
node. For example:
mkdir -p /usr/sap/tmp