Notifications
Clear all
Topic starter
02/15/2022 18:02
Trying to figure out how to modify an existing backup volume on S3 to use intelligent tiering.
I've tried to update the bucket with "zxsuite core" but that generates a syntax error.
$ zxsuite core doUpdateBucket S3 uuid_of_the_bucket use_intelligent_tiering true Invalid Syntax: com.zextras.lib.Error.TooManyArgumentsError: Error: too many arguments, or optional argument without parameter name in front of it zxsuite core doUpdateBucket S3 {bucket_configuration_id} [attr1 value1 [attr2 value2...]]
"zxsuite hsm getallvolumes" doesn't list backup volumes on S3.
Has anyone else done this?
Thanks,
Mark
This topic was modified 3 years ago by LMStone510
04/06/2022 15:12
Hello Mark,
at the moment it's not possible to modify the intelligent tiering setting for backup S3 volumes. I've opened an RFE to the Product Owner asking to permit this.
To list backup S3 volumes you can run `zxsuite config server get $(zmhostname) attribute backupArchivingStore`.
Hope this helps.