
Chapter 18. VERITAS Cluster Server on AIX and IBM Tivoli Storage Manager Server 767
Figure 18-13 Child-parent relationships within the sg_tsmsrv Service Group.
8. Next, we review the main.cf file, which is shown in Example 18-23.
Example 18-23 The sg_tsmsrv Service Group: /etc/VRTSvcs/conf/config/main.cf file
group sg_tsmsrv (
SystemList = {banda = 0, atlantic = 1}
AutoStartList = {banda, atlantic}
)
Application app_tsmsrv (
StartProgram = "/opt/local/tsmsrv/startTSMsrv.sh"
StopProgram = "/opt/local/tsmsrv/stopTSMsrv.sh"
CleanProgram = "/opt/local/tsmsrv/cleanTSMsrv.sh"
MonitorProcesses = {"/usr/tivoli/tsm/server/bin/dsmserv quiet"
}
)
IP ip_tsmsrv ...