nerdexam
IBM

000-221 · Question #163

In the following graphic, the administrator created an additional paging space using smit mkps. The paging space is not active. What is necessary to start using the new paging space?

The correct answer is A. Use swapon to activate the new paging space. A paging space created with smit mkps but left in an inactive state can be immediately activated in the running system using the swapon command without requiring a reboot.

System Management

Question

In the following graphic, the administrator created an additional paging space using smit mkps. The paging space is not active. What is necessary to start using the new paging space?

Exhibit

000-221 question #163 exhibit

Options

  • AUse swapon to activate the new paging space.
  • BReboot the server to activate the new paging space.
  • CVary on the pgvg volume group prior to creating the new paging space.
  • DUse chps with the -a y flag to activate the new paging space for immediate use.

How the community answered

(19 responses)
  • A
    74% (14)
  • C
    11% (2)
  • D
    16% (3)

Why each option

A paging space created with smit mkps but left in an inactive state can be immediately activated in the running system using the swapon command without requiring a reboot.

AUse swapon to activate the new paging space.Correct

The swapon command activates a defined but inactive paging space immediately, making it available to the operating system in the current session. This allows administrators to add swap capacity dynamically without interrupting system availability, which is the intended method for bringing a newly created paging space online.

BReboot the server to activate the new paging space.

A reboot is not required to activate a new paging space; swapon provides immediate dynamic activation on a running AIX system.

CVary on the pgvg volume group prior to creating the new paging space.

If the paging space was successfully created using smit mkps, the underlying volume group was already varied on at creation time and does not need to be varied on again.

DUse chps with the -a y flag to activate the new paging space for immediate use.

The chps -a y command sets the auto-activation flag so the paging space activates automatically on the next reboot; it does not immediately activate the paging space in the currently running session.

Concept tested: AIX paging space dynamic activation with swapon

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

Topics

#paging space#swapon#mkps#virtual memory

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice