可学答题网 > 问答 > IBM(000-237)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Due to a recent c


Due to a recent change in government regulations, Company.com needs to create two  independent but synchronized copies of their data. These copies must be contained in separate storage device a minimum of 100 km apart. The customer has capacity in two systems that meet the criteria, one with SSA disk and the other is FAStT.  What facility can be used to manage this issue?()

  • A Two independent copies of the data can be created and synchronized using the "HACMP/XD:HAGeo"
  • B The existing disks can be incorporated a single storage unit using the optional product "HACMP/XD:PPRC"
  • C AIX can create a mirrored logical volume across the two systems that would be accessible from either system
  • D AIX can use the multi path IO subsystem to spread the information across the devices and keep the copies separated
参考答案
参考解析:
分类:IBM(000-237)题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、有以下程序段 main() { int a=5,*b,**c; c=&

有以下程序段 main() { int a=5,*b,**c; c=&b;&a; } 程序在执行了“C=&b;b=&a;”语句后,表达式“**c”的值是A变量a的地址B变量b中的值C变量a中的值D变量b的地址

3、现有int a,*b;,b=&a;,则下列运算错误的是

现有int a,*b;,b=&a;,则下列运算错误的是A*&aB&*aC*&bD&*b

4、若在定义语句:int a,b,C,*p=&c;之后,接着执行以下选项

若在定义语句:int a,b,C,*p=&c;之后,接着执行以下选项中的语句,则能正确执行的语句是( )。AA)scanf("%dft,a,b,c);BB)scanf("%d%d%d",a,b,c);CC)scanf("%d”,p);DD)scanf("%d",&p);

5、Due to recent changes&

Due to recent changes in infrastructure, a four-node cluster has been split into two locations...

6、设有输入语句scanf("a=%d,b=%d,c=%d",&a,&a

设有输入语句scanf("a=%d,b=%d,c=%d",&a,&b,&c),为使变量a的值为2,b的值为4,C的值为8,则从键盘输入数据的正确形式是( )。AA)1,3,2<回车>BB)a=1 b=3 c=2<回车>CC...