swapon paging01
chps y paging01chps ? y paging01
mkps /dev/paging01mkps ? /dev/paging01
swap /dev/paging01swap ? /dev/paging01
第1题:
启用交换分区/dev/sdb2的命令:()
第2题:
在linux系统中,用于卸载交换分区的命令是()。
第3题:
What is the correct method for deleting ‘paging04’ paging space?()
第4题:
An AIX 5L system has 2 active paging space devices - /dev/hd6 at 64MB in the rootvg and /dev/page01 at 256MB in the datavg. The system administrator has determined that only 192MB of active paging space is actually required and wants to reclaim some of the disk space for use by a new application. Which command should be used to reduce the size of /dev/page01?()
第5题:
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?()
第6题:
Which command will activate a defined paging space?()
第7题:
Because of performance problems, capacity needs to be added to a paging space named paging01 on hdisk1. The physical partition size of hdisk1 is 4MB. Which command will increase the size of paging01 by 100MB()
第8题:
tctl -f /dev/rmt0.1 fsf 2 ; tar -xv file3
tctl -f /dev/rmt0.0 fsf 3 ; dd if=file3 pf =/dev/mt0.1
tctl -f /dev/rmt0.1 fsf 2 ; dd if=/dev/rmt0.1 of=file3
tctl -f /dev/rmt0.0 fsf 3 ; dd if=/dev/rmt0.1 of=file3
第9题:
chps
rmps
chdev
swapoff
第10题:
swapon paging01
chps a y paging01
mkps a /dev/paging01
swap a /dev/paging01
第11题:
Use the logform command to format /dev/fs1log as a jfslog
Use the chlv command to change the lv type of /dev/fs1log to jfslog
Use the chvg command to change the default jfslog of testvg to /dev/fs1log
Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log
第12题:
Remove the paging space with the rmps command.
Disable the paging space with the chps command, swapoff /dev/paging00, and remove the paging00 logical volume with the rmps command.
Reboot the system and disable the paging space with the rmps command.
Disable the paging space with the chps command, swapoff /dev/paging00, reboot the system, remove the paging00 logical volume with the rmps command.
第13题:
A system administrator has successfully backed up the VIOS software and is ready to perform a VIOS software update. Which command will the administrator use to update the software from a CD? ()
第14题:
Which command will activate a defined paging space?()
第15题:
Because of performance problems, space needs to be added to a paging space named paging01 on hdisk1. The physical partition size of hdisk1 is 4MB. Which command will increase the size of paging01 by 100MB?()
第16题:
A customer needs to remove an unnecessary, but active paging space called paging00 on an AIX 5L system. Which of the following procedures should be used to properly remove the paging space with the least amount of disruption?()
第17题:
Which of the following commands should be run to rebuild a corrupted jfslog, loglv01?()
第18题:
Which of the following sequence of commands extracts the third image from a tape that was created using the backup command?()
第19题:
smit update_all
geninstall -d /dev/cd0 all
installp -acgX -d /dev/cd0 all
updateios -dev /dev/cd0 -accept -install
第20题:
fsck -p loglv01
fsck -y /dev/loglv01
logform /dev/loglv01
/usr/sbin/logform loglv01
第21题:
swapoff paging04 rmps paging04
swapoff /dev/paging04 rmps paging04
swapoff paging04 rmps /dev/paging04
swapoff /dev/paging04 rmps /dev/paging04
第22题:
tet1 -f /dev/rmt1.0 fsf 9; tar -xv file 10
tet1 -f /dev/rmt1.1 fsf 10; tar -xv file 10
tet1 -f /dev/rmt1.1 fsf 9; dd if = /dev/rmt1.1 of=file 10
tet1 -f /dev/rmt1.0 fsf 9; dd if =file10 of /dev/rmt1.0
第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