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
Stopping SF Sybase CE manually on each node
Perform the steps in the following procedures to stop SF Sybase CE manually on each node.
To stop SF Sybase CE manually on each node
- Stop the Sybase database.
If the Sybase ASE CE instance is managed by VCS, log in as the root user and take the service group offline:
# hagrp -offline sybase_group -sys node_name
- Stop all applications that are not configured under VCS but dependent on Sybase ASE CE or resources controlled by VCS. Use native application commands to stop the application.
- Unmount the CFS file systems that are not managed by VCS.
Make sure that no processes are running which make use of mounted shared file system. To verify that no processes use the VxFS or CFS mount point:
# mount | grep vxfs | grep cluster
# fuser -cu /mount_point
Unmount the CFS file system:
# umount /mount_point
- Take the VCS service groups offline:
# hagrp -offline group_name -sys node_name
Verify that the VCS service groups are offline:
# hagrp -state group_name
When Sybase group under VCS control is offline, the vxfend daemon also stops.
- Unmount the VxFS file systems that are not managed by VCS.
Make sure that no processes are running which make use of mounted shared file system. To verify that no processes use the VxFS or CFS mount point:
# mount | grep vxfs
# fuser -cu /mount_point
Unmount the VxFS file system:
# umount /mount_point
- Verify that no VxVM volumes (other than VxVM boot volumes) remain open. Stop any open volumes that are not managed by VCS.
- Unmount the VxFS file systems that are not managed by VCS.
Make sure that no processes are running, which make use of mounted shared file system or shared volumes:
# mount -v | grep vxfs # fuser -cu /mount_point
- Stop VCS, CVM and CFS:
# hastop -local
Verify that the ports 'f', 'm', 'u', 'v', 'w', 'y', and 'h' are closed:
# gabconfig -a GAB Port Memberships =============================================================== Port a gen 761f03 membership 01 Port b gen 761f08 membership 01
- Stop GLM:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop vxglm
For earlier versions of RHEL, SLES and supported RHEL distributions:
# /etc/init.d/vxglm stop
- Stop fencing:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop vxfen
For earlier versions of RHEL, SLES and supported RHEL distributions:
# /etc/init.d/vxfen stop
- Stop GAB:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop gab
For earlier versions of RHEL, SLES and supported RHEL distributions:
# /etc/init.d/gab stop
- Stop LLT:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop llt
For earlier versions of RHEL, SLES and supported RHEL distributions:
# /etc/init.d/llt stop