Rootvg has just been mirrored to a second disk. Which of the following actions should be performed to boot the system off of either disk?() A.Extendvg to include both disks in the rootvgB.Copy the hd5 logical volume to hdisk1C.Run the bosboot and bootlist commandsD.Reset the dump device to /dev/sysdumpnull
Rootvg has just been mirrored to a second disk. Which of the following actions should be performed to boot the system off of either disk?()
A.Extendvg to include both disks in the rootvg
B.Copy the hd5 logical volume to hdisk1
C.Run the bosboot and bootlist commands
D.Reset the dump device to /dev/sysdumpnull
相关考题:
下列代码中if(xO){System.out.println(first);}elseif(x-3){System.out.println(second);)else{System.out.println(third);)要求打印字符串为“second”时,X的取值范围是( )。A.x-3B.x>0C.x>-3D.x
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
DOS的英文表示是()。 A、Disk、Operating、SystemB、Daily、Operating、SystemC、Disk、Open、SystemD、Date、Open、System
2给出下面代码段,x处于( )范围时打印字符串“second”。 pubhc class forLoopStatement{ public static voidmain(String[]args){ int x=______;//给x赋值 if(x>0) {System.out.println("second"); } else if(x>-3) {System.out.println("second"); } else { System.out.printlnCthird"); } } }A.x>0B.x>-3C.x<=-3D.x<=0 x>-3
下列代码中 if(xO){System.out.println("first");} elseif(x-3){System.out.println("second");) else{System.out.println("third");) 要求打印字符串为“second”时,X的取值范围是( )。A.x=0且x-3B.x0C.x-3D.x=-3
AsystemadministratorwillbemigratingaserverfromAIX5.1toAIX5.2andisuncertainiftheapplicationrunningontheserverwillfunctionproperlyafterthemigration.WhatisthefastestwaytoreturntothepreviousAIXleveliftheapplicationdoesnotwork?()A.UsebasemediatorestoresystemtoAIX5.1.B.Useanalt_disk_installandbootbacktotheAIX5.1rootvg.C.MakeamksysboftheoriginalAIXtorestorebacktotheAIX5.1level.D.PerformtheAIX5.2upgradeusingupdate_allwiththecommitoptionandrejectfilesetstoreturntoAIX5.1.
给出下列代码片段: if(x>0){System.out.println("first");} else if(x>-3){System.out.println("second");} else{System.out.println("third");} 当x处于( )范围时打印字符串"second"。A.x>0B.x>-3C.-3<x<=0D.x<=-3