Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Agent for Sybase Installation and Configuration Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Introducing the Cluster Server for Sybase
- About the Sybase agent functions
- Monitoring options for the Sybase agent
- Installing and configuring Sybase
- Installing, upgrading, and removing the agent for Sybase
- Configuring VCS service groups for Sybase
- Before configuring the service group for Sybase
- About setting up detail monitoring for the agent for Sybase
- Administering VCS service groups for Sybase
- Appendix A. Resource type definitions for Sybase
- Appendix B. Sample configurations for Sybase
- Resource dependency graph for the Sybase agent
- Sample main.cf files for Sybase ASE CE configurations
Sample main.cf for a primary CVM VVR site
This sample main.cf is for a primary site in a CVM VVR configuration. It is one of two sample main.cfs for replicating data between two clusters.
The following are the configuration details for this Sybase ASE CE configuration sample main.cf:
File name: sybasece_cvmvvr_primary_main.cf
File location: /etc/VRTSagents/ha/conf/Sybase
include "types.cf" include "CFSTypes.cf" include "CVMTypes.cf" include "VVRTypes.cf" include "SybaseTypes.cf" cluster cluster101 ( UserNames = { admin = HopHojOlpKppNxpJom } ClusterAddress = "10.180.88.188" Administrators = { admin } HacliUserLevel = COMMANDROOT UseFence=SCSI3 ) remotecluster syb_cluster102 ( ClusterAddress = "10.190.99.199" ) heartbeat Icmp ( ClusterList = { syb_cluster102 } Arguments @syb_cluster102 = { "10.190.99.199" } ) system system1 ( ) system system2 ( ) group ClusterService ( SystemList = { system1 = 0, system2 = 1 } AutoStartList = { system1, system2 } OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) Application wac ( StartProgram = "/opt/VRTSvcs/bin/wacstart" StopProgram = "/opt/VRTSvcs/bin/wacstop" MonitorProcesses = { "/opt/VRTSvcs/bin/wac" } RestartLimit = 3 ) IP gcoip ( Device = eth0 Address = "10.180.88.188" NetMask = "255.255.255.0" ) NIC csgnic ( Device = eth0 ) gcoip requires csgnic wac requires gcoip // resource dependency tree // // group ClusterService // { // Application wac // { // IP gcoip // { // NIC csgnic // } // } // } group RVGgroup ( SystemList = { system1 = 0, system2 = 1 } Parallel = 1 AutoStartList = { system1, system2 } ) CVMVolDg sybdata_voldg ( CVMDiskGroup = sybdata_101 CVMActivation = sw ) RVGShared sybdata_rvg ( RVG = syb_rvg DiskGroup = sybdata_101 ) requires group binmnt online local firm sybdata_rvg requires sybdata_voldg group binmnt ( SystemList = { system1 = 0, system2 = 1 } Parallel = 1 AutoStartList = { system1, system2 } OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) CFSMount sybbindg_101_sybbinvol_mnt ( MountPoint = "/sybase" BlockDevice = "/dev/vx/dsk/sybbindg_101/sybbin_vol" ) CVMVolDg sybbindg_101_voldg ( CVMDiskGroup = sybbindg_101 CVMVolume = { sybbin_vol } CVMActivation = sw ) requires group cvm online local firm sybbindg_101_sybbinvol_mnt requires sybbindg_101_voldg group cvm ( SystemList = { system1 = 0, system2 = 1 } AutoFailOver = 0 Parallel = 1 AutoStartList = { system1, system2 } ) CFSfsckd vxfsckd ( ) CVMCluster cvm_clus ( CVMClustName = syb_cluster101 CVMNodeId = { system1 = 0, system2 = 1 } CVMTransport = gab CVMTimeout = 200 ) CVMVxconfigd cvm_vxconfigd ( Critical = 0 CVMVxconfigdArgs = { syslog } ) cvm_clus requires cvm_vxconfigd vxfsckd requires cvm_clus // resource dependency tree // // group cvm // { // CFSfsckd vxfsckd // { // CVMCluster cvm_clus // { // CVMVxconfigd cvm_vxconfigd // } // } // } group logowner ( SystemList = { system1 = 0, system2 = 1 } AutoStartList = { system1, system2 } ) IP logowner_ip ( Device = eth0 Address = "10.10.9.101" NetMask = "255.255.255.0" ) NIC nic ( Device = eth0 ) RVGLogowner rvg_logowner ( RVG = syb_rvg DiskGroup = sybdata_101 ) requires group RVGgroup online local firm logowner requires logowner_ip logowner_ip requires nic // resource dependency tree // // group logowner // { // RVGLogowner rvg_logowner // { // IP logowner_ip // { // NIC nic // } // } // } group sybasece ( SystemList = { system1 = 0, system2 = 1 } Parallel = 1 ClusterList = { syb_cluster101 = 0, syb_cluster102 = 1 } AutoStartList = { system1, system2 } ClusterFailOverPolicy = Manual Authority = 1 OnlineRetryLimit = 3 TriggerResStateChange = 1 OnlineRetryInterval = 120 ) CFSMount quorum_101_quorumvol_mnt ( MountPoint = "/quorum" BlockDevice = "/dev/vx/dsk/quorum_101/quorumvol" ) CFSMount sybdata_101_sybvol_mnt ( MountPoint = "/sybdata" BlockDevice = "/dev/vx/dsk/sybdata_101/sybvol" ) CVMVolDg quorum_101_voldg ( CVMDiskGroup = quorum_101 CVMVolume = { quorumvol } CVMActivation = sw ) Process vxfend ( PathName = "/sbin/vxfend" Arguments = "-m sybase -k /var/VRTSvcs/log/tmp/vcmp_socket" ) RVGSharedPri syb_vvr_shpri ( RvgResourceName = sybdata_rvg OnlineRetryLimit = 0 ) Sybase ase ( Server @system1 = ase1 Server @system2 = ase2 Owner = sybase Home = "/sybase" Version = 15 SA = sa Quorum_dev = "/quorum/q.dat" ) requires group RVGgroup online local firm sybdata_101_sybvol_mnt requires syb_vvr_shpri ase requires vxfend ase requires sybdata_101_sybvol_mnt ase requires quorum_101_quorumvol_mnt quorum_101_quorumvol_mnt requires quorum_101_voldg // resource dependency tree // // group sybasece // { // Sybase ase // { // CFSMount sybdata_101_sybvol_mnt // { // RVGSharedPri syb_vvr_shpri // } // Process vxfend // CFSMount quorum_101_quorumvol_mnt // { // CVMVolDg quorum_101_voldg // } // } // }