chfs
chlv
mklvcopy
mkfscopy
第1题:
A system administrator has a failed disk drive that is mirrored to another disk drive. They successfully removed the logical volume copies off of the failed disk drive. Which of the following commands should be used to remove the failed disk drive from the volume group?()
第2题:
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?()
第3题:
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?()
第4题:
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?()
第5题:
An administrator wants to mirror an important filesystem between two disks without mirroring the entire volume group. Which command should be used?()
第6题:
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?()
第7题:
df
lslv
lsfs
lsdev
第8题:
tar
cpio
savefs
savevg
第9题:
mount -no /data
chfs -A no /data
mount -t nfs /data
chfs -a type=nfs /data
第10题:
df
lsvg
lsfs
lsdev
第11题:
1
2
10
20
第12题:
1
2
10
20
第13题:
A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will thefilesystem have?()
第14题:
A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will the filesystem have?()
第15题:
A pSeries server is being used as a file server and all data is stored on a non-root volume group and resides on mounted filesystems. Which of the following commands provides the quickest way to backup all of the data and filesystem definitions?()
第16题:
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?()
第17题:
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?()
第18题:
Umount the /development filesystem and remount it using the following command: mount -t jfs2 /development
Edit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2log
Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystem
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
第19题:
lslv /fs00
lsfs -q /fs00
lsdev -Cc lv00
lsattr -El lv00
第20题:
lsfs
topas
fuser
mount
第21题:
chfs
chlv
mklvcopy
mkfscopy
第22题:
Use chfs to reduce the /test filesystem
Use cplv to copy the /test filesystem to a smaller logical volume
Use migratepv l to move the /test filesystem to a different volume group
Backup the /test filesystem, remove it, and recreate it with a smaller size
第23题:
chvg -a y testvg
chfs -A yes /test
mount /test -auto=yes
chlv -a automount=y testlv
第24题:
chvg
rmdev
reducevg
exportvg