Please enter search query.
Search <book_title>...
Veritas Access Appliance 8.2 Troubleshooting Guide
Last Published:
2024-02-19
Product(s):
Appliances (8.2)
Platform: Veritas 3340,Veritas 3350,Veritas 3360
- Introduction
- General troubleshooting procedures
- Monitoring Access Appliance
- Common recovery procedures
- Bringing services online
- Speeding up episodic replication
- Troubleshooting the Access Appliance cloud as a tier feature
- Troubleshooting Access Appliance installation and configuration issues
- Troubleshooting Access Appliance CIFS issues
- Troubleshooting Access Appliance GUI startup issues
- Troubleshooting Veritas Data Deduplication 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