nerdexam
Oracle

1Z0-822 · Question #153

1Z0-822 Question #153: Real Exam Question with Answer & Explanation

The correct answer is A. poolcfg B. dispadmin D. zonecfg set cpu-shares=<value>. A: Resource Allocation: Zones, Pools and FSS Example: Then create a pool for your zone (in this example, we'll use the zones named 'habitue,' 'creator,' 'netid,' and 'linguo'): pooladm -x poolcfg -c 'create pool habitue-pool ( string pool.scheduler = "FSS" )' poolcfg -c 'create p

Question

Identify three ways in which the Fair Share Scheduler can be assigned.

Options

  • Apoolcfg
  • Bdispadmin
  • Czonecfg set pool=<value>
  • Dzonecfg set cpu-shares=<value>
  • Eby creating a project and attaching a process to that project

Explanation

A: Resource Allocation: Zones, Pools and FSS Example: Then create a pool for your zone (in this example, we'll use the zones named 'habitue,' 'creator,' 'netid,' and 'linguo'): pooladm -x poolcfg -c 'create pool habitue-pool ( string pool.scheduler = "FSS" )' poolcfg -c 'create pool creator-pool ( string pool.scheduler = "FSS" )' poolcfg -c 'create pool linguo-pool ( string pool.scheduler = "FSS" )' poolcfg -c 'create pool netid-pool ( string pool.scheduler = "FSS" )' B: Set the default scheduler for the system to be the FSS. # dispadmin -d FSS global# zonecfg -z global zonecfg:myzone> set cpu-shares=100 zonecfg:myzone> set scheduling-class=FSS zonecfg:myzone> exit

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice