The nfsstat -c command shows zero badxid, but retrans and timeouts are sizeable, what is the most probable cause of the problem?()A、 Too many nfsd’s runningB、 Client and server with different buffer sizesC、 Bridges, routers or gateways are receiving too many fragmentated packetsD、 Too few nfsd’s running

The nfsstat -c command shows zero badxid, but retrans and timeouts are sizeable, what is the most probable cause of the problem?()

  • A、 Too many nfsd’s running
  • B、 Client and server with different buffer sizes
  • C、 Bridges, routers or gateways are receiving too many fragmentated packets
  • D、 Too few nfsd’s running

相关考题:

A view is created with the following statement:CREATE VIEW v1 AS SELECT col1, col2, col3 FROM t1 WHERE col4 1000 ; When will DB2 access the data from table T1 for view V1?()A、When view V1 is createdB、Each time the REFRESH VIEW v1 statement is executedC、Each time an SQL statement is executed against view V1D、Only the first time an SQL statement is executed against view V1

Company.com has an EMC disk array and would like to connect it to a Virtual I/O Server on a pSeries p5-520.  How can the EMC device drivers be installed?()A、Use smitty install on the client partitions.B、Use padmin command in the VIO Server.C、Use the oem_setup_env environment in the VIO Server.D、Use cfgmgr to detect/configure the devices within the client AIX partition.

What is one of the primary roles of the SONAS device?()A、 provide storage to small enterprises B、 only handle network attached storage requirements C、 consolidate multiple filers into one D、 consolidate only Windows files into one device

A client has a temporary deployment of a new static application that needs to run for a short period of time and is not going to change. How can this deployment be achieved with a minimum of effort and time?()A、Run a system WPAR and deploy the application.B、Create a new LPAR and deploy the application.C、Create an application WPAR to deploy the application.D、Create an LPAR hosted by a VIO server and deploy the application.

An existing IBM customer has a few pSeries servers running DB2 on AIX in their environment.  The DB2 application contains the database for an order entry application.  An xSeries SQL database server replicating from DB2 is added for off-line analysis purposes.  The customer wants to know if consolidating the storage and centralized backup is possible. What are the options available to accomplish this?()A、pSeries and xSeries use different file systems. Consolidating Storage and backup is not achievable.B、Consolidation is possible by connecting pSeries local storage to the xSeries SQL server using the IXA adapter.C、Storage consolidation can be achieved by connecting the pSeries and xSeries servers to a common DS4000 storage server.D、Storage consolidation is only achievable when raw file systems are used by the databases and both servers run the same Linux file system (e.g., EXT3 or Reiser).

为SVC配置数据复制(MM/GM)功能,以下描述正确的是()A、需按SVC管理所有存储的总容量大小配置MetroMirror/GlobeMirrorLicenseB、MetroMirror与GlobeMirror的License是分开配置的C、应按照需要进行数据复制的容量大小配置MetroMirror/GlobeMirrorLicenseD、只需要在源SVC上配置MM/GMLicense即可,目标SVC上的无需配置

What is the correct procedure to update the UEFI on HX5 with MAX5 blades without using the AMM?()A、Insert the ServerGuide CD/DVD, boot the HX5 blade and follow the prompts B、Boot the blade from the HX5 Bootable Media Creator (BoMC) and follow the prompts C、Press F1 when the HX5 system is booting, select Update UEFI, insert the CD/DVD and select OKD、Mount the IMM virtual disk

Given the following scripts, what output would be generated() usr/local/bin/scriptl    #!/usr/bin/ksh    VARl=red    export VARl=green    VARl=blue    /usr/local/bin/script2    ARl=yellow   /usr/local/bin/script2     #!/bin/ksh   echo "The sky is ${VAR1}."A、The sky is red.B、The sky is blue.C、The sky is green.D、The sky is yellow.

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 "jfs2log"C、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

Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()A、:r/^#//gB、:1,$ s/^#//gC、:sed s/^#//gD、:sub s/^#//g