This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tsm:tsm_container_cloud_immutable [2022/09/09 19:29] manu created |
tsm:tsm_container_cloud_immutable [2022/09/09 19:48] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Spectrum Protect container cloud immutability on IBM COS ====== | ====== Spectrum Protect container cloud immutability on IBM COS ====== | ||
+ | |||
+ | Starting in Spectrum Protect 8.1.16, you can now use immutable data lock on IBM COS | ||
+ | |||
+ | https://www.youtube.com/watch?v=qu9PmSLPDdM | ||
Parameters for Vault on IBM COS: | Parameters for Vault on IBM COS: | ||
Line 9: | Line 13: | ||
* Enable Secure Slice | * Enable Secure Slice | ||
* Name Index Enabled | * Name Index Enabled | ||
+ | |||
+ | <cli prompt='>'> | ||
+ | SP> define connection <name> cloudurl=https://cos bucketname=xxxx id=xxxx pa=xxxx | ||
+ | SP> validate con <name> f=d | ||
+ | SP> def stgpool <stgpool_lock> stgtype=cloud connection=<name> enableclouddatalock=yes clouddatalockduration=1 | ||
+ | SP> q container f=d | ||
+ | </cli> | ||
+ | |||
+ | So the stgpool is created in read-only, you can change the duration, it 'll apply to new data only. |