Symantec logo

Sample configurations

group ApacheG1(

SystemList = { host1 = 0, host2 = 1 }

)

Apache httpd_server (

Critical = 0

httpdDir = "/apache/bin"

HostName = vcshp1

Port = 8888

User = root

SecondLevelMonitor = 1

ConfigFile = "/apache/conf/httpd.conf"

)

DiskGroup Apache_dg (

Critical = 0

DiskGroup = apc1

)

IP Apache_ip (

Critical = 0

Device = lan0

Address = "11.123.99.168"

NetMask = "255.255.254.0"

)

Mount Apache_mnt (

Critical = 0

MountPoint = "/apache"

BlockDevice = "/dev/vx/dsk/apc1/apcvol1"

FSType = vxfs

FsckOpt = "-y"

)

Apache_mnt requires Apache_dg

httpd_server requires Apache_mnt

httpd_server requires Apache_ip