niusouti.com

单选题The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A chvg -a y testvgB chfs -A yes /testC mount /test -auto=yesD chlv -a a

题目
单选题
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()
A

chvg -a y testvg

B

chfs -A yes /test

C

mount /test -auto=yes

D

chlv -a automount=y testlv


相似考题
更多“单选题The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A chvg -a y testvgB chfs -A yes /testC mount /test -auto=yesD chlv -a a”相关问题
  • 第1题:

    The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()

    • A、chvg -a y testvg
    • B、chfs -A yes /test
    • C、mount /test -auto=yes
    • D、chlv -a automount=y testlv

    正确答案:B

  • 第2题:

    An administrator has just imported a shred Volume Group that had been created on another  system in the cluster. In order for the shred volume to be used in the cluster, what is the most important step for the administrator to take first?()   

    • A、 Change the quorum required to false.
    • B、 Change the Volume Group auto vary on to yes, and then vary off the Volume Group.
    • C、 Change the auto vary on value of the Volume Group to no, and then vary off the volume group.
    • D、 Set the Volume Group major number to the same value that the Volume Group had on the system on which it was created.

    正确答案:C

  • 第3题:

    Which command is used to list information about each physical volume in volume group testvg?()

    • A、lsvg -p testvg
    • B、lspv -v testvg
    • C、lslv -l testvg
    • D、lsattr -v testvg

    正确答案:A

  • 第4题:

    A system administrator has a filesystem called /test/data in volume group datavg. Which of the following commands will allow the administrator to create a mirrored copy of the filesystem’s data?()

    • A、chfs
    • B、chlv
    • C、mklvcopy
    • D、mkfscopy

    正确答案:C

  • 第5题:

    An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficient space in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used.  What is the most efficient method to use the available space in the /test filesystem to apply the update?()

    • A、Use chfs to reduce the /test filesystem
    • B、Use cplv to copy the /test filesystem to a smaller logical volume
    • C、Use migratepv l to move the /test filesystem to a different volume group
    • D、Backup the /test filesystem, remove it, and recreate it with a smaller size

    正确答案:A

  • 第6题:

    The system administrator has determined that a new JFS log needs to be created on a different disk, in order to decrease an I/O bottleneck. Which of the following steps are the most correct?() 

    • A、 mklv -t jfslog -y LVname VGname 1 PVname     logform /dev/LVname      chfs -a log=/dev/LVname /filesystemname m     ount and unmount filesystem
    • B、 mklv -t jfslog -y LVname VGname PVname       unmount filesystem        vi /etc/filesystems, change entry for lv to point filesystem to new JFS log       mount filesystem
    • C、 mklvcopy -a jfslog -y LVname VGname 1 PVname       chfs -a log=/dev/LVname /filesystemname       unmount and mount file system
    • D、 mklvcopy  -t jfslog -y LVname VGname 1 PVname       logform /dev/LVname        vi /etc/filesystems, change entry for lv to point filesystem to new JFS log       unmount and mount filesystem

    正确答案:A

  • 第7题:

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

  • 第8题:

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

  • 第9题:

    单选题
    A system administrator has a two-disk volume group (testvg) with one logical volume (testlv) which has just been mirrored across both disk drives. Which of the following commands can be used to turn off quorum?()
    A

    chvg -Qn testvg

    B

    chlv -Qn testlv

    C

    varyoffvg testvg; varyonvg -Qn testvg

    D

    varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg


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

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

    单选题
    The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()
    A

    chvg -a y testvg

    B

    chfs -A yes /test

    C

    mount /test -auto=yes

    D

    chlv -a automount=y testlv


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

  • 第13题:

    Which of the following commands should be used to view and change the network filesystem tuning parameters available on the system?()

    • A、 no
    • B、 nfso
    • C、 vmtune
    • D、 exportfs

    正确答案:B

  • 第14题:

    An administrator has a two-disk volume group (testvg) with one logical volume (testlv) which has just  been mirrored across both disk drives.  Which of the following commands can be used to turn off quorum()

    • A、chvg -Qn testvg
    • B、chlv -Qn testvg
    • C、varyoffvg testvg; varyonvg -Qn testvg
    • D、varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

    正确答案:A

  • 第15题:

    A system administrator has a two-disk volume group (testvg) with one logical volume (testlv) which has just been mirrored across both disk drives. Which of the following commands can be used to turn off quorum?()

    • A、chvg -Qn testvg
    • B、chlv -Qn testlv
    • C、varyoffvg testvg; varyonvg -Qn testvg
    • D、varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

    正确答案:A

  • 第16题:

    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

    正确答案:C

  • 第17题:

    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

    正确答案:B

  • 第18题:

    单选题
    A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()
    A

    Umount the /development filesystem and remount it using the following command: mount -t jfs2 /development

    B

    Edit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2log

    C

    Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystem

    D

    Backup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem


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

  • 第19题:

    单选题
    The system administrator has determined that a new JFS log needs to be created on a different disk, in order to decrease an I/O bottleneck. Which of the following steps are the most correct?()
    A

     mklv -t jfslog -y LVname VGname 1 PVname     logform /dev/LVname      chfs -a log=/dev/LVname /filesystemname m     ount and unmount filesystem

    B

     mklv -t jfslog -y LVname VGname PVname       unmount filesystem        vi /etc/filesystems, change entry for lv to point filesystem to new JFS log       mount filesystem

    C

     mklvcopy -a jfslog -y LVname VGname 1 PVname       chfs -a log=/dev/LVname /filesystemname       unmount and mount file system

    D

     mklvcopy  -t jfslog -y LVname VGname 1 PVname       logform /dev/LVname        vi /etc/filesystems, change entry for lv to point filesystem to new JFS log       unmount and mount filesystem


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

  • 第20题:

    单选题
    An administrator has a two-disk volume group (testvg) with one logical volume (testlv) which has just  been mirrored across both disk drives.  Which of the following commands can be used to turn off quorum()
    A

    chvg -Qn testvg

    B

    chlv -Qn testvg

    C

    varyoffvg testvg; varyonvg -Qn testvg

    D

    varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg


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

  • 第21题:

    单选题
    A system administrator has a filesystem called /test/data in volume group datavg. Which of the following commands will allow the administrator to create a mirrored copy of the filesystem’s data?()
    A

    chfs

    B

    chlv

    C

    mklvcopy

    D

    mkfscopy


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

  • 第22题:

    单选题
    An administrator has just imported a shred Volume Group that had been created on another  system in the cluster. In order for the shred volume to be used in the cluster, what is the most important step for the administrator to take first?()
    A

     Change the quorum required to false.

    B

     Change the Volume Group auto vary on to yes, and then vary off the Volume Group.

    C

     Change the auto vary on value of the Volume Group to no, and then vary off the volume group.

    D

     Set the Volume Group major number to the same value that the Volume Group had on the system on which it was created.


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

  • 第23题:

    单选题
    An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficient space in the /usr filesystem. Review of the root volume group indicates there are no available physical partitions, but the /test jfs2 filesystem is only 8% used.  What is the most efficient method to use the available space in the /test filesystem to apply the update?()
    A

    Use chfs to reduce the /test filesystem

    B

    Use cplv to copy the /test filesystem to a smaller logical volume

    C

    Use migratepv l to move the /test filesystem to a different volume group

    D

    Backup the /test filesystem, remove it, and recreate it with a smaller size


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

  • 第24题:

    单选题
    Which of the following commands should be used to view and change the network filesystem tuning parameters available on the system?()
    A

     no

    B

     nfso

    C

     vmtune

    D

     exportfs


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