Storage Foundation for Sybase ASE CE 7.4 Administrator's Guide - Linux
- Overview of Storage Foundation for Sybase ASE CE
- About Storage Foundation for Sybase ASE CE
- About SF Sybase CE components
- About optional features in SF Sybase CE
- Administering SF Sybase CE and its components
- Administering SF Sybase CE
- Starting or stopping SF Sybase CE on each node
- Administering VCS
- Administering I/O fencing
- About the vxfentsthdw utility
- Testing the coordinator disk group using the -c option of vxfentsthdw
- About the vxfenadm utility
- About the vxfenclearpre utility
- About the vxfenswap utility
- Administering CVM
- Changing the CVM master manually
- Administering CFS
- Administering the Sybase agent
- Administering SF Sybase CE
- Troubleshooting SF Sybase CE
- About troubleshooting SF Sybase CE
- Troubleshooting I/O fencing
- Fencing startup reports preexisting split-brain
- Troubleshooting Cluster Volume Manager in SF Sybase CE clusters
- Troubleshooting interconnects
- Troubleshooting Sybase ASE CE
- Prevention and recovery strategies
- Prevention and recovery strategies
- Managing SCSI-3 PR keys in SF Sybase CE cluster
- Prevention and recovery strategies
- Tunable parameters
- Appendix A. Error messages
Configuring the service group Sybase using the command line
The VCS agent for Sybase contains a sample configuration file that can be used as reference to directly modify your present configuration file. This method requires you to restart VCS before the configuration takes effect.
To configure a service groupSybase from the command line
- Log in to a cluster system as superuser.
- Make sure the Sybase type definition is imported into VCS engine.
Edit the main.cf file at
/etc/VRTSvcs/conf/config/main.cf
. For reference, use the sample files at/etc/VRTSagents/ha/conf/Sybase
.Create binmnt group to configure CFS mounts for Sybase binaries.
Create sybasece service group.
Create Sybase resources.
Edit the default attributes to match the parameters in your configuration.
For added security, you must always provide a secure value for passwords.
Assign dependencies to the newly created resources. Refer to the sample file at
/etc/VRTSagents/ha/conf/Sybase/
.See the Cluster Server User’s Guide for more information on assigning dependencies.
- Save and close the file.
- Verify the syntax of the file /etc/VRTSvcs/conf/config/main.cf
# cd /etc/VRTSvcs/conf/config # hacf -verify .
- Start VCS on the local node.
# hastart
- Start VCS on the other nodes.
- If the system is listed in AutoStartList attribute of the Sybase service group, verify that all Sybase service group resources are brought online.
# hagrp -state
- Take the service group offline and verify that all the resources are stopped.
# hagrp -offline service_group -sys system_name
# hagrp -state
- Bring the service group online again and verify that all the resources are available.
# hagrp -online service_group -sys system_name
# hagrp -state
- On all systems, look at the following log files for any errors or status.
/var/VRTSvcs/log/engine_A.log /var/VRTSvcs/log/Sybase_A.log