Please enter search query.
Search <book_title>...
Veritas Access 故障排除指南
Last Published:
2018-05-28
Product(s):
Access (7.4)
Platform: Linux
在云层读取或写入数据时出现问题
如果能够成功添加云服务和云层,且如果在云层读取或写入数据时遇到问题,请执行以下故障排除步骤。
对尝试在云层读取或写入数据时出现的问题进行故障排除
测试 PUT:
- 将对象 testobj 上传到文件系统 fs1 的云层 tier1。
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -w tier1 fs1 testobj "test_object_content" Write: Length 19 return 19
测试 GET:
- 将 fs1 的云层 tier1 中存在的对象 testobj 下载到 /testfile。
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -d tier1 fs1 testobj /testfile [root@testclus2_01 /]# cat /testfile test_object_content
测试 HEAD:
- 运行以下命令。
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -x tier1 fs1 testobj Size 19 return 0
测试存储桶列表:
- 列出 fs1 的层 tier1 中存在的所有对象。
[root@clus2_01 /]# /opt/VRTSnas/bin/cldiotest -l tier1 fs1 testobj 19 testobj2 20 testobj3 20