1Z0-902 · Question #52
Which two statements are true in regards to starting the Exadata Virtual Machine?
The correct answer is B. Use vm_maker --start-domain to start a virtual machine manually. E. Use vm_maker --auto-start command to configure a virtual machine to start automatically when the. vm_maker --start-domain (B) is the correct manual command to start an Exadata virtual machine, and vm_maker --auto-start (E) is the correct command to configure a VM to start automatically when the Exadata compute node boots - both are standard vm_maker utility flags for VM…
Question
Which two statements are true in regards to starting the Exadata Virtual Machine?
Options
- ATo see Oracle Linux boot messages during guest startup, use --console option with the vm_maker
- BUse vm_maker --start-domain to start a virtual machine manually.
- CUse vm_maker boot-from-iso command to boot a virtual machine.
- DTo streamline the diagnosis of virtual machines, one ISO file is used for multiple Oracle Exadata
- EUse vm_maker --auto-start command to configure a virtual machine to start automatically when the
How the community answered
(31 responses)- B94% (29)
- C3% (1)
- D3% (1)
Explanation
vm_maker --start-domain (B) is the correct manual command to start an Exadata virtual machine, and vm_maker --auto-start (E) is the correct command to configure a VM to start automatically when the Exadata compute node boots - both are standard vm_maker utility flags for VM lifecycle management.
Why the distractors are wrong:
- A is incorrect: the
--consoleoption is not used withvm_makerto display boot messages in the way described; console attachment works differently in the Exadata VM framework. - C is incorrect: there is no
boot-from-isosubcommand in that format; ISO-based booting uses a different flag syntax (typically--boot-from-isoas a flag, not a positional command). - D is incorrect and the opposite of best practice - each virtual machine uses its own ISO file to ensure isolation and streamline per-VM diagnostics, not a shared single ISO across multiple VMs.
Memory tip: Think Boots manually, Enables auto-boot - "B starts it now, E starts it next time." Both deal with starting VMs, just triggered differently (manual vs. automatic), which makes them a natural pair.
Topics
Community Discussion
No community discussion yet for this question.