Software >> OS >> Unix >> Solaris >> 11 >> Zones >> How to remove the resource pool property of a zone configuratione.g. you have executed the commands bellow to allocate resource pool named pool_gmzone to grandmazone, but found the zone could not be started. # zonecfg -z grandmazone set pool=pool_gmzone To remove # zonecfg -z grandmazone clear pool or # zonecfg -z grandmazone > clear pool
|