Managing Serviceguard Extension for SAP Version B.05.10, December 2012
The following summarizes parameters and settings used in this configuration:
/etc/passwd
— — — —
user:mo7adm
uid:110
home:/home/mo7adm
group:sapsys
shell:/bin/sh
/etc/group
— — — —
dba::201:mo7adm
oper::202:oramo7,mo7adm
oinstall::203:mo7adm
sapinst::105:mo7adm
sapsys::106:
Setup Step: MDM080
Setup Serviceguard for a modular nfsMO7 package.
Create a directory /etc/cmcluster/nfsMO7 which will contain the Serviceguard configuration
file for the NFS package.
clunode1:
mkdir /etc/cmcluster/nfsMO7
cmmakepkg -m nfs/hanfs > /etc/cmcluster/nfsMO7/nfsMO7.conf
Edit the nfsMO7 package configuration file.
vi /etc/cmcluster/NFSMO7/nfsMO7.control.script
package_name nfsMO7
ip_subnet 172.16.11.0
ip_address 172.16.11.95
# Volume Groups are configured for this package.
vg vgmo7sapmnt
vg vgmo7oracli
# Package file systems ...
fs_name /dev/vgmo7sapmnt/lvmo7sapmnt
fs_directory /export/sapmnt/MO7
fs_type vxfs
fs_mount_opt -o rw
fs_umount_opt ""
fs_fsck_opt ""
fs_name /dev/vgmo7oracli/lvmo7oracli
fs_directory /export/oracle/client
fs_type vxfs
fs_mount_opt -o rw
fs_umount_opt ""
fs_fsck_opt ""
# HA NFS Toolkit Export Module
nfs/hanfs_export/XFS " -o root=clundode1:clunode2 \
/export/sapmnt/MO7"
nfs/hanfs_export/XFS " -o root=clundode1:clunode2 \
/export/oracle/client"
Register the Serviceguard nfsMO7 package in the cluster and run it:
clunode1
cmapplyconf -P /etc/cmcluster/NFSMO7/nfsMO7.config
cmrunpkg nfsMO7
Setup Step: MDM110
Add /sapmnt/MO7 and /oracle/client to the automounter configuration.
The NFS exported directory will be mounted as a NFS client directory. Edit the file
/etc/auto.direct and add the directories.
168 SAP Master Data Management (MDM)