网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()
A

chvg -a y testvg

B

chfs -A yes /test

C

mount /test -auto=yes

D

chlv -a automount=y testlv


参考答案

参考解析
解析: 暂无解析
更多 “单选题The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A chvg -a y testvgB chfs -A yes /testC mount /test -auto=yesD chlv -a automount=y testlv” 相关考题
考题 An administrator needs to apply a Technology Level update. During the preview install, the output indicates that there is insufficientspace 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 theupdate?()A.Use chfs to reduce the /test filesystemB.Use cplv to copy the /test filesystem to a smaller logical volumeC.Use migratepv l to move the /test filesystem to a different volume groupD.Backup the /test filesystem, remove it, and recreate it with a smaller size

考题 The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?() A. chvg -a y testvgB. chfs -A yes /testC. mount /test -auto=yesD. chlv -a automount=y testlv

考题 The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs1 on the testvg volume group. The following commands were used to create the log and assign it to the filesystem:  (1)mklv -t jfslog -y /dev/fs1log testvg 1   (2)chfs -a log=/dev/fs1log /test/fs1   While trying to mount the /test/fs1 filesystem the administrator received the error:  "Cannot mount /dev/fs1lv on /test/fs1: A system call received a parameter that is not valid". What step did the administrator miss that most likely caused the error?()A、Use the logform command to format /dev/fs1log as a jfslogB、Use the chlv command to change the lv type of /dev/fs1log to jfslogC、Use the chvg command to change the default jfslog of testvg to /dev/fs1logD、Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log

考题 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?()A、dfB、lsvgC、lsfsD、lsdev

考题 The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A、chvg -a y testvgB、chfs -A yes /testC、mount /test -auto=yesD、chlv -a automount=y testlv

考题 Which of the following commands should be used to view and change the network filesystem tuning parameters available on the system?()A、 noB、 nfsoC、 vmtuneD、 exportfs

考题 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?()   A、 Change the quorum required to false.B、 Change the Volume Group auto vary on to yes, and then vary off the Volume Group.C、 Change the auto vary on value of the Volume Group to no, and then vary off the volume group.D、 Set the Volume Group major number to the same value that the Volume Group had on the system on which it was created.

考题 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()A、chvg -Qn testvgB、chlv -Qn testvgC、varyoffvg testvg; varyonvg -Qn testvgD、varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

考题 Which command is used to list information about each physical volume in volume group testvg?()A、lsvg -p testvgB、lspv -v testvgC、lslv -l testvgD、lsattr -v testvg

考题 A system 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?()A、chvg -Qn testvgB、chlv -Qn testlvC、varyoffvg testvg; varyonvg -Qn testvgD、varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

考题 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?()A、chfsB、chlvC、mklvcopyD、mkfscopy

考题 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?()A、lsfsB、topasC、fuserD、mount

考题 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?()A、Use chfs to reduce the /test filesystemB、Use cplv to copy the /test filesystem to a smaller logical volumeC、Use migratepv l to move the /test filesystem to a different volume groupD、Backup the /test filesystem, remove it, and recreate it with a smaller size

考题 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?()A、dfB、lslvC、lsfsD、lsdev

考题 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?() A、 mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname  chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystemB、 mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystemC、 mklvcopy -a jfslog -y LVname VGname 1 PVname  chfs -a log=/dev/LVname /filesystemname  unmount and mount file systemD、 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

考题 单选题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?()A Umount the /development filesystem and remount it using the following command: mount -t jfs2 /developmentB Edit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2logC Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystemD 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

考题 单选题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?()A dfB lslvC lsfsD lsdev

考题 单选题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?()A  mklv -t jfslog -y LVname VGname 1 PVname logform /dev/LVname  chfs -a log=/dev/LVname /filesystemname m ount and unmount filesystemB  mklv -t jfslog -y LVname VGname PVname unmount filesystem vi /etc/filesystems, change entry for lv to point filesystem to new JFS log mount filesystemC  mklvcopy -a jfslog -y LVname VGname 1 PVname  chfs -a log=/dev/LVname /filesystemname  unmount and mount file systemD  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

考题 单选题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?()A Reboot the server into maintenance mode and run 'fsck' with the '-p' parameter while the filesystem is mountedB Reboot the server into maintenance mode and run 'fsck' with the '-y' parameter whilethe filesystem is unmountedC Force a umount of the filesystem with 'umount -F /dev/fslv02', and then run 'fsck p /dev/fslv02' whilethe file system is unmountedD 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

考题 单选题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()A chvg -Qn testvgB chlv -Qn testvgC varyoffvg testvg; varyonvg -Qn testvgD varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

考题 单选题A system 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?()A chvg -Qn testvgB chlv -Qn testlvC varyoffvg testvg; varyonvg -Qn testvgD varyoffvg testvg; exportvg testvg; importvg -Qn testvg; varyonvg testvg

考题 单选题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?()A chfsB chlvC mklvcopyD mkfscopy

考题 单选题The system administrator wants to use a new jfslog /dev/fs1log with the filesystem /test/fs1 on the testvg volume group. The following commands were used to create the log and assign it to the filesystem:  (1)mklv -t jfslog -y /dev/fs1log testvg 1   (2)chfs -a log=/dev/fs1log /test/fs1   While trying to mount the /test/fs1 filesystem the administrator received the error:  "Cannot mount /dev/fs1lv on /test/fs1: A system call received a parameter that is not valid". What step did the administrator miss that most likely caused the error?()A Use the logform command to format /dev/fs1log as a jfslogB Use the chlv command to change the lv type of /dev/fs1log to jfslogC Use the chvg command to change the default jfslog of testvg to /dev/fs1logD Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log

考题 单选题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?()A  Change the quorum required to false.B  Change the Volume Group auto vary on to yes, and then vary off the Volume Group.C  Change the auto vary on value of the Volume Group to no, and then vary off the volume group.D  Set the Volume Group major number to the same value that the Volume Group had on the system on which it was created.

考题 单选题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?()A dfB lsvgC lsfsD lsdev

考题 单选题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?()A Use chfs to reduce the /test filesystemB Use cplv to copy the /test filesystem to a smaller logical volumeC Use migratepv l to move the /test filesystem to a different volume groupD Backup the /test filesystem, remove it, and recreate it with a smaller size

考题 单选题The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()A chvg -a y testvgB chfs -A yes /testC mount /test -auto=yesD chlv -a automount=y testlv

考题 单选题Which of the following commands should be used to view and change the network filesystem tuning parameters available on the system?()A  noB  nfsoC  vmtuneD  exportfs