单选题An administrator is attempting to recover afilesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted. Invalid file system size in the primary superbloc

题目
单选题
An administrator is attempting to recover afilesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted. Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock. Primary superblock is corrupt. Secondary superblock is corrupt. fsck: Cannot continue tried to mount Which steps will resolve the problem?()
A

Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mounted

B

Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmounted

C

Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' while the file system is unmounted

D

Force a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit 'fsck -y' to be run against the failing filesystem


相似考题
更多“单选题An administrator is attempting to recover afilesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted. Invalid file system size in the primary superbloc”相关问题
  • 第1题:

    Which of the following statements best describes the relationship between a logical volume and a journaled file system (JFS)?()

    A.Increasing the size of a logical volume also increases the size of the file system

    B.Reducing the size of a logical volume requires reducing the size of the file system first

    C.Increasing the size of a file system requires increasing the size of the logical volume first

    D.Increasing the size of a file system also increases the size of the logical volume when necessary


    参考答案:D

  • 第2题:

    ExhibitGiven the information provided in the Exhibit, which of the following procedures will successfully resolve the problem before rebooting in normal mode?()

    A.Increase the size of rootvg.

    B.Delete unnecessary files in the / (root) file system.

    C.Edit /etc/inittab and correct any erroneous entries.

    D.Run fsck on the rootvg and recreate the log device with the following command: /usr/sbin/logform /dev/hd8.


    参考答案:B

  • 第3题:

    An administrator is attempting to recover a filesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted.   Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock.  Primary superblock is corrupt. Secondary superblock is corrupt.   fsck: 0507-018 Superblock is corrupt and cannot be repaired. Both primary and secondary copies are corrupt.Cannot continue tried to mount  Which steps will resolve the problem?()

    • A、Reboot the server into maintenance mode and run ‘fsck’ with the ‘-p’ parameter while the filesystem is mounted.
    • B、Reboot the server into maintenance mode and run ‘fsck’ with the ‘-y’ parameter while the filesystem is unmounted.
    • C、Force a umount of the filesystem with ‘umount -F /dev/fslv02’, and then run ‘fsck -p /dev/fslv02’ while the filesystem is unmounted.
    • D、Force a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit ‘fsck -y’ to be run against the failing filesystem.

    正确答案:B

  • 第4题:

    All of the following statements accurately describe process for administering file systems EXCEPT:()

    • A、A logical volume must exist prior to running the crfs command to create a file system
    • B、A file system must be unmounted before it can be removed
    • C、Defining a file system imposes a structure on a logical volume
    • D、Removing a file system using rmfs automatically removes the underling logical volume

    正确答案:A

  • 第5题:

    While attempting to expand a file system, an administrator receives an error message indicating that the filesystem is not recognized. Running the 'lsfs' command fails to display any output, but the 'df' command is working and displays normal filesystems. What is the likely cause of the problem?()

    • A、The /etc/filesystems file is missing.
    • B、The /dev/hd8 logical volume is corrupt.
    • C、The hosting volume group is not varied on.
    • D、The /var and /tmp filesystems may be full.

    正确答案:A

  • 第6题:

    An administrator is attempting to recover afilesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted. Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock. Primary superblock is corrupt. Secondary superblock is corrupt. fsck: Cannot continue tried to mount Which steps will resolve the problem?()

    • A、Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mounted
    • B、Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmounted
    • C、Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' while the file system is unmounted
    • D、Force a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit 'fsck -y' to be run against the failing filesystem

    正确答案:B

  • 第7题:

    单选题
    A system administrator is unable to unmount a file system. Which is the appropriate command to determine who or what is accessing the file system?()
    A

    who /filesystem

    B

    lsfs /filesystem

    C

    fuser /filesystem

    D

    umount -f /filesystem


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    While attempting to expand a file system, an administrator receives an error message indicating that the filesystem is not recognized. Running the 'lsfs' command fails to display any output, but the 'df' command is working and displays normal filesystems. What is the likely cause of the problem?()
    A

    The /etc/filesystems file is missing.

    B

    The /dev/hd8 logical volume is corrupt.

    C

    The hosting volume group is not varied on.

    D

    The /var and /tmp filesystems may be full.


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    A System p administrator is reviewing root’s command history on a development server and finds that a junior adminstrator had been attempting to correct a full file system. One of the following commands caused damage that must be corrected.  Which command was it()
    A

    rm /var/preserve/*

    B

    cat /dev/null > /var/adm/cron/log

    C

    > /var/adm/wtmp

    D

    rm /var/adm/ras/errlog


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    Which of the following statements is TRUE about mounting a file system?()
    A

    A file system cannot be mounted on a directory containing data.

    B

    Mounting a file system on a mount point containing data will delete the data.

    C

    Mounting a file system on a amount point containing data will make the data temporarily inaccessible.

    D

    A systems administrator must manually create an empty directory prior to mounting an AIX JFS.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    An administrator is attempting to recover a filesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted.   Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock.  Primary superblock is corrupt. Secondary superblock is corrupt.   fsck: 0507-018 Superblock is corrupt and cannot be repaired. Both primary and secondary copies are corrupt.Cannot continue tried to mount  Which steps will resolve the problem?()
    A

    Reboot the server into maintenance mode and run ‘fsck’ with the ‘-p’ parameter while the filesystem is mounted.

    B

    Reboot the server into maintenance mode and run ‘fsck’ with the ‘-y’ parameter while the filesystem is unmounted.

    C

    Force a umount of the filesystem with ‘umount -F /dev/fslv02’, and then run ‘fsck -p /dev/fslv02’ while the filesystem is unmounted.

    D

    Force a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit ‘fsck -y’ to be run against the failing filesystem.


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    All of the following statements accurately describe process for administering file systems EXCEPT:()
    A

    A logical volume must exist prior to running the crfs command to create a file system

    B

    A file system must be unmounted before it can be removed

    C

    Defining a file system imposes a structure on a logical volume

    D

    Removing a file system using rmfs automatically removes the underling logical volume


    正确答案: A
    解析: 暂无解析

  • 第13题:

    Which of the following statements is TRUE about mounting a file system?()

    A.A file system cannot be mounted on a directory containing data.

    B.Mounting a file system on a mount point containing data will delete the data.

    C.Mounting a file system on a amount point containing data will make the data temporarily inaccessible.

    D.A systems administrator must manually create an empty directory prior to mounting an AIX JFS.


    参考答案:C

  • 第14题:

    Which of the following statements best describes the relationship between a logical volume and a journaled file system (JFS)?()

    • A、Increasing the size of a logical volume also increases the size of the file system
    • B、Reducing the size of a logical volume requires reducing the size of the file system first
    • C、Increasing the size of a file system requires increasing the size of the logical volume first
    • D、Increasing the size of a file system also increases the size of the logical volume when necessary

    正确答案:D

  • 第15题:

    The ‘fsck -p /dev/lv00’ command returned the following message:Not a recognized filesystem type. What is the likely cause of the problem and how should it be resolved?()

    • A、The file system superblock is dirty. It can be replaced from the VGDA
    • B、The logical volume superblock is dirty. It can be replaced from the VGDA
    • C、The file system superblock is dirty. It can be replaced from the secondary copy
    • D、The logical volume superblock is dirty. It can be replaced from the secondary copy

    正确答案:C

  • 第16题:

    A System p administrator is reviewing root’s command history on a development server and finds that a junior adminstrator had been attempting to correct a full file system. One of the following commands caused damage that must be corrected.  Which command was it()

    • A、rm /var/preserve/*
    • B、cat /dev/null > /var/adm/cron/log
    • C、> /var/adm/wtmp
    • D、rm /var/adm/ras/errlog

    正确答案:D

  • 第17题:

    The ‘fsck -p /dev/lv00’command returned thefollowing message: Not a recognized filesystem type What is the likely cause of the problem and how should it be resolved?()

    • A、The file system superblock is dirty. It can be replaced from the VGDA
    • B、The logical volume superblock is dirty. It can be replaced from the VGDA
    • C、The file system superblock is dirty. It can be replaced from the secondary copy
    • D、The logical volume superblock is dirty. It can be replaced from the secondary copy

    正确答案:C

  • 第18题:

    单选题
    An administrator is attempting to recover afilesystem that fails to manually unmount. The fsck command produces the following output: The current volume is: /dev/fslv02 File system is currently mounted. Invalid file system size in the primary superblock. Invalid file system size in the secondary superblock. Primary superblock is corrupt. Secondary superblock is corrupt. fsck: Cannot continue tried to mount Which steps will resolve the problem?()
    A

    Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mounted

    B

    Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmounted

    C

    Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' while the file system is unmounted

    D

    Force a umount of the filesystem by varying off the hosting volume group and then varyon the volume group. This will permit 'fsck -y' to be run against the failing filesystem


    正确答案: A
    解析: 暂无解析

  • 第19题:

    单选题
    The ‘fsck -p /dev/lv00’ command returned the following message:Not a recognized filesystem type. What is the likely cause of the problem and how should it be resolved?()
    A

    The file system superblock is dirty. It can be replaced from the VGDA

    B

    The logical volume superblock is dirty. It can be replaced from the VGDA

    C

    The file system superblock is dirty. It can be replaced from the secondary copy

    D

    The logical volume superblock is dirty. It can be replaced from the secondary copy


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    Refer to the following output:  The current permanent system firmware image is EM340_041The current temporary system firmware image is EM340_075 The system is currently booted from the temporary firmware image. Which command will display similar information?()
    A

    lsmcode

    B

    diag -S 1

    C

    prtconf grep firmware image

    D

    invscout -vf [Server system name]


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    Given that the current directory is empty, and that the user has read and write privileges to the current directory, and the following: Which statement is true?()
    A

    Compilation fails.

    B

    Nothing is added to the file system.

    C

    Only a new file is created on the file system.

    D

    Only a new directory is created on the file system.

    E

    Both a new file and a new directory are created on the file system.


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    You are attempting to clear an unarchived redo log file. In order to manually enact a log switch, which of the following statements is appropriate?()
    A

    ALTER DATABASE 

    B

    ALTER SYSTEM 

    C

    ALTER USER 

    D

    ALTER REDO LOG


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    The ‘fsck -p /dev/lv00’command returned thefollowing message: Not a recognized filesystem type What is the likely cause of the problem and how should it be resolved?()
    A

    The file system superblock is dirty. It can be replaced from the VGDA

    B

    The logical volume superblock is dirty. It can be replaced from the VGDA

    C

    The file system superblock is dirty. It can be replaced from the secondary copy

    D

    The logical volume superblock is dirty. It can be replaced from the secondary copy


    正确答案: B
    解析: 暂无解析

  • 第24题:

    单选题
    Which of the following statements best describes the relationship between a logical volume and a journaled file system (JFS)?()
    A

    Increasing the size of a logical volume also increases the size of the file system

    B

    Reducing the size of a logical volume requires reducing the size of the file system first

    C

    Increasing the size of a file system requires increasing the size of the logical volume first

    D

    Increasing the size of a file system also increases the size of the logical volume when necessary


    正确答案: B
    解析: 暂无解析