This article applies to all JSDR software versions.
JetStream Software provides a standalone Cloud Storage Object Test Tool that can detect and report broken or corrupted objects in storage containers used by protected domains.
Usage
Example The test tool is operated using the following syntax:
cloud_stor_obj_testcli -t Azure -a <storageAccName> -s <storageAccSecretKey> -b <containerName> -x -l 50 > /tmp/<domain_name> 2>&1
FAQ
Info |
---|
The Tool tool checks the content of an object against the format defined by Jetstream Engineering. It will do multiple checks to validate an object. To name a few, checks against object id/, version/, magic and other fields. The object is considered broken if any of them fails.
|
Info |
---|
The memory buffer can be specified using the (-m) switch, increasing it will speed up the operation of the tool. Select a memory buffer between 1 to 256; the default value is (64).
|
Info |
---|
The utility will run in the backend if "“nohup" ” is used while running the command. The utility will continue even when the SSH session is terminated. Example syntaxSyntax:
nohup cloud_stor_obj_testcli -t Azure -a <storageAccName> -s <storageAccSecretKey> -b <containerName> -x -l 50 > /tmp/<domain_name> 2>&1
|