A.The system is waiting for user input to define console type lft0.
B.The system is waiting for user input to define console type tty0.
C.The system is waiting for user input to define console type vty0.
D.The system is waiting for user input to define console type vsa0.
第1题:
A.AIX5.3andDynamicLogicalPartitioning
B.AIX5.2andDynamicLogicalPartitioning
C.AIX5.2andAdvancedPOWERVirtualizationfeature
D.AIX5.3andAdvancedPOWERVirtualizationfeature
第2题:
A.AIX6.1
B.AIX5.3
C.RedHat10
D.SUSELINUX11
第3题:
A.Cause2
B.Cause4
C.Cause7
D.Cause15
第4题:
Companycomhasthefollowing:8x1.65GHzCPUs16GBMemory4LPARsLPAR1:Test/Dev1CPU,2GBMemory,1FibreChannelHBA,AIX5.3LPAR2:QA1CPU,2GBMemory,1FibreChannelHBA,AIX5.3LPAR3:Prod3CPUs,6GBMemory,1FibreChannelHBA,AIX5.3LPAR4:WebApp3CPUs,6GBMemory,1FibreChannelHBA,SUSELinuxUtilizationovera30dayperiodLPAR1:Averageutilizationwas15%,Peakutilizationwas100%LPAR2:Averageutilizationwas25%,Peakutilizationwas100%LPAR3:Averageutilizationwas50%,Peakutilizationwas90%LPAR4:Averageutilizationwas35%,Peakutilizationwas100%IfthecustomerhasarequirementforallfourLPARstobemovedtoap5590andassignedtoasharedpool.
Whichofthefollowingwouldbestdescribetheprofilerequirements?()
第5题:
AsystemadministratorhasbeeninstructedtoattachstorageintheirclientLPARs,inaPower770,withfibre channeladaptersusingN_portIDvirtualization(NPIV).Whichofthefollowingpartitionshastheminimum requirementstoutilizevirtualfibrechannel?()
A.LPAR-Awith1GbFCHBAandSANconnection
B.LPAR-Bwith2GbFCHBAandSANconnection
C.LPAR-Cwith4GbFCHBAandSANconnection
D.LPAR-Dwith8GbFCHBAandSANconnection
第6题:
2、如何为结构体类型定义一个新的名称? struct type_name{ code_block; };
A.typedef struct type_name new_name{ code_block; };
B.typedef struct type_name{ code_block; }new_type_name;
C.typedef struct new_name type_name{ code_block; };
D.struct type_name{ code_block; }typedef new_name;