nerdexam
IBM

000-221 · Question #123

The/app1 filesystem in appvg did not mount due to a failure replaying jfslog1. Which command will reinitialize jfslog1?

The correct answer is B. logform/dev/jfsiog1. The AIX logform command reinitializes a JFS log logical volume, clearing a corrupted or unreplayable log so the associated filesystem can be mounted.

Troubleshooting and Problem Determination

Question

The/app1 filesystem in appvg did not mount due to a failure replaying jfslog1. Which command will reinitialize jfslog1?

Options

  • Aresysnclvodm -vjfslog1
  • Blogform/dev/jfsiog1
  • Csynclvodm appvg jfslog1
  • Dformat-d/dev/jfslog1

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    80% (33)
  • C
    10% (4)
  • D
    7% (3)

Why each option

The AIX logform command reinitializes a JFS log logical volume, clearing a corrupted or unreplayable log so the associated filesystem can be mounted.

Aresysnclvodm -vjfslog1

resynclvodm resynchronizes the Logical Volume Manager ODM database and has no function related to JFS log content or initialization.

Blogform/dev/jfsiog1Correct

logform is the AIX utility specifically designed to format and reinitialize a JFS or JFS2 log device. Running logform /dev/jfslog1 writes a fresh log header to the logical volume, discarding the unresolvable journal entries that caused the mount failure. After reinitialization, the filesystem can be mounted cleanly, though a full fsck is recommended to verify filesystem integrity.

Csynclvodm appvg jfslog1

synclvodm synchronizes ODM metadata for a volume group and is not a JFS log management command.

Dformat-d/dev/jfslog1

format -d is not a valid AIX command for operating on JFS log devices.

Concept tested: AIX JFS log reinitialization using logform

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

Topics

#jfslog#logform#filesystem recovery#JFS log reinitialization

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice