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.
Question
Which command creates an application WPAR?
Options
- Amkwpar
- Bwparexec
- Ccrwpar
- Dwparcreate
How the community answered
(27 responses)- A7% (2)
- B70% (19)
- C19% (5)
- D4% (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.
mkwpar creates a system WPAR - a fully independent AIX environment with its own root filesystem - not an application WPAR.
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.
crwpar is not a valid AIX command for creating any type of WPAR.
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
Community Discussion
No community discussion yet for this question.