Previous  
Product: Cluster Server Enterprise Agents Guides   
Manual: Cluster Server 4.1 Enterprise Agent for Informix Installation and Configuration Guide   

Appendix: Sample Configuration File

After the agent is installed, the sample configuration file can be found in the file: /etc/VRTSvcs/conf/sample_Informix/main.cf.


include "types.cf"
include "InformixTypes.cf"

cluster vcs (
)

system sysa 
system sysb 

group informix (
     SystemList = { sysa, sysb }
     AutoStartList = { sysa }
     AutoStart = 0
     Parallel = 0
     )

     IP informix_IP (
          Device = lan0
          Address = "172.98.14.90"
          NetMask = "255.255.255.0"
          Options = ""
          )

     NIC informix_lan0 (
          Device = lan0
          NetworkType = ether
          NetworkHosts = { "172.98.13.101", "172.98.16.89" }
          )
     Informix INF (
          Server = learn_online
          Home = "/opt/Informix"
          Configfile = "onconfig.learn"
          Version = "7.3"
          MonScript = "./bin/Informix/OnstatTest.pl"
          )
     LVMLogicalVolume informixvg_informixvol (
          LogicalVolume = informixvol
          VolumeGroup = informixvg
          )

     LVMVolumeGroup informixvg (
          VolumeGroup = informixvg
          )

     Mount informix_mount (
          MountPoint = "/opt/Informix"
          BlockDevice = "/dev/informixvg/informixvol"
          FSType = vxfs
          FsckOpt = "-y"
          )

     LVMLogicalVolume infodatavg_infodatavol (
          LogicalVolume = infodatavol
          VolumeGroup = infodatavg
          )

     LVMVolumeGroup infodatavg (
          VolumeGroup = infodatavg
          )

     Mount infodata_mount (
          MountPoint = "/informix/Infodata"
          BlockDevice = "/dev/infodatavg/infodatavol"
          FSType = vxfs
          FsckOpt = "-y"
          )

     INF requires informix_mount
     INF requires infodata_mount
     INF requires informix_IP
     informix_IP requires informix_lan0
     informix_mount requires informixvg_informixvol
     infodata_mount requires infodatavg_infodatavol
     informixvg_informixvol requires informixvg
     infodatavg_infodatavol requires infodatavg

 ^ Return to Top Previous  
Product: Cluster Server Enterprise Agents Guides  
Manual: Cluster Server 4.1 Enterprise Agent for Informix Installation and Configuration Guide  
VERITAS Software Corporation
www.veritas.com