InfoScale™ 9.0 Troubleshooting Guide - AIX
- Introduction
- Section I. Troubleshooting VxFS configurations
- Section II. Troubleshooting VxVM configurations
- Recovering from hardware failure
- Failures on RAID-5 volumes
- Recovery from failure of a DCO volume
- Recovering from instant snapshot failure
- Recovering from failed vxresize operation
- Recovering from boot disk failure
- Managing commands, tasks, and transactions
- Backing up and restoring disk group configurations
- Troubleshooting issues with importing disk groups
- Recovering from CDS errors
- Logging and error messages
- Troubleshooting VVR configurations
- Recovery from configuration errors
- Errors during an RLINK attach
- Errors during modification of an RVG
- Recovery on the Primary or Secondary
- Recovering from Primary data volume error
- Primary SRL volume error cleanup and restart
- Primary SRL header error cleanup and recovery
- Secondary data volume error cleanup and recovery
- Recovering from hardware failure
- Section III. Troubleshooting DMP configurations
- Section IV. Troubleshooting SFCFSHA configurations
- Troubleshooting Storage Foundation Cluster File System High Availability
- Troubleshooting CFS
- Troubleshooting fenced configurations
- Troubleshooting Cluster Volume Manager in Arctera InfoScale products clusters
- Troubleshooting Storage Foundation Cluster File System High Availability
- Section V. Troubleshooting VCS configurations
- Troubleshooting and recovery for VCS
- VCS message logging
- Gathering VCS information for support analysis
- Troubleshooting the VCS engine
- Troubleshooting Low Latency Transport (LLT)
- Troubleshooting Group Membership Services/Atomic Broadcast (GAB)
- Troubleshooting VCS startup
- Troubleshooting service groups
- Troubleshooting resources
- Troubleshooting I/O fencing
- System panics to prevent potential data corruption
- Fencing startup reports preexisting split-brain
- Troubleshooting CP server
- Troubleshooting server-based fencing on the Arctera InfoScale products cluster nodes
- Issues during online migration of coordination points
- Troubleshooting notification
- Troubleshooting and recovery for global clusters
- Troubleshooting licensing
- Licensing error messages
- VCS message logging
- Troubleshooting and recovery for VCS
- Section VI. Troubleshooting SFDB configurations
Collecting log information for troubleshooting
The vxcvmdump -allnodes utility collects necessary diagnostic and historical files from all nodes in the cluster.
In the event of issues that need the services of the Arctera Technical Support team, run the following command to collect the log information from the nodes in the cluster:
# /etc/vx/diag.d/vxcvmdump -allnodes
You must configure passwordless secure connectivity between the node on which you run the command and the nodes from which you want to collect the log dumps. However, in some setups, use of ssh and scp commands might not be permissible between cluster nodes to dump or copy the remote node logs. In such case, use hacli and hacp instead of ssh and scp to execute commands on remote node and copy logs from respective node.
# vxcvmdump -hacli
The files are compressed into the .tar.gz
format. You will want to send the file to the Arctera Technical Support team for further analysis and troubleshooting.
For more details, refer to the HACLI(1M) and HACP(1M) manual pages.