Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 syntax: cloud_stor_obj_testcli -t Azure -a <storageAccName> -s <storageAccSecretKey> -b <containerName> -x -l 50 > /tmp/<domain_name> 2>&1

FAQ

Info

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.

...