nerdexam
Oracle

1Z0-822 · Question #26

Identify two acceptable values for a <dependent> element in a service manifest.

The correct answer is A. require_all B. optional_all. Service Dependency. This element identifies a group of FMRIs upon which the service is in some sense dependent. ATTRIBUTE: Grouping: Possible values: grouping='require_all' restart_on='none' <service_fmri value='svc:/milestone/network:default' /> </dependency> * In this…

Managing System Initialization

Question

Identify two acceptable values for a <dependent> element in a service manifest.

Options

  • Arequire_all
  • Boptional_all
  • Coptional_any
  • Drestart_on
  • Enone

How the community answered

(46 responses)
  • A
    96% (44)
  • C
    2% (1)
  • E
    2% (1)

Explanation

Service Dependency. This element identifies a group of FMRIs upon which the service is in some sense dependent. ATTRIBUTE: Grouping: Possible values: grouping='require_all' restart_on='none' <service_fmri value='svc:/milestone/network:default' /> </dependency> * In this example, let's choose the svc:/system/zones:default service instance. We can use the -l option and the service name to get more information, as shown in Listing 3. # svcs -l svc:/system/zones:default fmri svc:/system/zones:default name Zones autoboot and graceful shutdown state_time June 14, 2012 08:30:31 PM NZST logfile /var/svc/log/system-zones:default.log restarter svc:/system/svc/restarter:default manifest /etc/svc/profile/generic.xml manifest /lib/svc/manifest/system/zones.xml manifest /lib/svc/manifest/system/zonestat.xml dependency require_all/none svc:/milestone/multi-user-server (online) dependency optional_all/none svc:/system/pools:default (disabled) dependency optional_all/none svc:/system/pools/dynamic:default (disabled) dependency optional_all/none svc:/system/zones- monitoring (online)

Topics

#service manifest#dependent element#SMF#require_all

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice