单选题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 superb

题目
单选题
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.


相似考题
更多“单选题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 superb”相关问题
  • 第1题:

    The /systest filesystem is associated with the /dev/testlv logical volume on the ’testvg’ volume group. Given this information, which of the following commands can the system administrator use to determine if the /systest filesystem is mirrored?()

    • A、df
    • B、lsvg
    • C、lsfs
    • D、lsdev

    正确答案:B

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    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

    正确答案:C

  • 第5题:

    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

  • 第6题:

    单选题
    The /systest filesystem is associated with the /dev/testlv logical volume on the testvg volume group. The testvg volume group is assigned to physical volumes hdisk2 and hdisk3. Which command can the system administrator use to determine if the /systest filesystem is mirrored?()
    A

    df

    B

    lslv

    C

    lsfs

    D

    lsdev


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

  • 第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题:

    单选题
    A system administrator is attempting to unmount filesystem /dev/data and receives the following message:   umount: 0506-349 Cannot unmount /dev/data: The requested resource is busy.   Which of the following commands can be used to determine which process has open references within the filesystem?()
    A

    lsfs

    B

    topas

    C

    fuser

    D

    mount


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

  • 第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题:

    单选题
    The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs1 on the testvg volume group. The following commands were used to create the log and assign it to the filesystem:  (1)mklv -t jfslog -y /dev/fs1log testvg 1   (2)chfs -a log=/dev/fs1log /test/fs1   While trying to mount the /test/fs1 filesystem the administrator received the error:  "Cannot mount /dev/fs1lv on /test/fs1: A system call received a parameter that is not valid". What step did the administrator miss that most likely caused the error?()
    A

    Use the logform command to format /dev/fs1log as a jfslog

    B

    Use the chlv command to change the lv type of /dev/fs1log to jfslog

    C

    Use the chvg command to change the default jfslog of testvg to /dev/fs1log

    D

    Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log


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

  • 第11题:

    单选题
    The /systest filesystem is associated with the /dev/testlv logical volume on the ’testvg’ volume group. Given this information, which of the following commands can the system administrator use to determine if the /systest filesystem is mirrored?()
    A

    df

    B

    lsvg

    C

    lsfs

    D

    lsdev


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

  • 第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 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

  • 第14题:

    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

  • 第15题:

    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

  • 第16题:

    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

  • 第17题:

    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

  • 第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题:

    单选题
    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
    解析: 暂无解析

  • 第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题:

    单选题
    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
    解析: 暂无解析

  • 第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
    解析: 暂无解析