nerdexam
Oracle

1Z0-822 · Question #115

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: #…

The correct answer is A. A zonepath must be set. 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…

Configuring Zones

Question

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?

Options

  • AA zonepath must be set.
  • BAn anet resource must be added.
  • CNo other configuration parameters need to be set.
  • DBoth an anet configuration and a zonepath must be set.

How the community answered

(39 responses)
  • A
    72% (28)
  • B
    15% (6)
  • C
    10% (4)
  • D
    3% (1)

Explanation

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 Automatic network interface. The anet resource represents the automatic creation of a network resource for an exclusive-IP

Topics

#zonecfg#anet resource#zonepath#zone creation

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice