In an on-premises environment, to store your backups in OCI Object Storage, you need a user account. Then you need to create policies and groups for the user account that give Commvault Cloud access to the storage.
Procedure
-
Create an OCI user account.
-
For each compartment level, create policies.
-
For each policy, create a group with the same name as the policy and include the following permissions in each policy:
Resource
Level
Backup
Recovery
buckets
manage
Yes
Yes
objects
manage
Yes
Yes
Use the following syntax for the policies:
-
Allow the
group_name
group to manage buckets in thecompartment_name
compartment, where any{request.permission='BUCKET_CREATE', request.permission='BUCKET_INSPECT'}
. -
Allow the
group_name
group to manage objects in thecompartment_name
compartment.
-