Suggested Answer:DE🗳️
D: zoneadm halt command halts the specified zones. halt bypasses running the shutdown scripts inside the zone. It also removes run time resources of the zone.
E: Use: zlogin zone shutdown - to cleanly shutdown the zone by running the shutdown scripts. Use this procedure to cleanly shut down a zone. 1. Become superuser, or assume the Primary Administrator role. 2. Log in to the zone to be shut down, for example, my-zone, and specify shutdown as the name of the utility and init 0 as the state global# zlogin my-zone shutdown -y -g0 -i 0
zlogin or zoneadm -z zone_name shutdown or halt can be used. However, "halt" shuts down server regardless of state and is not a controlled shutdown. only the following commands give you a controlled shutdown:
# zlogin dbzhone shutdown -i0
# zoneadm -z dbzone sutdown -i0
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
dlicheri
7 months, 1 week ago