'varyoffvg' and 'exportvg'
'varyofflv' and 'importvg'
'varyofflv' and 'migratepv'
'varyoffvg' and 'migratevg'
第1题:
An administrator wants to mirror an importantfilesystem between two disks without mirroring the entire volume group. Which command should be used?()
第2题:
In a three-disk volume group, a disk was physically removed from the system without performing any software procedures to properly remove the disk. Which of the following commands should be performed to recover from this error?()
第3题:
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?()
第4题:
A system administrator’s daily monitoring has revealed a failing disk drive. The drive that is failing, hdisk0, is a lvm mirrored drive. What is the first step that should be taken in order to physically replace this drive?()
第5题:
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?()
第6题:
You are the network administrator for. You administer a Windows Server 2003 computer named TestKing4. TestKing4 has a single physical disk that is configured as a simple volume. You plan to store the files for a large database on TestKing4. You plan to install additional physical disks on TestKing4. You need to reconfigure the disks on TestKing4. Your solution must provide fault tolerance for the operating system and the database files. Which two actions should you perform?() (Each correct answer presents part of the solution. Choose two.)
第7题:
reducevg, rmdev, syncvg
rmlvcopy, exportvg, rmdev
rmlvcopy, reducevg, rmdev
No action is required since SSA is a Hot Swap device and is mirrored
第8题:
cplv
mirrorvg
mklvcopy
migratelv
第9题:
reboot the server in maintenance mode;migratevg -y newvg oldvg;reboot the server in normal mode
unmount all filesystems in the volume group;varyoffvg oldvg;migratepv -y oldvg -n newvg varyonvg newvg
unmount all filesystems in the volume group;varyoffvg oldvg;exportvg oldvg;importvg -y newvg hdisk1;mount all
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
第10题:
Remove the physical volume from the system.
Remove the physical volume from the volume group.
Remove the physical partitions from the volume group.
Remove the logical volume copies from the failing drive.
第11题:
cplv
mirrorvg
mklvcopy
migratel
第12题:
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.
第13题:
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()
第14题:
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?()
第15题:
Which presents the heirarchical relationship between LVM entities?()
第16题:
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?()
第17题:
An administrator wants to mirror an important filesystem between two disks without mirroring the entire volume group. Which command should be used?()
第18题:
Install three additional physical disks. Create a new RAID-5 volume. Place the database files on the new volume.
Install three additional physical disks. Create a new striped volume. Place the database files on the new volume.
Install one additional physical disk. Configure the simple volume as a mirrored volume.
Install one additional physical disk. Configure the simple volume as a spanned volume.
第19题:
’varyoffvg’ and ’exportvg’
’varyofflv’ and ’importvg’
’varyofflv’ and ’migratepv’
’varyoffvg’ and ’migratevg’
第20题:
'varyoffvg' and 'exportvg'
'varyofflv' and 'importvg'
'varyofflv' and 'migratepv'
'varyoffvg' and 'migratevg'
第21题:
chvg -Qn testvg
chlv -Qn testlv
varyoffvg testvg; varyonvg -Qn testvg
varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg
第22题:
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
第23题:
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
第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.