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

# NOTE: the libxxx.30 is SAP version dependent
# change as required
###################################################################
for i in enqt \
enrepserver \
ensmon \
libicudata.so.30 \
libicui18n.so.30 \
libicuuc.so.30 \
libsapu16_mt.so \
libsapu16.so \
librfcum.so \
sapcpe \
sapstart \
sapstartsrv \
sapcontrol
do
echo "cp $S/$i ${D}/exe"
cp $S/$i ${D}/exe
echo $i >> ${ERSLST}
done
echo "servicehttp >> ${ERSLST}"
echo servicehttp >> ${ERSLST}
echo "ers.lst >> ${ERSLST}"
echo ers.lst >> ${ERSLST}
for i in sapmc.jar sapmc.html frog.jar soapclient.jar
do
echo "cp $S/servicehttp/sapmc/$i ${D}/exe/servicehttp/sapmc/$i"
cp $S/servicehttp/sapmc/$i ${D}/exe/servicehttp/sapmc/$i
done
echo "cp /sapmnt/$1/profile/${1}_${4}_${5} /sapmnt/$1/profile/${1}_${2}_${3}"
cp /sapmnt/$1/profile/${1}_${4}_${5} /sapmnt/$1/profile/${1}_${2}_${3}
echo "cp /sapmnt/$1/profile/START_${4}_${5} /sapmnt/$1/profile/START_${2}_${3}"
cp /sapmnt/$1/profile/START_${4}_${5} /sapmnt/$1/profile/START_${2}_${3}
###################################################################
Replicated Enqueue Conversion: RE100
Create instance profile and startup profile for the ERS Instance.
These profiles get created as <sid>adm in the NFS-shared /sapmnt/<SID>/profile directory.
Here is an example template for the instance profile <SID>_ERS<INSTNR>_<[A]REPRELOC>:
#----------------------------------#
general settings
#----------------------------------
SAPSYSTEMNAME = <SID>
INSTANCE_NAME = [A]REP<INSTNR>
SAPSYSTEM = <INSTNR>
#-------------------------------------------------------------------
# standalone enqueue details from (A)SCS instance
62 Step-by-Step Cluster Conversion