# zonecfg -z myzone info
If the command returns No such zone configured, the zone configuration must be restored.
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