nerdexam
IBM

000-221 · Question #90

Which command creates an application WPAR?

The correct answer is B. wparexec. In AIX, wparexec is used to create and launch an application WPAR, which runs a single application inside a workload partition rather than a full system environment.

System Management

Question

Which command creates an application WPAR?

Options

  • Amkwpar
  • Bwparexec
  • Ccrwpar
  • Dwparcreate

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    70% (19)
  • C
    19% (5)
  • D
    4% (1)

Why each option

In AIX, wparexec is used to create and launch an application WPAR, which runs a single application inside a workload partition rather than a full system environment.

Amkwpar

mkwpar creates a system WPAR - a fully independent AIX environment with its own root filesystem - not an application WPAR.

BwparexecCorrect

wparexec creates an application WPAR by executing a specified command or application within a new workload partition context, as opposed to mkwpar which provisions a full system WPAR with its own AIX image and filesystem.

Ccrwpar

crwpar is not a valid AIX command for creating any type of WPAR.

Dwparcreate

wparcreate is not a valid AIX command; it does not exist in the AIX WPAR management toolset.

Concept tested: AIX WPAR types and application WPAR creation

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

Topics

#WPAR#application WPAR#wparexec#mkwpar

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice