/dev/hd2
/dev/hd4
/dev/hd6
/dev/hd9var
第1题:
The /systest filesystem is associated with the /dev/testlv logical volume on the ’testvg’ volume group. Given this information, which of the following commands can the system administrator use to determine if the /systest filesystem is mirrored?()
第2题:
A System p administrator has an application that has the data in volume group appvg. Which of the following commands will back up the contents of appvg to the tape in /dev/rmt0 and check for any read errors ()
第3题:
A system administrator boots a server in normal mode, the boot process displays and LED 551 and stops. LED 551 indicates the root volume group is being varied on. All of the following are probable causes of the problem EXCEPT:()
第4题:
A system administrator has an application that has the data in volume group appvg. Which of the following commands will back up the contents of appvg to the tape in /dev/rmt0 and check for any read errors?()
第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题:
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
第8题:
mount /dev/cdrom /mnt/cdrom
mount/dev/cdrom
mount -t cdrom /dev/cdrom /mnt/cdrom
mount /mnt/cdrom
automount /mnt/hdd /mnt/cdrom
第9题:
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
第10题:
The bosboot command failed to complete.
The JFS log device is corrupted.
The initttab file is corrupted.
The /dev entries or /etc files are missing.
第11题:
savevg -mf /dev/rmt0 appvg
savevg -cvf /dev/rmt0 appvg
savevg -xvf /dev/rmt0 appvg
savevg -f /dev/rmt0 -V appvg
第12题:
savevg -mf /dev/rmt0 appvg
savevg -cvf /dev/rmt0 appvg
savevg -vf /dev/rmt0 appvg
savevg -f /dev/rmt0 -V appvg
第13题:
You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()
第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题:
All of the following logical volumes are associated with a standard AIX journaled file system (JFS) EXCEPT:()
第16题:
Which of the following sequence of commands extracts the third image from a tape that was created using the backup command?()
第17题:
The system administrator has determined that a new JFS log needs to be created on a different disk, in order to decrease an I/O bottleneck. Which of the following steps are the most correct?()
第18题:
mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystem
mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystem
mklvcopy -a jfslog -y LVname VGname 1 PVname chfs -a log=/dev/LVname /filesystemname unmount and mount file system
mklvcopy -t jfslog -y LVname VGname 1 PVname logform /dev/LVname vi /etc/filesystems, change entry for lv to point filesystem to new JFS log unmount and mount filesystem
第19题:
/dev/hd2
/dev/hd4
/dev/hd6
/dev/hd9var
第20题:
umount/dev/hdc
unmount/dev/hdc
umount/mnt/cdrom/dev/hdc
unmount/mnt/cdrom/dev/hdc
第21题:
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
第22题:
df
lsvg
lsfs
lsdev
第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题:
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.