Please enter search query.
Search <book_title>...
InfoScale™ Cluster Server 9.0 Bundled Agents Reference Guide - Linux
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Linux
- Introducing bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- LVMVolumeGroup agent notes
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- AWSIP agent
- AWSRoute53 agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- AzureAuth agent
- CoordPoint agent
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- RestServer agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Sample configuration
RVGSharedPri agent configuration to support Bunker replay feature:
group app_grp ( SystemList = { sys01 = 0, sys02 = 1 } Parallel = 1 ClusterList = { prsite = 0, drsite = 1 } ) Application custapp_res ( StartProgram = "/root/Custom_Applications/perlstartcustom.pl" StopProgram = "/root/Custom_Applications/perlstopcustom.pl" CleanProgram = "/root/Custom_Applications/perlstopcustom.pl" MonitorProgram = "/root/Custom_Applications/perlmoncustom.pl" ) CFSMount mnt1 ( MountPoint = "/datamnt1" BlockDevice = "/dev/vx/dsk/hrdg/hrdg_vol1" MountOpt = rw ) CFSMount mnt2 ( MountPoint = "/datamnt2" BlockDevice = "/dev/vx/dsk/hrdg/hrdg_vol2" MountOpt = rw ) RVGSharedPri app_sharedpri ( RvgResourceName = datarvg BunkerSyncTimeOut = 400 ) requires group RVGgrp online local firm custapp_res requires mnt1 custapp_res requires mnt2 mnt1 requires app_sharedpri mnt2 requires app_sharedpri group RVGgrp ( SystemList = { sys01 = 0, sys02 = 1 } Parallel = 1 AutoStartList = { sys01, sys02 } ) CVMVolDg datavoldg ( CVMDiskGroup = hrdg CVMActivation = sw ) RVGShared datarvg ( RVG = hr_rvg DiskGroup = hrdg ) requires group cvm online local firm datarvg requires datavoldg
RVGSharedPri agent configuration for the Single Writer feature. In this configuration, application group should be of type failover and must include the RVGSharedPri resource.
group appgrp ( SystemList = { sys01 = 0, sys02 = 1 } ClusterList = { prsite = 0, drsite = 1 } Authority = 1 ) Application custapp_res ( StartProgram = "/root/Custom_Applications/perlstartcustom.pl" StopProgram = "/root/Custom_Applications/perlstopcustom.pl" CleanProgram = "/root/Custom_Applications/perlstopcustom.pl" MonitorProgram = "/root/Custom_Applications/perlmoncustom.pl" ) Mount mnt1 ( MountPoint = "/hrdg_vol1_mnt" BlockDevice = "/dev/vx/dsk/hrdg/hrdg_vol1" FSType = vxfs MountOpt = rw FsckOpt = "-y" ) Mount mnt2 ( MountPoint = "/hrdg_vol2_mnt" BlockDevice = "/dev/vx/dsk/hrdg/hrdg_vol2" FSType = vxfs MountOpt = rw FsckOpt = "-y" ) RVGSharedPri app_sharedpri ( RvgResourceName = datarvg EnableSingleWriter = 1 ) requires group RVGgrp online local firm custapp_res requires mnt1 custapp_res requires mnt2 mnt1 requires app_sharedpri mnt2 requires app_sharedpri group RVGgrp ( SystemList = { sys01 = 0, sys02 = 1 } Parallel = 1 AutoStartList = { sys01, sys02 } ) CVMVolDg datavoldg ( CVMDiskGroup = hrdg CVMActivation = sw ) RVGShared datarvg ( RVG = hr_rvg DiskGroup = hrdg ) requires group cvm online local firm datarvg requires datavoldg