Start of change

SETCLOUD statement for cloud storage

A new SETCLOUD statement is added to configure the new cloud level in the OAM storage hierarchy. For each object storage group in which a cloud level will be defined, a SETCLOUD statement must be specified to provide the cloud provider name and container name. Global values can be set and will be used for all storage groups which do not override the global values.

The cloud provider name and container name for the object storage group must be carefully selected as these are static values and cannot be changed. These values must remain available in the SETCLOUD statement so that OAM can successfully store and later retrieve objects from the cloud at any point in the future for as long as the object is stored in the cloud.
Note: The maximum length of a single SETCLOUD statement is 4096 characters. When specifying a large number of STORAGEGROUPs with lengthy container names, it might be necessary to use several different SETCLOUD statements.

The syntax for the SETCLOUD statement is as follows:

SETCLOUD statement syntax

Read syntax diagramSkip visual syntax diagramSETCLOUDPROVIDER( provider)CONTAINER( container)STORAGEGROUP( sgnameSTORAGEGROUP subparameters)

STORAGEGROUP subparameters

Read syntax diagramSkip visual syntax diagramPROVIDER( sgprovider)CONTAINER( sgcontainer)
End of change