A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATE MOUNT POINT loglv00jfs2log111closed/syncdN/AA new filesytem is then created usi

题目

A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATE MOUNT POINT loglv00jfs2log111closed/syncdN/AA new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs:root@host1:/# mount/newfs mount: 0506-324 Cannot mount /dev/lv00 on /newfs: Asystem call received a parameter that is not valid. Which of the following actions will resolve this error?()

  • A、Recreate the file system with -p rw flags and re-mount.
  • B、Run 'logform /dev/loglv00' and hit 'y' to destroy all data.
  • C、Run 'clrginfo -p' to clear the invalid filesystem parameter.
  • D、Change 'account = true' value in /etc/filesystem to 'account = false'.

相似考题
参考答案和解析
正确答案:B
更多“A log logical volume is created”相关问题
  • 第1题:

    The system administrator notices that there is an I/O bottleneck on one of three disks in datavg volume group. This problem disk contains the JFS log, loglv00 and one filesystem, /mydatabase.  There are no other logical volumes on this disk.  Which of the following options would be the best solution?()

    • A、 Increase the size of the JFS log logical volume so more transacations can be written to this log.
    • B、 Create a second, additional JFS log and have the /mydatabase logical volume point to both JFS logs.
    • C、 Migrate the JFS log device to another physical disk in the same volume group.
    • D、 Only one JFS log device for each volume group can be used.  Use the migratepv command to move the JFS log device to an empty disk in another volume group.

    正确答案:C

  • 第2题:

    Which of the following is TRUE when creating a file system that resides on the center of a disk?()

    • A、The logical volume is created first.
    • B、The physical volume will be automatically created.
    • C、The physical partition must be specified as an option.
    • D、The file system will be mounted during the time of creation.

    正确答案:A

  • 第3题:

    Using the C-SPOC utilities, an administrator has created a new volume group and filesytems. Theadministrator performs an Isvg -I command on the volume group and notices that the log logical volume created in C-SPOC is closed/syncd and loglv01 has been created and is in use.  What step was required in order for the logfile created by C-SPOC to be used.()  

    • A、 Perform the C-SPOC logform utility option prior to creating any filesystems.
    • B、 Manually perform a logform outside of C-SPOC prior to creating any filesystems.
    • C、 Run a logredo command and select log logical volume created in C-SPOC as the preferred jfslog.
    • D、 Use C-SPOC to delete and recreate the log logical volume,set the perform logform option to true.

    正确答案:B

  • 第4题:

    A previously functional, scheduled snapshot operation against a JFS2 filesystem has failed. The JFS2 filesystem is mounted and appears intact. What is the most likely cause of the failure and how should it be resolved?()

    • A、The associated JFS2 log device has failed. Check the log device and varyon the device.
    • B、The logical volume that hosts the snapshots is full. Increase the size of the logical volume.
    • C、Fifteen snapshots already exist for the given JFS2 filesystem. Delete at least one existing snapshot.
    • D、The volume group that hosts both the snapshots and JFS2 filesystem has lost quorum. Check and correct the integrity of the volume group.

    正确答案:C

  • 第5题:

    In which file created by a mksysb would an administrator find filesystem and logical volume information?() 

    • A、/fs.data
    • B、/image.data
    • C、/bosinst.data
    • D、/install.data

    正确答案:B

  • 第6题:

    What is the objective of the superstrict option that can be used when creating mirrors?()

    • A、Allows the mirror partitions to spread across a maximum number of disks.
    • B、Allows the copy of a partition to be on the same physical volume as the mirrored partition.
    • C、Prevents partitions allocated to one logical volume mirror from sharing a physical volume with partitions from another logical volume mirror.
    • D、Forces copies of logical partitions to be housed on different physical volumes, while allowing a single physical volume to be shared by logical volume mirrors.

    正确答案:D

  • 第7题:

    While planning the logical volume design of a new install, Companycom considered using a striped logical volume for performance. They want to be able to extend the logical volume in the future. Which of the following actions will provide this capability?()

    • A、Add additional logical volumes two at a time
    • B、Add additional physical volumes two at a time
    • C、Create a columned striped logical volume using -C option of mklv
    • D、Create an extendable striped logical volume using -E option of mklv

    正确答案:C

  • 第8题:

    单选题
    Which of the following actions will occur once the reorgvg command is used?()
    A

    The allocation policy for each logical volume will be set.

    B

    The given allocation policy for each logical volume will be adhered to.

    C

    Each logical volume's physical partitions will be moved to another volume group.

    D

    Each logical volume's physical partitions will be moved to match its allocation policy, if there is sufficient space.


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

  • 第9题:

    单选题
    Which presents the heirarchical relationship between LVM entities?()
    A

    Volume Group > Physical Volume > Logical Volume > Filesystem

    B

    Physical Volume > Volume Group > Logical Volume > Filesystem

    C

    Volume Group > Physical Volume > Filesystem > Logical Volume

    D

    Physical Volume > Volume Group > Filesystem > Logical Volume


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

  • 第10题:

    单选题
    A previously functional, scheduled snapshot operation against a JFS2 filesystem has failed. The JFS2 filesystem is mounted and appears intact. What is the most likely cause of the failure and how should it be resolved?()
    A

    The associated JFS2 log device has failed. Check the log device and varyon the device.

    B

    The logical volume that hosts the snapshots is full. Increase the size of the logical volume.

    C

    Fifteen snapshots already exist for the given JFS2 filesystem. Delete at least one existing snapshot.

    D

    The volume group that hosts both the snapshots and JFS2 filesystem has lost quorum. Check and correct the integrity of the volume group.


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

  • 第11题:

    单选题
    The system administrator notices that there is an I/O bottleneck on one of three disks in datavg volume group. This problem disk contains the JFS log, loglv00 and one filesystem, /mydatabase.  There are no other logical volumes on this disk.  Which of the following options would be the best solution?()
    A

     Increase the size of the JFS log logical volume so more transacations can be written to this log.

    B

     Create a second, additional JFS log and have the /mydatabase logical volume point to both JFS logs.

    C

     Migrate the JFS log device to another physical disk in the same volume group.

    D

     Only one JFS log device for each volume group can be used.  Use the migratepv command to move the JFS log device to an empty disk in another volume group.


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

  • 第12题:

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

  • 第13题:

    Which attribute of a logical volume can NOT be changed after it is created?()

    • A、The placement of the logical volume
    • B、The stripe size of the logical volume
    • C、The upper bound of the logical volume
    • D、The intra-policy of the logical volume

    正确答案:B

  • 第14题:

    All of the following are attributes that can be specified when creating a logical volume EXCEPT:()

    • A、Number of logical partitions
    • B、Disk where logical volume will reside
    • C、Size of the logical volume control block
    • D、Position of the logical volume on the disk

    正确答案:C

  • 第15题:

    How can a JFS2 filesystem be added to a volume group that has insufficient space to host a log LV?() 

    • A、Create the filesystem with an inline log.
    • B、Create the filesystem referring to the jfs2log in rootvg.
    • C、Create the filesystem and format the logical volume with ’logform’.
    • D、Create the filesystem’s underlying logical volume with an inline log.

    正确答案:C

  • 第16题:

    Which presents the heirarchical relationship between LVM entities?()  

    • A、Volume Group > Physical Volume > Logical Volume > Filesystem
    • B、Physical Volume > Volume Group > Logical Volume > Filesystem
    • C、Volume Group > Physical Volume > Filesystem > Logical Volume
    • D、Physical Volume > Volume Group > Filesystem > Logical Volume

    正确答案:A

  • 第17题:

    A user reports a corrupted boot logical volume. In order to recreate the contents of the boot logical volume which of the following procedures should the user be advised to perform?()

    • A、Reboot the system in normal mode.
    • B、Use the bosboot command to rebuild the boot image.
    • C、Restore the boot logical volume from a mksysb image.
    • D、Reboot the system into maintenance mode and run fsck on the boot logical volume.

    正确答案:B

  • 第18题:

    A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1   loglv00   root@host1:/# lsvg -l datavg datavg:   LV NAMETYPELPsPPsPVsLV STATEMOUNT POINT   loglv00jfs2log111closed/syncdN/A   A new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs: root@host1:/# mount /newfs   mount: 0506-324 Cannot mount /dev/lv00 on /newfs: A system call received a parameter that is not valid. Which of the following actions will resolve this error?()

    • A、Recreate the file system with -p rw flags and re-mount.
    • B、Run ‘logform /dev/loglv00’ and hit ‘y’ to destroy all data.
    • C、Run ‘clrginfo -p’ to clear the invalid filesystem parameter.
    • D、Change ‘account = true’ value in /etc/filesystem to ‘account = false’.

    正确答案:B

  • 第19题:

    Which of the following actions will occur once the reorgvg command is used?()

    • A、The allocation policy for each logical volume will be set.
    • B、The given allocation policy for each logical volume will be adhered to.
    • C、Each logical volume's physical partitions will be moved to another volume group.
    • D、Each logical volume's physical partitions will be moved to match its allocation policy, if there is sufficient space.

    正确答案:D

  • 第20题:

    单选题
    A System p administrator is looking at changing attributes of a logical volume.  Which of the following must be defined when it is created()
    A

    placement of the logical volume

    B

    stripe size of the logical volume

    C

    inter-disk policy of the logical volume

    D

    intra-disk policy of the logical volume


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

  • 第21题:

    单选题
    A system administrator has a server experiencing performance problems with logical volumes within a particular volume group. Which command can report I/O statistics for logical partitions with each logical volume within the volume group?()
    A

    lslv

    B

    lsvg

    C

    iostat

    D

    lvmstat


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

  • 第22题:

    单选题
    Which of the following is TRUE when creating a file system that resides on the center of a disk?()
    A

    The logical volume is created first.

    B

    The physical volume will be automatically created.

    C

    The physical partition must be specified as an option.

    D

    The file system will be mounted during the time of creation.


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

  • 第23题:

    单选题
    In which file created by a mksysb would an administrator find filesystem and logical volume information?()
    A

    /fs.data

    B

    /image.data

    C

    /bosinst.data

    D

    /install.data


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

  • 第24题:

    单选题
    Which attribute of a logical volume can NOT be changed after it is created?()
    A

    The placement of the logical volume

    B

    The stripe size of the logical volume

    C

    The upper bound of the logical volume

    D

    The intra-policy of the logical volume


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