Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

When saving data to the cloud, BRMS uses the current system name to reference the object in the cloud.

If the network attributes on the system are getting changed and INZBRM OPTION(*CHGSYSNAM) is run, BRMS will not be able to automatically download the cloud files during a restore operation.

Renaming the cloud storage file path to reflect the new system name will resolve this issue. 

If the cloud connector does not allow the path to be renamed, then the volumes need to be manually moved to the new cloud file name on the current cloud connector by doing the following:

  1. Identify the name of the cloud files you need to restore - the normal format is QBRMS_systemname

  2. Use the CPYFRMCLD command to download the cloud image files

    • Example:

      CPYFRMCLD RESOURCE(CLOUD) ASYNC(*NO) CLOUDFILE('QBRMS_OLDSYSNAME/Q25969') LOCALFILE('/tmp/Q25969')

  3. Use the CPYTOCLD command to upload the cloud image files to a new file name

    • Example:

      CPYTOCLD RESOURCE(CLOUD) ASYNC(*NO) LOCALFILE('/tmp/Q25969') CLOUDFILE('QBRMS_NEWSYSNAME/Q25969')

    • NOTE: This staged transfer will use storage on the system to hold the entire media volume being transferred and will need to be manually removed. RMVLNK OBJLNK('/tmp/Q25969')

  4. After the desired volumes have been renamed, the original cloud image files should be removed.

  • No labels