Acompanyhasacquiredanothercompanyandisconsolidatingdatacenters.Duringtheconsolidation,halfoftheusersofabusinesscriticalapplicationlostaccess.Theuserswhomaintainedaccessexperiencedslowperformance.WhatisthefirstactiontheSAN/storageadministratorshouldtaketodeterminethesourceoftheproblem()
A.reviewSANconfiguration,connectivity,andzoning
B.reviewapplicationparametersforcontentionortuningproblems
C.useinternaldiskmonitoringtoolstodeterminetheproblemsource
D.checkthediskparametersintheOSsetuponthesystems
第1题:
Of the general methods of stowing bagged cargo, which allows maximum ventilation?_____.
A.Brick method
B.Cross tier method
C.Full-bag method
D.Half-bag method
第2题:
b)
main()
{
union{ /*定义一个联合*/
int i;
struct{ /*在联合中定义一个结构*/
char first;
char second;
}half;
}number;
number.i=0x4241; /*联合成员赋值*/
printf("%c%c\n", number.half.first,
mumber.half.second);
number.half.first='a'; /*联合中结构成员赋值
*/
number.half.second='b';
printf("%x\n", number.i);
getch();
}
AB (0x41 对应'A',是低位;Ox42 对应'B',
是高位)6261 (number.i 和number.half 共用一块地址空
间)
第3题:
The reference datum used in determining the heights of land features on most charts is ______.
A.mean sea level
B.mean high water
C.mean low water
D.half-tide level
第4题:
It shows mourning when you lower_____(半旗).
A.half-mast
B.dip the mast
C.flag line
D.flag mast
第5题:
A. Half-duplex Ethernet operates in a shared collision domain.
B. Full-duplex Ethernet has a lower effective throughput.
C. Half-duplex Ethernet operates in a private collision domain.
D. Full-duplex Ethernet allows two-way communication.
E. Half-duplex Ethernet operates in a private broadcast domain.