PowerScale: 测试与 PowerScale CloudPools 目标群集的连接
Summary: 当 PowerScale 群集用于 CloudPools 目标时,可以使用 curl 测试 PowerScale 云源群集与 CloudPools 目标群集之间的连接。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
当 PowerScale 群集用于 CloudPools 目标是 PowerScale 云源群集与 CloudPools 可以使用以下命令测试目标群集: curl。
这将在多种情况下使用,包括:
CloudPools帐户创建无法验证帐户是否具有访问权限以及是否可以从云目标读取和写入
- 日志中存在错误,指示网络连接问题
- 当您必须验证特定云存储区或对象是否存在时
您可以使用以下命令测试对 Isilon Cloud Target 的读取或写入功能: curl 命令验证每个 SP 是处于正常模式还是修复模式。
要测试读取,请使用 GET。格式可以类似于以下内容:
curl -i -X "GET" -k https://192.168.142.159:8080/namespace/ifs/data/cloudtarget2 --basic -u clouduser:a
此命令中使用的统一资源标识符 (URI) 是 CloudPools 用于访问云存储的帐户。此语法在此目标命名空间中执行顶级存储区的读取;知道这些后,您可以指定更深层次的浏览。使用 -u option 是创建用于实现的云帐户所使用的用户 CloudPools 和关联的密码。
要写入存储桶(注意不要用它覆盖任何数据 - 不要写入任何现有对象),您可以使用如下所示的测试命令:
把:
curl -i -X "PUT" -H "Content-Type: text/plain" -H "x-isi-ifs-target-type: object" -d 'testdata' -k https://192.168.142.159:8080/namespace/ifs/data/cloudtarget2/testfile --basic -u clouduser:a
有关 curl 命令的更多信息,请参阅 curl 手册页。
Affected Products
PowerScale OneFSArticle Properties
Article Number: 000155919
Article Type: How To
Last Modified: 02 Apr 2026
Version: 7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.