网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
A system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this?()
A

reboot the server in maintenance mode;migratevg -y newvg oldvg;reboot the server in normal mode

B

unmount all filesystems in the volume group;varyoffvg oldvg;migratepv -y oldvg -n newvg  varyonvg newvg

C

unmount all filesystems in the volume group;varyoffvg oldvg;exportvg oldvg;importvg -y newvg hdisk1;mount all

D

unmount all filesystems in the volume group;varyoffvg oldvg;for each logical volume in the volume group do cplv -v oldvg -y newvg;varyonvg newvg;mount all


参考答案

参考解析
解析: 暂无解析
更多 “单选题A system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this?()A reboot the server in maintenance mode;migratevg -y newvg oldvg;reboot the server in normal modeB unmount all filesystems in the volume group;varyoffvg oldvg;migratepv -y oldvg -n newvg  varyonvg newvgC unmount all filesystems in the volume group;varyoffvg oldvg;exportvg oldvg;importvg -y newvg hdisk1;mount allD unmount all filesystems in the volume group;varyoffvg oldvg;for each logical volume in the volume group do cplv -v oldvg -y newvg;varyonvg newvg;mount all” 相关考题
考题 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 automount=y testlv

考题 A system administrator has placed an AIX base media CD-ROM in a server and initiated a reboot. The server has an ascii terminal attached to it. Which key or key combination must the administrator press to initiate the maintenance mode?()A、5B、MC、F8D、Ctrl-Alt-Delete

考题 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 automount=y testlv

考题 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、lslvB、lsvgC、iostatD、lvmstat

考题 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.

考题 An AIX server will not boot in normal mode and the server must be booted into maintenance  mode to rebuild the boot logical volume. A NIM master is not defined in this environment.  How is the system booted into maintenance mode to perform this task ()A、Apply power and when the SMS menus appear press 5 repeatedly to enter a maintenance boot automatically. The system will present a maintenance shell eventually.B、Boot media such as CDROM or Tape is required to boot into maintenance mode. When inserted into the proper device the system automatically boots into maintenance mode when it can not boot into normal mode.C、Apply power and the server automatically boots into maintenance mode where you can select your disk to rebuild the boot logical volume.D、Boot media such as CDROM or Tape is required and an administrator must select the proper SMS menus to get into maintenance mode.

考题 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.

考题 While performing LVM maintenance, the volume group datavg1 was exported and re-imported.  The volume group is varied online, and the filesystems have been mounted. However, the database will not start.  What action would most likely resolve this problem?()  A、 Perform a shown command on the VG device files.B、 Perform a syncvg to validate VG integrity.C、 Perform a redfinevg to correct the VGDA state.D、 Perform a synchlvodm to correct the LV ownership.

考题 A system administrator has been asked to migrate the dev_vg volume group from server A to server B. The dev_vg volume group contains a single filesystem named "/development". To prepare for migration, which of the following is the correct sequence of commands for removing the volume group from server A?()A、exportvg dev_vg; umount /development; varyoffvg dev_vgB、varyoffvg dev_vg; umount /development; exportvg dev_vgC、umount /development; exportvg dev_vg; varyoffvg dev_vgD、umount /development; varyoffvg dev_vg; exportvg dev_vg

考题 An administrator is moving a volume group from one server to another. The disks will be physically moved between the two systems.  Which two operations are required on the volume group prior to the physical disk switch?()  A、’varyoffvg’ and ’exportvg’B、’varyofflv’ and ’importvg’C、’varyofflv’ and ’migratepv’D、’varyoffvg’ and ’migratevg’

考题 A system administrator would like to set a system to reboot after a crash.  What is the best way to do this?()A、 smit chgsysB、 bosbootC、 smit dumpD、 bootlist -r

考题 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 mountedB、Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmountedC、Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' whilethe file system is unmountedD、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 system administrator would like to rename volume group oldvg to newvg. This volume group resides on hdisk1. What is the appropriate procedure to perform this?()A、reboot the server in maintenance mode;migratevg -y newvg oldvg;reboot the server in normal modeB、unmount all filesystems in the volume group;varyoffvg oldvg;migratepv -y oldvg -n newvg  varyonvg newvgC、unmount all filesystems in the volume group;varyoffvg oldvg;exportvg oldvg;importvg -y newvg hdisk1;mount allD、unmount all filesystems in the volume group;varyoffvg oldvg;for each logical volume in the volume group do cplv -v oldvg -y newvg;varyonvg newvg;mount all

考题 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.

考题 An administrator attempts to add a new 100GB logical volume to the datavg volume group, which resides on hdisk1.  How can the administrator easily determine if there is enough space in datavg to create the logical volume()A、lslg datavgB、lspv datavgC、lsvg datavgD、lslv hdisk1

考题 单选题A system administrator has placed an AIX base media CD-ROM in a server and initiated a reboot. The server has an ascii terminal attached to it. Which key or key combination must the administrator press to initiate the maintenance mode?()A 5B MC F8D Ctrl-Alt-Delete

考题 单选题While performing LVM maintenance, the volume group datavg1 was exported and re-imported.  The volume group is varied online, and the filesystems have been mounted. However, the database will not start.  What action would most likely resolve this problem?()A  Perform a shown command on the VG device files.B  Perform a syncvg to validate VG integrity.C  Perform a redfinevg to correct the VGDA state.D  Perform a synchlvodm to correct the LV ownership.

考题 单选题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 mountedB Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmountedC Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' whilethe file system is unmountedD 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  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 logicalvolume within the volume group()A IslvB vmstatC iostatD Ivmstat

考题 单选题An administrator attempts to add a new 100GB logical volume to the datavg volume group, which resides on hdisk1.  How can the administrator easily determine if there is enough space in datavg to create the logical volume()A lslg datavgB lspv datavgC lsvg datavgD lslv hdisk1

考题 单选题An AIX server will not boot in normal mode and the server must be booted into maintenance  mode to rebuild the boot logical volume. A NIM master is not defined in this environment.  How is the system booted into maintenance mode to perform this task ()A Apply power and when the SMS menus appear press 5 repeatedly to enter a maintenance boot automatically. The system will present a maintenance shell eventually.B Boot media such as CDROM or Tape is required to boot into maintenance mode. When inserted into the proper device the system automatically boots into maintenance mode when it can not boot into normal mode.C Apply power and the server automatically boots into maintenance mode where you can select your disk to rebuild the boot logical volume.D Boot media such as CDROM or Tape is required and an administrator must select the proper SMS menus to get into maintenance mode.

考题 单选题An administrator is moving a volume group from one server to another. The disks will be physically moved between the two systems.  Which two operations are required on the volume group prior to the physical disk switch?()A ’varyoffvg’ and ’exportvg’B ’varyofflv’ and ’importvg’C ’varyofflv’ and ’migratepv’D ’varyoffvg’ and ’migratevg’

考题 单选题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 lslvB lsvgC iostatD lvmstat

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

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

考题 单选题A system administrator has been asked to migrate the dev_vg volume group from server A to server B. The dev_vg volume group contains a single filesystem named "/development". To prepare for migration, which of the following is the correct sequence of commands for removing the volume group from server A?()A exportvg dev_vg; umount /development; varyoffvg dev_vgB varyoffvg dev_vg; umount /development; exportvg dev_vgC umount /development; exportvg dev_vg; varyoffvg dev_vgD umount /development; varyoffvg dev_vg; exportvg dev_vg

考题 单选题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 automount=y testlv