1Z0-820 · Question #1
Before booting test zone a non-global zone, you want to connect to the zone's console so that you can watch the boot process. Choose the command used to connect to testzone's console.
The correct answer is E. zlogin -C testzone. zlogin -C testzone is correct because zlogin is the Solaris command for entering a zone, and the -C flag specifically connects to the zone's console - giving you a persistent console session where you can observe the boot process before the zone is fully running. Why the…
Question
Before booting test zone a non-global zone, you want to connect to the zone's console so that you can watch the boot process. Choose the command used to connect to testzone's console.
Options
- Azoneadm -C testzone
- Bzoneadm -console testzone
- Czlogin - z testzone console
- Dzlogin - z testzone - C
- Ezlogin -C testzone
- Fzoneadm - testzone - c
How the community answered
(43 responses)- B2% (1)
- C2% (1)
- D2% (1)
- E93% (40)
Explanation
zlogin -C testzone is correct because zlogin is the Solaris command for entering a zone, and the -C flag specifically connects to the zone's console - giving you a persistent console session where you can observe the boot process before the zone is fully running.
Why the distractors are wrong:
- A & B & F:
zoneadmmanages zone lifecycle operations (boot, halt, install, clone) - it has no console or login functionality; these are simply the wrong command. - C & D: These attempt to use a
-zflag withzlogin, which does not exist; the syntax is also malformed with extra spaces around the dash.
Memory tip: Think "Login to Console" - zlogin -C - the L in zlogin reminds you it's for logging in, and -C (capital C) stands for Console. If you see zoneadm paired with console-related options, it's always a trap.
Topics
Community Discussion
No community discussion yet for this question.