Oracle Solaris 11 Advanced System Administrator — Question 5
dbzone is currently running on your server.
Which two methods would you use to safely and cleanly shut down dbzone and all of its applications?
Answer options
- A. zlogin –z dbzone halt
- B. zoneadm –z dbzone shutdown –i0
- C. zoneadm –z dbzone shutdown
- D. zoneadm –z dbzone halt
- E. zlogin dbzone shutdown –i0
Correct answer: D, E
Explanation
The correct options, D and E, are designed to halt the zone and ensure a clean shutdown of all applications. Option A uses zlogin which does not provide a clean shutdown method, while options B and C do not specify a complete halt, making them less suitable for ensuring all applications are terminated safely.