Go to main content

Oracle SuperCluster Configuration Backup Utility - Recovery Guide

Exit Print View

Updated: June 2020
 
 

Restore the Zone Configuration

  1. Check if the zone configuration still exits.
    # zonecfg -z myzone info
    

    If the command returns No such zone configured, the zone configuration must be restored.

  2. If the zone configuration does not exist, restore it.

    Locate the .cfg configuration backup file in osc-config-backup/domains/mydomain/SolarisZones/myzone and run this command:

    root# mkdir /sharedPath ; chmod 777 /sharedPath
    root# su - oscbackR
    oscbackR$ cd osc-config-backup/domains/mydomain/SolarisZones/myzone
    oscbackR$ cp myzone.date.cfg myzone.data.info /sharedPath
    oscbackR$ exit
    root# zonecfg -z myzone -f /sharedPath/myzone.date.cfg