You are creating a native Oracle Solaris zone that will be called zd1. The zone must have a virtual network
interface configured. You use the following command to create the zone configuration:
# zonecfg –z zd1
zonecfg:zd1> create
What is the minimum specification required to complete the configuration before the exit command is issued?
A.
A zonepath must be set.
B.
An anet resource must be added.
C.
No other configuration parameters need to be set.
D.
Both an anet configuration and a zonepath must be set.
Explanation:
* Example:
root@solaris:~# zonecfg -z zd1
Use ‘create’ to begin configuring a new zone.
zonecfg:zd1> create
create: Using system default template ‘SYSdefault’
zonecfg:zd1> exit
zonepath cannot be empty.
Zone zd1 failed to verify
zd1: Required resource missing
Configuration not saved; really quit (y/[n])? n
zonecfg:zd1> verify
zonepath cannot be empty.
zd1: Required resource missing
zonecfg:zd1> set zonepath=/zones/zd1
zonecfg:zd1> exit
Note:
* anet
Automatic network interface.
The anet resource represents the automatic creation of a network resource for an exclusive-IP zone.