Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

What is Cloud Storage Object Test Tool?

  • The Validation tool will detect and report broken (or corrupted) objects in the container for the domain that is protected by Jetstream DR.

How does the tool determine if an object is broken or corrupted?

  • The 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.

How is a memory buffer defined?

  • 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).

How is the utility operated from the back end?

  • 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 syntax: (nohup cloud_stor_obj_testcli -t Azure -a <storageAccName> -s <storageAccSecretKey> -b <containerName> -x > /tmp/<domain_name> &)

  • No labels