nerdexam
IBM

000-221 · Question #183

Which standard filesystem is temporarily used by the mksysb backup process?

The correct answer is D. /var/ras/tmp. The mksysb command uses /var/ras/tmp as its temporary working filesystem during the system backup process.

System Management

Question

Which standard filesystem is temporarily used by the mksysb backup process?

Options

  • A/mnt
  • B/tmp
  • C/usr/tmp
  • D/var/ras/tmp

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    12% (4)
  • D
    79% (26)

Why each option

The mksysb command uses /var/ras/tmp as its temporary working filesystem during the system backup process.

A/mnt

/mnt is a general-purpose mount point directory used for temporarily mounting filesystems and is not allocated by the mksysb process.

B/tmp

/tmp is the standard system temporary directory for general application use and is not the specific location mksysb targets during its backup operations.

C/usr/tmp

/usr/tmp is a legacy symlink or directory for user-space temporary files and is not involved in the mksysb backup workflow.

D/var/ras/tmpCorrect

During a mksysb backup, AIX creates and uses /var/ras/tmp as a temporary staging area for data needed by the backup process. This directory is part of the /var filesystem and is specifically reserved for reliability, availability, and serviceability (RAS) temporary data, which is why sufficient free space in /var is a prerequisite for mksysb to complete successfully.

Concept tested: mksysb temporary filesystem usage during backup

Source: https://www.ibm.com/docs/en/aix/7.2?topic=m-mksysb-command

Topics

#mksysb#backup process#/var/ras/tmp#filesystem

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice