Administering the Zones Delegated Restarter
This section provides instructions for administering the zones delegated restarter. For information about the zones delegated restarter, see Zones Delegated Restarter and the
svc.zones
(8) man page. For information common to all restarters, see the
smf_restarter
(7) man page.
-
Use the
svcs -R
command to show whethersvc:/system/zones:default
is the restarter for the non-global zone:global$ svcs -R svc:/system/zones:default STATE STIME FMRI online 12:11:12 svc:/system/zones/zone:zonename
-
Use the following command to set a property of the zones delegated restarter:
global$ pfbash svccfg -s svc:/system/zones:default setprop config/property=value global$ svcadm refresh svc:/system/zones:default
Properties for the zones delegated restarter are as follows:
-
config/concurrent-boot-shutdown
-
The maximum number of concurrent zones booting up or shutting down.
-
config/concurrent-suspend-resume
-
The maximum number of concurrent zones performing suspend or resume operations.
For additional information about zones delegated restarter properties, see the
svc.zones
(8) man page. -