Oracle Cloud Infrastructure 2021 Multicloud Architect Associate — Question 21
The boot volume on your Oracle Linux instance has run out of space. Your application has crashed due to a lack of swap space, forcing you to increase the size of the boot volume.
Which step should NOT be included in the process used to solve the issue? (Choose the best answer.)
Answer options
- A. Reattach the boot volume and restart the instance.
- B. Attach the resized boot volume to a second instance as a data volume; extend the partition and grow the file system in the resized boot volume.
- C. Stop the instance and detach the boot volume.
- D. Resize the boot volume by specifying a larger value than the boot volume's current size.
- E. Create a RAID 0 configuration to extend the boot volume file system onto another block volume.
Correct answer: E
Explanation
The correct answer is E because creating a RAID 0 configuration is unnecessary and does not solve the immediate problem of the boot volume running out of space. The other options are valid steps to increase the boot volume size, including stopping the instance and resizing the volume appropriately.