exportvg dev_vg; umount /development; varyoffvg dev_vg
varyoffvg dev_vg; umount /development; exportvg dev_vg
umount /development; exportvg dev_vg; varyoffvg dev_vg
umount /development; varyoffvg dev_vg; exportvg dev_vg
第1题:
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?()
第2题:
The 'lsvg -o' command is run with an output of only rootvg, but the server has another volume group named datavg, which is notdisplayed. What is the likely cause?()
第3题:
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?()
第4题:
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?()
第5题:
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?()
第6题:
df
lslv
lsfs
lsdev
第7题:
Islv
vmstat
iostat
Ivmstat
第8题:
datavg is in an offline state.
‘lsvg -o’ only displays the root volume group.
‘lsvg -o’ only displays the fist volume group.
datavg has no filesystems and therefore, is inactive.
第9题:
Volume Group > Physical Volume > Logical Volume > Filesystem
Physical Volume > Volume Group > Logical Volume > Filesystem
Volume Group > Physical Volume > Filesystem > Logical Volume
Physical Volume > Volume Group > Filesystem > Logical Volume
第10题:
df
lsvg
lsfs
lsdev
第11题:
exportvg dev_vg; umount /development; varyoffvg dev_vg
varyoffvg dev_vg; umount /development; exportvg dev_vg
umount /development; exportvg dev_vg; varyoffvg dev_vg
umount /development; varyoffvg dev_vg; exportvg dev_vg
第12题:
chvg
rmdev
reducevg
exportvg
第13题:
An administrator has a server that must be upgraded from AIX 5.2 to AIX 5.3. The administrator also needs to use the 64-bit kernel with JFS2 filesystems in rootvg. All critical data resides in a non-rootvg volume group. Which of the following types of install could the administrator use to accomplish this()
第14题:
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()
第15题:
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?()
第16题:
Error log analysis indicates that a disk is starting to fail and will need to be replaced. The failing disk contains multiple logical volumes which span multiple disks. A free disk has been added to the failing disk’s volume group.Which of the following is the most efficient method to move the data from the failing disk to the new disk?()
第17题:
Which command will migrate a filesystem from one volume group to another?()
第18题:
Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mounted
Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmounted
Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' while the file system is unmounted
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
第19题:
lslv
lsvg
iostat
lvmstat
第20题:
chfs
chlv
mklvcopy
mkfscopy
第21题:
Change the quorum required to false.
Change the Volume Group auto vary on to yes, and then vary off the Volume Group.
Change the auto vary on value of the Volume Group to no, and then vary off the volume group.
Set the Volume Group major number to the same value that the Volume Group had on the system on which it was created.
第22题:
cpfs
cplv
mkfscopy
migratepv
第23题:
Increase the size of the JFS log logical volume so more transacations can be written to this log.
Create a second, additional JFS log and have the /mydatabase logical volume point to both JFS logs.
Migrate the JFS log device to another physical disk in the same volume group.
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.
第24题:
Back up the data, remove the failing disk from the volume group, then restore the data to the new disk.
Use the migratepv command to move data from one disk to another and then remove the failing disk from the volume group.
Use the mirrorvg command to mirror the data to the new disk, break the mirror and then remove the failing disk from the volume group.
Create a new filesystem on the new disk and use the mv command to move the data to the new filesystem, and then remove the failing disk from the volume group.