Veritas Access Troubleshooting Guide
- Introduction
- General troubleshooting procedures
- Monitoring Veritas Access
- Common recovery procedures
- Bringing services online
- Speeding up replication
- Troubleshooting the Veritas Access cloud as a tier feature
- Troubleshooting Veritas Access installation and configuration issues
- Troubleshooting Veritas Access CIFS issues
- Troubleshooting Veritas Access GUI startup issues
Recovering from a non-graceful shutdown
In some cases, when a non-graceful shutdown of a node occurs (for example, during an unexpected system halt or power failure), you may receive an error message on the local node asking you to use the Linux fsck (file system check) command to repair files on the node.
Attempting to use the fsck command to repair the node is not recommended (and may not be possible). Instead, use a healthy node in the cluster to reinstall Veritas Access software on the damaged node.
To recover a node
- Use the master account to log into Veritas Access.
- Delete the failed node from the cluster. To delete the node, enter the following:
Cluster> del nodename
where nodename is the name of the failed node.
For example:
Cluster > del access_01
Note:
The failed node information is deleted from the cluster. When the failed node is rebooting, it will detect that it has been deleted and clean itself up.
- After the node is deleted from the cluster, reboot the deleted node and then it is reachable using its original physical IP address (before the node had been added to the cluster).
- Add the node back by entering the following:
Cluster> add nodeip
where nodeip is the reachable IP address of the deleted node.
For example:
Cluster > add 172.16.113.118