nerdexam
Oracle

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…

Administering Oracle Solaris 11 OS on a Single System

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)
  • B
    2% (1)
  • C
    2% (1)
  • D
    2% (1)
  • E
    93% (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: zoneadm manages 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 -z flag with zlogin, 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

#Non-global zones#zlogin command#Console access#Zone administration

Community Discussion

No community discussion yet for this question.

Full 1Z0-820 Practice