nerdexam
IBM

000-221 · Question #66

An administrator is required to create a System WPAR and configure it for mobility, which command will do this?

The correct answer is A. mkwpar-c wparname. Creating a mobile System WPAR in AIX requires mkwpar with the -c flag, which marks the WPAR as checkpointable and enables its mobility capabilities.

System Management

Question

An administrator is required to create a System WPAR and configure it for mobility, which command will do this?

Options

  • Amkwpar-c wparname
  • Bmkwpar-m wparname
  • Ccrwpar-c wparname
  • Dcrwpar-m waprname

How the community answered

(49 responses)
  • A
    73% (36)
  • B
    4% (2)
  • C
    8% (4)
  • D
    14% (7)

Why each option

Creating a mobile System WPAR in AIX requires mkwpar with the -c flag, which marks the WPAR as checkpointable and enables its mobility capabilities.

Amkwpar-c wparnameCorrect

mkwpar is the correct AIX command for creating Workload PARtitions, and the -c flag designates the WPAR as checkpointable - the necessary prerequisite for WPAR mobility - allowing it to be checkpointed, migrated across systems, and restarted on a different host.

Bmkwpar-m wparname

The -m flag is not the correct mkwpar option for enabling mobility; WPAR mobility depends on checkpointability, which is enabled by the -c flag.

Ccrwpar-c wparname

crwpar is not a valid AIX command; the correct utility for WPAR creation is mkwpar.

Dcrwpar-m waprname

crwpar is not a valid AIX command, the -m flag does not configure mobility, and the argument contains a typo making it syntactically incorrect.

Concept tested: AIX WPAR mobility creation with mkwpar -c checkpointable flag

Source: https://www.ibm.com/docs/en/aix/7.3?topic=w-mkwpar-command

Topics

#WPAR#mkwpar#system partition#mobility

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice