Edition for MySAP Business Suite Installation and Customization Version 1
Release 1,
BOEE EUIPL 00.
Example 35 SAPCM /etc/init.d/boot.local script
#! /bin/sh
VAR1= cat /proc/sysinfo | grep VM00 Name | awk {print $3}
echo $VAR1
if [ e /install/chgfile.$VAR1 ]
then
echo fc exists $?
else
touch /install/chgfile.$VAR1
file1=chgfile.$VAR1
echo file1 is $file1
cp /etc/HOSTNAME.$VAR1 /etc/HOSTNAME
cp /etc/sysconfig/network/ifcfg eth0.$VAR1
/etc/sysconfig/network/ifcfg eth0
echo files copied rc $?
fi
echo end of file
Example 36 shows the fstab file defined for the SAPCM Dialog Instance.
Example 36 SAPCM fstab file
/dev/sysvg/syslv / reiserfs defaults 1 1
/dev/dasdb1 /boot reiserfs defaults 1 2
/dev/dasda1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
sapci:/sapmnt/M5D/profile /sapmnt/M5D/profile nfs defaults 0 0
sapci:/sapmnt/M5D/global /sapmnt/M5D/global nfs defaults 0 0
sapci:/usr/sap/trans /usr/sap/trans nfs defaults 0 0
The IBM Dynamic Infrastructure for mySAP documentation states that SNMP
must be enabled on all SAP systems. We configured the SNMP control file
(snmpd.conf) to allow read only access to Public and ensured that the SNMP
daemon was automatically started at system boot. Example 37 shows actual
coding of the text.
Example 37 SAPCM snmpd.conf entry
rocommunity public default
Dynamic Provisioning of SAP Environments using IBM DI for mySAP and Tivoli Provisioning Manager
51
<
New Page 1
Web Hosting SSH