单选题A customer requires two 12X loops on their new POWER7 system. What is the smallest system that will support two loops?()A Power 710B Power 720C Power 730D Power 740

题目
单选题
A customer requires two 12X loops on their new POWER7 system. What is the smallest system that will support two loops?()
A

Power 710

B

Power 720

C

Power 730

D

Power 740

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

第1题:

Acustomerrequirestwo12XloopsontheirnewPOWER7system.Whatisthesmallestsystemthatwillsupporttwoloops?()

A.Power710

B.Power720

C.Power730

D.Power740


参考答案:D

第2题:

以下哪些型号,是属于只在中国区销售的IBM Power7 服务器()

  • A、Power 740 8C 3.55GHz
  • B、Power 740 8C 3.3GHz
  • C、Power 740 16C 3.55GHz
  • D、Power 720 8C 3.0GHz

正确答案:A

第3题:

请将下面程序补充完整。

public class PowerCalc{

public static void main(String[]args){

double x=5.0;

System. out. println(x+"to the power 4 is"+power(x, 4));

System. out. println("7. 5 to the power 5 is"+power(7.5, 5));

System. out. println("7.5 to the power 0 is"+power(7.5, 0));

System. out. println("10 to the power -2 is"+power(10, -2));

}

static double【 】 (double x, int n){

if(n>1)

return x * power(x, n-1);

else if(n<0)

return 1.0/power(x, -n);

else

return n==0 ? 1.0:x;

}

}


正确答案:【 】power
【 】power 解析:通过程序片段可看出,在main方法中调用了。power方法,所以需要在类中对power方法进行定义,否则编译会报错。下面的程序片段就是对power方法的定义。

第4题:

Company.com has a new computer room that will be used to house a new HACMP cluster. Onceof the outstanding features of the new computer room was the new large air conditioner. This unit has enough excess capacity for more than double the planned amount of equipment. Another feature of this computer room was the dual electric supplies to the room housed in two separate power panels.  How would this impact the overall availability of the environment?()

  • A、 Dual power feeds will make the installation difficult to manage and less high available.
  • B、 The single air conditioner is a single point of failure and the customer should be made aware of the issue.
  • C、 The single air conditioner is a single point of failure and HACMP should be customized to compensate for the issue.
  • D、 A single power feed should be used to avoid ground loops in the computer room causing premature failure of the systems.

正确答案:B

第5题:

A customer has 5 older POWER5 systems and they want to consolidate them onto a POWER6 system. What information is important to analyze when deciding how to design the new machine using the System Planning Tool?()

  • A、 vmstat and iostat data from the older machines 
  • B、 The number of CPUs that were installed in the original machines 
  • C、 Data from Workload Estimator (WLE) and IBM Performance Management (PM) 
  • D、 Performance data that is collected from the new system after it has been put into production

正确答案:C

第6题:

A customer has provided the pSeries technical specialist with details of an HACMP solution that they would like validated.  The solution is for two POWER4+ p630 servers directly attached to a FAStT600 storage server as the shared storage.  Each system has the following: ? 2 integrated network ports ?   2 fibre channel adapter cards   ? 1 power supply and redundant cooling   ? HACMP v5.1   In addition to a second power supply, what further requirements, if any, are needed to validate this solution and ensure no single point of failure? ()

  • A、One fibre channel switch
  • B、Two fibre channel switches
  • C、Two Ethernet cards
  • D、Nothing

正确答案:B

第7题:

A customer has ten RS/6000 Model M80, two pSeries 690 Model 681, five POWER5 510 and two POWER6 560 machines installed and running commercial applications. They want to do a server consolidation study in order to replace the existing systems with POWER7 systems. What performance metric is recommended when evaluating the replacement system?()

  • A、IBM CPW
  • B、IBM rPerf
  • C、SPECint_rate2006
  • D、IDEAS International RPE2

正确答案:B

第8题:

Acustomerrequirestwo12XloopsontheirnewPOWER7system.Whatisthesmallestsystemthatwill supporttwoloops?()

A.Power710

B.Power720

C.Power730

D.Power740


参考答案:D

第9题:

A customer plans to consolidate several systems onto POWER7. Their immediate requirement is to have a single Power 770, and they will buy a second Power 770 at a later stage. They want to keep their existing three POWER5 570s and three POWER6 520s which are all managed by an HMC (7310-CR3). Which of these statements is true and would minimize the cost?()

  • A、All the machines can be connected to the existing HMC, as long as it is updated to code level 7.7.1 or later
  • B、The Power 770 requires an HMC (7042-CR5 or later), so they must buy one. All of the systems can be managed by this new HMC
  • C、They should buy a new HMC for the Power 770 system, and leave the POWER5 and POWER6 based  systems connected to the existing one
  • D、The Power 770 requires an HMC, so they should connect the Power 770 to the HMC and convert the POWER5 and POWER6 based servers to IVM

正确答案:A

第10题:

A customer has a key application running in a logical partition on a POWER5 system. The customer wants the ability to run the application with minimal down time using Live Partition Mobility.  Which of the following is the minimum PowerVM edition and hardware configuration that will support the customer requirement?()

  • A、 PowerVM Standard Edition on POWER6 hardware
  • B、 PowerVM Standard Edition with POWER5 hardware 
  • C、 PowerVM Enterprise Edition with POWER6 hardware
  • D、 PowerVM Enterprise Edition with POWER5 hardware

正确答案:C

更多相关问题