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.
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)- A6% (2)
- B3% (1)
- C12% (4)
- D79% (26)
Why each option
The mksysb command uses /var/ras/tmp as its temporary working filesystem during the system backup process.
/mnt is a general-purpose mount point directory used for temporarily mounting filesystems and is not allocated by the mksysb process.
/tmp is the standard system temporary directory for general application use and is not the specific location mksysb targets during its backup operations.
/usr/tmp is a legacy symlink or directory for user-space temporary files and is not involved in the mksysb backup workflow.
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
Community Discussion
No community discussion yet for this question.