Your server has one zone named dbzone (hat has been configured, but not yet installed). Which command
would you use to view all the options that were used to configure this zone?
A.
zoneadm list –icv dbzone
B.
zones tat –c summary dbzone
C.
zonecfg –z dbzone info
D.
zonecfg –icv dbzone info
Explanation:
zonecfg info
Display information about the current configuration. If resource-type is specified, displays only information about
resources of the relevant type. If any property-name value pairs are specified, displays only information about
resources meeting the given criteria. In the resource scope, any arguments are ignored, and info displays
information about the resource which is currently being added or modified.
Note:
zonecfg –z
zonename. Specify the name of a zone. Zone names are case sensitive. Zone names must begin with an
alphanumeric character and can contain alphanumeric characters, the underscore (_) the hyphen (-), and the
dot (.). The name global and all names beginning with SUNW are reserved and cannot be used.Incorrect answer:
A: The zoneadm utility is used to administer system zones. A zone is an application container that is maintained
by the operating system runtime.
list option:
Display the name of the current zones, or the specified zone if indicated.
B: No such command.
D: no such options zonecfg –icv