A zone fails to boot, and zoneadm produces the following message:
Which two approaches might resolve the problem and enable the zone to boot?
A.
Change the network link, that will be used by that zone.
B.
Use “dladm disable net0” in the global zone to bring the NIC net0down.
C.
Convert the zone to use shared-IP networking.
D.
Use”dladm rename-linknet0net9″ in the global zone.
E.
Use”netconfig disable net0″in the global zone.
Explanation:
C:When you assign a network to a global zone, you must define the mode of the
network, either Shared IP or Exclusive IP:
In Shared IP mode, the network interface is used by more than one zone. You define the network
interface when you you assign the global zone to the network.In Exclusive IP mode, the network interface is dedicated to the zone. An exclusive network must
be declared for the global zone when you assign network to the global zone. Then you configure
the IP configuration for the non-global zone.
Not B: There is no command dladm disableto disable a network interface.
Not D: There is no command netconfig disable to disable a network interface.
A and C