nerdexam
Oracle

1Z0-822 · Question #82

Can you change the scheduling class of a zone's processes to FSS without rebooting?

The correct answer is E. Yes. Run priocntl -s -c FSS -i all inside the zone. priocntl -s [-c class] [class-specific options] [-i idtype] [idlist] The priocntl command displays or sets scheduling parameters of the specified process(es). It can also be used to display the current configuration information for the system's process scheduler or execute a…

Configuring Zones

Question

Can you change the scheduling class of a zone's processes to FSS without rebooting?

Options

  • ANo. Set the zone's scheduling-class attribute to FSS and reboot.
  • BNo. Run dispadmin -d FSS inside the zone, then reboot.
  • CNo. Run dispadmin -d FSS in the global zone, then reboot the nonglobal zone.
  • DYes. Run dispadmin -d FSS inside the zone.
  • EYes. Run priocntl -s -c FSS -i all inside the zone.

How the community answered

(27 responses)
  • A
    11% (3)
  • C
    4% (1)
  • D
    4% (1)
  • E
    81% (22)

Explanation

priocntl -s [-c class] [class-specific options] [-i idtype] [idlist] * The priocntl command displays or sets scheduling parameters of the specified process(es). It can also be used to display the current configuration information for the system's process scheduler or execute a command with specified scheduling parameters. Processes fall into distinct classes with a separate scheduling policy applied to each class. The process classes currently supported are the real-time class, time-sharing class, interactive class, fair-share class, and the fixed priority class. * priocntl options include: Specifies the class to be set. (The valid class arguments are RT for real-time, TS for time- sharing, IA for inter-active, FSS for fair-share, or FX for fixed-priority.) If the specified class is not already configured, it is automatically configured. Sets the scheduling parameters associated with a set of processes.

Topics

#FSS scheduler#zone scheduling class#priocntl#dispadmin

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice