Please enter search query.
Search <book_title>...
Veritas Access Troubleshooting Guide
Last Published:
2021-02-14
Product(s):
Access (7.4.2)
Platform: Linux
- 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 the LTR upgrade
- Troubleshooting Veritas Access CIFS issues
- Troubleshooting Veritas Access GUI startup issues
Issues when reading or writing data from the cloud tier
If you were able to successfully add the cloud service and the cloud tier, and if you encounter issues when reading or writing data from the cloud tier, perform the following troubleshooting steps.
To troubleshoot issues when trying to read or write data from the cloud tier
Test for PUT:
- Upload an object testobj to cloud tier tier1 of file system fs1.
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -w tier1 fs1 testobj "test_object_content" Write: Length 19 return 19
Test for GET:
- Download an object testobj present in cloud tier tier1 of fs1 to /testfile.
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -d tier1 fs1 testobj /testfile [root@testclus2_01 /]# cat /testfile test_object_content
Test for HEAD:
- Run this command.
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -x tier1 fs1 testobj Size 19 return 0
Test for bucket listing:
- List all the objects present in tier tier1 of fs1.
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -l tier1 fs1 testobj 19 testobj2 20 testobj3 20