A technician correctly powers off and replaces a cache battery on a RAID controller. When the server is powered back up, it restarts but indicates there are no logical disk volumes found. The server halts. Which of the following components should the technician check FIRST?
A. Cache battery
B. BIOS boot order
C. Controller cabling
D. Disk backplane
Answer: A. Cache battery
Computer Science & Information Technology
You might also like to view...
The Check Accessibility feature is located in the ________ option found on the Info screen of the File tab
A) Properties B) Protect Presentation C) Check for Issues D) Manage Versions
Computer Science & Information Technology
If you have the following variable declaration in your program,
const int SIZE=34; then which of the following statements are legal? a. SIZE ++; b. x = SIZE--; c. cout << SIZE; d. cin >> SIZE;
Computer Science & Information Technology