Understanding the Requirements:
The customer needs to download an Active Health System (AHS) log for a ProLiant DL380 Gen10 server to create a support case.
Log Access Options:
A. Service Pack for ProLiant: Used for firmware and driver updates but not specifically for downloading AHS logs.
B. Smart Update Manager: Similar to Service Pack, used for updates, not AHS log extraction.
C. iLO Web Interface: Provides direct access to AHS logs via the server’s integrated lights-out management interface.
D. iLO Repository: A repository for firmware and software updates, not for extracting logs.
E. cURL Utility: Can be used to script and automate the download of AHS logs via the iLO RESTful API.
Why C and E are the Correct Answers:
C. iLO Web Interface: The iLO web interface provides an easy, GUI-based method to download the AHS log.
E. cURL Utility: Allows for automated and script-based retrieval of AHS logs, useful for integrating into support workflows.
References:
HPE iLO User Guide: HPE iLO User Guide
Using cURL with iLO: iLO RESTful API Documentation
Submit