While trying to extend a filesystem /work an administrator receives the following error: 0516-787
extendlv: Maximum allocation for logical volume fslv00 is 256. What must be done to allow the
filesystem to be extended?

A.
Change the filesystem option of maxsz to 512 for the filesystem /work with the command chfs -a maxsz=512 /work.
B.
Change the maximum Logical Partitions to 512forthefslv00 with the command chlv-x512fslv00.
C.
Change the volume groups maximum Logical Partitions per Logical Volume to 512 with the
chvg -t 512 vg01.
D.
Change the logical volume type to jfs2 as jfs logical volumes cannot extend passed 256 with
the command chfs -v jfs2 -m /work.
Explanation: