A system administrator needs to maintain 1.2TB of storage for a database server. There are six 250GB drives available in the server for storage space. Which of the following RAID configurations would be the BEST choice given that performance and fault tol

题目

A system administrator needs to maintain 1.2TB of storage for a database server. There are six 250GB drives available in the server for storage space. Which of the following RAID configurations would be the BEST choice given that performance and fault tolerance are important factors?()

A. RAID 1 across drive pairs totaling 3 pairs

B. RAID 5 across all 6 drives

C. RAID 10 across all 6 drives

D. RAID 0 across all 6 drives


相似考题

1.You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.

更多“A system administrator needs to maintain 1.2TB of storage for a database server. There are ”相关问题
  • 第1题:

    You enabled an audit policy by issuing the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM;For which database users and for which executions is the audit policy now active? ()

    A. SYS, SYSTEM

    B. SCOTT

    C. Only for successful executions

    D. Only for failed executions

    E. Both successful and failed executions


    参考答案:A, E

  • 第2题:

    I think animals should be treated as friends.

    A:suspect
    B:doubt
    C:assure
    D:maintain

    答案:D
    解析:
    本题考查的是对动词的认知。这句话的意思是:我认为应该把动物当朋友看待。选项A suspect怀疑(某人犯有过错);选项B doubt怀疑(不会发生、是假的);选项C assure向……保证、担保;选项D maintain主张。think和maintain意思最接近,所以选D0

  • 第3题:

    下面哪一个语句创建了值为storage的宏变量location? ()

    A.&let location = storage;

    B.let &location = storage;

    C.%let location = "storage";

    D.%let location = storage;


    B

  • 第4题:

    You wish to enable an audit policy for all database users, except SYS, SYSTEM, and SCOTT.You issue the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;For which database users is the audit policy now active?()

    A. All users except SYS

    B. All users except SCOTT

    C. All users except sys and SCOTT

    D. All users except sys, system, and SCOTT


    参考答案:B

  • 第5题:

    使用snmptuil.exe 可以查看代理的 MiB对象,下列文本框内oid部分是( ).C:\ Users\Administrator> snmptuil get 192.168.1.31 public.1.3.6.1.2.1.1.3.0Variable=system.sysUpTime.0Value=TimeTicks 1268830

    A.192.168.1.31
    B.1.3.6.1.2.1.1.3.0
    C.system.sysUpTime.0
    D.TimeTicks 1268803

    答案:B
    解析:
    C:\>snmputil get 192.168.1.31 public .1.3.6.1.2.1.1.3.0public .1.3.6.1.2.1.1.3.0是指的系统开机时间多长。OID(对象标识符),是SNMP代理提供的具有唯一标识的键值。MIB(管理信息基)提供数字化OID到可读文本的映射。所有完全验证OID都有 .iso.org.dod.internet.private 开始,数字表达为: .1.3.6.4. 。几乎所有的OID都会跟上企业(.1)和由IANA(互联网编号分配中心分配的)唯一的厂商标号。 OID的相对格式,从企业值开始,略过所有的隐含地址。因此,可以用相对地址 enterprises.netapp.netappl.raid.diskSUmmary.diskSpaceCount.0 来表示上述的OID,或者用数字格式 .1.789.6.4.8.0 .某些唯一键值,可用多个实例表示,这样所有的OID都以实例值结尾。因此可以看到大多数OID都是以一个 .0 结尾的。

  • 第6题:

    5、当 env 传入参数为对象时,可以指定各个服务的默认环境,以下正确的可选字段是?

    A.environment 数据库的运行环境

    B.database 数据库 API 默认环境配置

    C.storage 存储 API 默认环境配置

    D.functions 云函数 API 默认环境配置


    A