单选题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.

单选题
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.


参考解析

解析: 暂无解析

相关考题:

单选题In an iostat report, which of the following options best describes the value of % tm_act?()A The total CPU usage for this driveB The bandwidth utilization of the indicated driveC It can best be represented by the equation (%iowait - %ioidle)D It can best be represented by the equation (kilobytes read/kilobytes written) *100

单选题Which of the following performance tools can be used to determine if a system is thrashing?()A svmon and tprofB vmtune and schedtuneC ps and schedtuneD vmstat and topas

单选题Given the following on a system that is not a name server, which will be the first area searched to resolve a host name to an IP address?()  #cat /etc/resolv.conf   domain abc.century.com   nameserver 192.9.201.1   nameserver 192.9.201.2  #cat /etc/netsvc.conf   hosts = bind,nis,local   #echo $NSORDER   local,bindA /etc/hosts on server 192.9.201.2B /etc/hosts on the local systemC /etc/named.rev on 192.9.201.1D /etc/netsvc.conf on the NIS server

单选题Which fileset includes the commands vmstat and sar?()A bos.perfB bos.acctC bos.adt.samplesD perfagent.tools

单选题The bos.perf package is part of the base operating system. Performance Diagnostic tool, PDT, is a part of bos.perf.  All of the following statements are true EXCEPT?()A PDT attempts to identify performance problems automatically by collecting and integrating a wide range of performance, configuration and availability data.B PDT consists of three components, the collection component comprises a set of programs that periodically collect and record data, the retention component periodically reviews the collected data and discards data that is obsolete, and the reporting component periodically produces a diagnostic report from the current set of historical data.C PDT contains  motif-based, AIX licensed programs that can easily access tools for system and network performance tuning, monitoring, and analysis.D PDT assesses the current state of a system and tracks changes in workload and performance. It attempts to identify incipient problems and suggest solutions before the problems become critical.

单选题Which of the following logical volume placement policies is likely to give the best performance in most cases, all other factors being equal?()A INTRA-POLICY set to ’edge’, INTER-POLICY set to maximumB INTRA-POLICY set to ’center’, INTER-POLICY set to maximumC INTRA-POLICY set to ’middle’, INTER-POLICY set to minimumD INTRA-POLICY set to ’center’, INTER-POLICY set to minimum

单选题The system administrator notices that after running netstat -rn, several small c’s are showing up under the flags columns, and routes that were not defined are also showing up. How can these cloned routes be stopped?()A By default cloned routes are turned on.  To turn cloned routes off issue the command:  #no -o tcp_pmtu_discover=0  #no -o udp_pmtu_discover=0 and add to the rc.net or rc.bsdnet file for next rebootB By default cloned routes are turned on.  To turn cloned routes off issue the command:  #no -o tcp_pmtu_discover=1  #no -o udp_pmtu_discover=1  and add to the rc.net or rc.bsdnet file for next rebootC By default cloned routes are turned on.  To turn cloned routes off issue the command:  #no -o ipforwarding=0  and add to the rc.net or rc.bsdnet file for next rebootD By default cloned routes are turned on.  To turn cloned routes off issue the command:  #no -o ipforwarding=1 and add to the rc.net or rc.bsdnet file for next reboot