ExhibitWhich of the following commands should be used before removing hdisk3 from the system?()A.chpv -v r hdisk3B.rmdev -dl hdisk3C.varyonvg -f datavgD.reducevg datavg hdisk3

题目
ExhibitWhich of the following commands should be used before removing hdisk3 from the system?()

A.chpv -v r hdisk3

B.rmdev -dl hdisk3

C.varyonvg -f datavg

D.reducevg datavg hdisk3


相似考题
参考答案和解析
参考答案:D
更多“ExhibitWhich of the following commands should be used before removing hdisk3 from the system?() ”相关问题
  • 第1题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为: SELECT(60) FROM(61) WHERE(62)

    A.EMP.E_no,E_limit-E_used

    B.EMP.E_name,E_used-E_limit

    C.EMP.E_no,E_used-E_limit

    D.EMP.E_name,E_limit-E_used


    正确答案:D

  • 第2题:

     ____ quite recently, most mothers in Britain did not take paid work outside the home.

    (A) Before (C) From

    (B) Until (D) Since

     

     


    选C

    重新调整句子顺序就明白了:
    Most mothers in Britain did not take paid work outside the home until quite recently.
    意思:
    英国大多数的母亲们直到最近才到外面从事有薪水的工作。

    not...until...直到......才......

  • 第3题:

    Please make sure all items have been __________ from the desks before the new employees arrive next week.

    A.removed
    B.remove
    C.removes
    D.removing

    答案:A
    解析:
    通过选项可以知道此题选择“remove”的正确形态的问题。句子表示“必须清楚所有物品”时句意才自然,因此主语“all items”和动词“remove"为被动关系。

  • 第4题:

    Due to action of pistons some relative motion between parts in contact in the coolant supply and return system must occur.

    A.reciprocating

    B.rotating

    C.running

    D.removing


    正确答案:A

  • 第5题:

    CompanycomwantstoapplyaPTFtothep5590system.Afterdoingapreviewinstall,theoutputshowsthereisinsufficientspaceinthe/usrfilesystem.Therootvolumegrouphasnoavailablephysicalpartitionsleft.Theydonotwanttoaddadditionaldiskdrivestothesystem,buthaveajfs2filesystemthatisonly8%used.Whatcouldtheydotoutilizespaceinthejfs2filesystemtoapplythisPTF?()

    A.Backupthefilesystemandrecreatesmaller

    B.Usethechfstoreducethefilesystemsize

    C.Usecplvtocopyfilesystemtosmallersize

    D.Usemigratepvtocopyfilesystemtosmallersize


    参考答案:B

  • 第6题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为:SELECT(请作答此空)FROM( )WHERE( )

    A.EMP.E_no,E_limit-E_used
    B.EMP.E_name,E_used-E_limit
    C.EMP.E_no,E_used-E_limit
    D.EMP.E_name,E_limit-E_used

    答案:D
    解析:
    本题考查数据库SQL语句的基础知识。查询的结果为职工姓名E_name,和经费余额,经费余额=总经费金额-已花费金额(E_limit-E_used)。