单选题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/LVn

题目
单选题
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 filesystem

B

 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

C

 mklvcopy -a jfslog -y LVname VGname 1 PVname       chfs -a log=/dev/LVname /filesystemname       unmount and mount file system

D

 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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

The system administrator notices that there is an I/O bottleneck on one of three disks in datavg volume group. This problem disk contains the JFS log, loglv00 and one filesystem, /mydatabase.  There are no other logical volumes on this disk.  Which of the following options would be the best solution?()

  • A、 Increase the size of the JFS log logical volume so more transacations can be written to this log.
  • B、 Create a second, additional JFS log and have the /mydatabase logical volume point to both JFS logs.
  • C、 Migrate the JFS log device to another physical disk in the same volume group.
  • D、 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.

正确答案:C

第2题:

A System p administrator has determined that a recently applied APAR needs to be removed.  Which of the following installp options will remove the APAR()

  • A、cleanup
  • B、uninstall
  • C、deinstall
  • D、reject

正确答案:D

第3题:

ThesystemadministratorhasdeterminedthatanewJFSlogneedstobecreatedonadifferentdisk,inordertodecreaseanI/Obottleneck.Whichofthefollowingstepsarethemostcorrect?()

A.mklv-tjfslog-yLVnameVGname1PVnamelogform/dev/LVname chfs-alog=/dev/LVname/filesystemnamem ountandunmountfilesystem

B.mklv-tjfslog-yLVnameVGnamePVnameunmountfilesystemvi/etc/filesystems,changeentryforlvtopointfilesystemtonewJFSlogmountfilesystem

C.mklvcopy-ajfslog-yLVnameVGname1PVname chfs-alog=/dev/LVname/filesystemname unmountandmountfilesystem

D.mklvcopy-tjfslog-yLVnameVGname1PVname logform/dev/LVname vi/etc/filesystems,changeentryforlvtopointfilesystemtonewJFSlog unmountandmountfilesystem


参考答案:A

第4题:

A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATE MOUNT POINT loglv00jfs2log111closed/syncdN/AA new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs:root@host1:/# mount/newfs mount: 0506-324 Cannot mount /dev/lv00 on /newfs: Asystem call received a parameter that is not valid. Which of the following actions will resolve this error?()

  • A、Recreate the file system with -p rw flags and re-mount.
  • B、Run 'logform /dev/loglv00' and hit 'y' to destroy all data.
  • C、Run 'clrginfo -p' to clear the invalid filesystem parameter.
  • D、Change 'account = true' value in /etc/filesystem to 'account = false'.

正确答案:B

第5题:

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?()

  • A、chps
  • B、rmps
  • C、chdev
  • D、swapoff

正确答案:A

第6题:

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 jfslog
  • B、Use the chlv command to change the lv type of /dev/fs1log to jfslog
  • C、Use the chvg command to change the default jfslog of testvg to /dev/fs1log
  • D、Edit the /etc/filesystems file to change the log associated with /test/fs1 to /dev/fs1log

正确答案:A

第7题:

Which two statements regarding system logging on a Juniper enterprise router are correct?()

  • A、The system log has a proprietary format.
  • B、System logs must be sent to a remote device.
  • C、New system logs can be created and archived.
  • D、Most software processes create their own logs.

正确答案:C,D

第8题:

Which of the following commands should be run to rebuild a corrupted jfslog, loglv01?()

A.fsck -p loglv01

B.fsck -y /dev/loglv01

C.logform /dev/loglv01

D./usr/sbin/logform loglv01


参考答案:C

第9题:

Using the C-SPOC utilities, an administrator has created a new volume group and filesytems. Theadministrator performs an Isvg -I command on the volume group and notices that the log logical volume created in C-SPOC is closed/syncd and loglv01 has been created and is in use.  What step was required in order for the logfile created by C-SPOC to be used.()  

  • A、 Perform the C-SPOC logform utility option prior to creating any filesystems.
  • B、 Manually perform a logform outside of C-SPOC prior to creating any filesystems.
  • C、 Run a logredo command and select log logical volume created in C-SPOC as the preferred jfslog.
  • D、 Use C-SPOC to delete and recreate the log logical volume,set the perform logform option to true.

正确答案:B

第10题:

A system administrator decides to review the system error log after installing new hardware. Which of the following is the correct command to use?()

  • A、errpt
  • B、syslog
  • C、prtdiag
  • D、errlogger

正确答案:A

更多相关问题