单选题During a system boot, an error message appears concerning a paging space, paging00. The paging space was located on hdisk2, but the disk was removed from the system without proper software procedures. Which of the following commands should be used as the first step in the process of recovery?()Amkps paging00 hdisk0Bchpv -v r hdisk2Cchps -a n paging00Dreducevg rootvg hdisk2

单选题
During a system boot, an error message appears concerning a paging space, paging00. The paging space was located on hdisk2, but the disk was removed from the system without proper software procedures. Which of the following commands should be used as the first step in the process of recovery?()
A

mkps paging00 hdisk0

B

chpv -v r hdisk2

C

chps -a n paging00

D

reducevg rootvg hdisk2


参考解析

解析: 暂无解析

相关考题:

Which command do you use to display the messages seen during the last system boot?() A. show system boot-messagesB. show chassis messagesC. show file system boot-messagesD. show boot-log messages

A system powers on, begins POST, displays the BIOS version information and then hangs with the error message ‘Error loading operating system’. Which of the following is MOST likely the cause of this issue? ()A. A virus has infected the systemB. Corrupted BOOT.INI fileC. Corrupt MBRD. Boot sector corruption

A technician receives an error message ‘inaccessible boot device’ on their monitor. Which of thefollowing components is causing the issue?() A. Hard disk drive failureB. NTLDR file is missingC. BIOS is corruptedD. System board failure

You attempt to upgrade a Microsoft Windows XP computer to Windows Vista.You receive an error message during the upgrade process indicating that the upgrade has failed.You need to view the details of the error message.What should you do?()A.AB.BC.CD.D

public class X {  public static void main(String [] args) {  try {  badMethod();  System.out.print(“A”);  }  catch (Exception ex) {  System.out.print(“C”);  }  finally {  System.out.print(“B”);  }  System.out.print(“D”);  }  public static void badMethod() {  throw new Error();  }  }  What is the result?()  A、 ABCDB、 Compilation fails.C、 C is printed before exiting with an error message.D、 BC is printed before exiting with an error message.E、 BCD is printed before exiting with an error message.

A system powers on, begins POST, displays the BIOS version information and then hangs with the error message ‘Error loading operating system’. Which of the following is MOST likely the cause of this issue? ()A、A virus has infected the systemB、Corrupted BOOT.INI fileC、Corrupt MBRD、Boot sector corruption

A technician receives a boot error message OS not found. Which of the following should thetechnician check? ()A、The boot order in the BIOSB、If Plug and Play is enabledC、If the computer is in Safe ModeD、If the BIOS is current

Which two commands are used during the password recovery process?()A、clear system loginB、boot -sC、recoveryD、delete system root-authentication

A user reports their system is displaying an error message ‘NTLDR is missing’. Which of the following is the MOST likely cause for this error?()A、BOOT.INI file is configured incorrectlyB、Corrupt MBRC、Boot sector virusD、System file is missing components

Which of the following could cause an Inaccessible boot drive error during the boot process? ()A、HDD failureB、DVI failureC、USB failureD、CD failure

A system powers on, begins POST, displays the BIOS version information and then hangs with the error message Error loading operating system. Which of the following is MOST likely cause of this issue? ()A、A virus has infected the systemB、Corrupted BOOT.INI fileC、Corrupt MBRD、Boot sector corruption

A technician receives an error message ‘inaccessible boot device’ on their monitor. Which of thefollowing components is causing the issue?()A、Hard disk drive failureB、NTLDR file is missingC、BIOS is corruptedD、System board failure

During system boot, rootvg fails to vary on, causing an LED code of 0552. What is the most likely cause for rootvg not varying on?()A、Missing blvB、Network problemC、Wrong boot tableD、Corrupted file system

During which phase of the boot process is the rootvg volume group varied on and the root file system (hd4) checked?()  A、Boot phase 1B、Boot phase 2C、Boot phase 3D、Boot phase 4

During system boot, the system hangs at LED 0C31. What is the first step the system administrator should take to correct the problem?()A、Check system console connectionsB、Check system network connectionsC、Boot in service mode and change the bootlistD、Boot from the AIX installation media and mount rootvg filesystems

Which of the following statements best describes error logging?()A、Syslogd creates error log entries in the system error log. B、The default error log is stored in /var/adm/ras/error.log. C、All entries in the error log are related to software problems. D、Error logging is automatically enabled during system initialization.

During system boot, the boot process hangs at LED 0551.  Which of the following is a likely cause()A、A network problemB、corrupted filesystemC、corrupted ODMD、corrupted /etc/inittab file

Which of the following problems has occurred when a message appears on the system console indicating that a dump must be copied to external media? ()A、 The external dump device is full. B、 The dump device was not mirrored before the dump happened. C、 The boot failed while copying the dump from paging space to a file. D、 The dump device was not set to a paging device before the dump happened.

During reboot the system hangs with an LED 0554 message that means, "The boot device could not be opened or a read failed." What recovery procedures should be taken?()A、Boot in maintenance and use fsck to check hd5.B、Boot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.C、Boot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.D、Boot in maintenance mode, access the rootvg and use the bootlist command to create a valid boot list.

During reboot, the system hangs with an LED 0554 message that means, "The boot device could not be opened or a read failed."  Which of the following recovery procedures should be taken ()A、Boot in maintenance mode and use fsck to check hd5.B、Boot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.C、Boot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.D、Boot in maintenance mode, and reset the root password.

单选题A system powers on, begins POST, displays the BIOS version information and then hangs with the error message ‘Error loading operating system’. Which of the following is MOST likely the cause of this issue? ()AA virus has infected the systemBCorrupted BOOT.INI fileCCorrupt MBRDBoot sector corruption

单选题During system boot, the boot process hangs at LED 0551.  Which of the following is a likely cause()AA network problemBcorrupted filesystemCcorrupted ODMDcorrupted /etc/inittab file

单选题During reboot the system hangs with an LED 0554 message that means, "The boot device could not be opened or a read failed." What recovery procedures should be taken?()ABoot in maintenance and use fsck to check hd5.BBoot in maintenance mode, access the rootvg and check the /etc/inittab for corruption.CBoot in maintenance mode, access the rootvg and rebuild the boot image using the bosboot command.DBoot in maintenance mode, access the rootvg and use the bootlist command to create a valid boot list.

单选题A technician receives a boot error message OS not found. Which of the following should thetechnician check? ()AThe boot order in the BIOSBIf Plug and Play is enabledCIf the computer is in Safe ModeDIf the BIOS is current

单选题Which command do you use to display the messages seen during the last system boot?()Ashow system boot-messagesBshow chassis messagesCshow file system boot-messagesDshow boot-log messages

单选题A system powers on, begins POST, displays the BIOS version information and then hangs with the error message Error loading operating system. Which of the following is MOST likely cause of this issue? ()AA virus has infected the systemBCorrupted BOOT.INI fileCCorrupt MBRDBoot sector corruption

单选题public class X {  public static void main(String [] args) {  try {  badMethod();  System.out.print(“A”);  }  catch (Exception ex) {  System.out.print(“C”);  }  finally {  System.out.print(“B”);  }  System.out.print(“D”);  }  public static void badMethod() {  throw new Error();  }  }  What is the result?()A ABCDB Compilation fails.C C is printed before exiting with an error message.D BC is printed before exiting with an error message.E BCD is printed before exiting with an error message.