1. Click Information in the navigation tree, and then click the Active Health
System Log tab.
The Active Health System Log is inaccessible when it is being used by
Intelligent Provisioning, the iLO Service Port, or the Active Health System
download CLI tool.
2. Click Show Advanced Settings.
3. Click Download Entire Log. Choose a time period when the issue occurred.
4. Save the file.
Please note: The size of the file might be exceeding 100MB based on the
events occurred. To ensure faster resolution, please select the recent
timeline/period when the issue occurred. This will help limit the size of the
file.
1. Click Information in the navigation tree, and then click the Integrated
Management Log tab.
2. Click the CSV icon.
3. In the CSV Output window, click Save, and then follow the browser prompts to
save or open the file.
Offline ADU for gen8-gen10 servers
Side Note: the p824i-p MR controller on gen10 doesn’t
support the SSA (smart storage administrator) and instead uses different tools
for diagnostics without an OS – you can check its status only in the UEFI
System Utilities – check the User Guide for more details: https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00053315en_us&docLocale=en_US
Starting from gen8 all HPE ProLiant Servers (exceptions are ML10 gen9 and
Microserver gen10) come equipped with Intelligent Provisioning out of the box.
Intelligent Provisioning is accessed using the f10 prompt during POST (power on
self-test).
a.
Once Intelligent Provisioning is started, if done for the first time, you’d
have to go through the initial configuration screen; if initial config is
already done you get presented with two choices “Perform Maintenance” or
“Assisted OS install”
b. After choosing “Perform Maintenance” you can select depending on the
version of intelligent Provisioning either the ACU (Array Configuration
Utility) or SSA (Smart Storage Administrator):
To generate an Online ADU on G8-G10 please use the Smart Storage Administrator.
ADU for Windows
Running Windows 2012R2/2016/2019 with the Array Diagnostics Utility installed; if it’s missing you can download it from here: https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_6b906530d6624549bff23e4eab
ADU for Linux
Running Oracle 5/6, RHEL 2/3/4/5/6/7, SUSE 7/8/9/10/11
you need the ACU CLI; if it’s not installed, download it from here: https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_e9bfda3dba1d4d6c925931c952
In ACU CLI, the diag command outputs diagnostic information about a specified
controller or all controllers on the system. The ssdrpt option generates the
SmartSSD Wear Gauge report.
Syntax:
<target> diag <file=filename> [ris=on|off] [ssdrpt=on|off]
[xml=on|off] [zip=on|off]
where the following is designated:
Example commands:
ctrl all diag file=temp\allcontrollers.zip
ctrl slot=4 diag file=temp\ctrl_slot4.zip
ctrl ch="mybox" diag file=mybox.zip ssdrpt=on
ADU for VMware
Side Note: the p824i-p MR controller on gen10 doesn’t
support the SSA (smart storage administrator) and instead uses different tools
for diagnostics under VMware – the system event log – check the User Guide for
more details: https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00053315en_us&docLocale=en_US
-> p. 52
Only applicable for ESXi 5.5, 6.0 and 6.5
If you have installed with an HPE custom image you would have the appropriate
tools in the OS already installed; alternatively you can find the respective
utilities bundle for your ESXi version on HPESC: https://support.hpe.com/hpesc/public/home
e.g. for ESXi 6.5 the November 2018 offline bundle: https://support.hpe.com/hpsc/swd/public/detail?sp4ts.oid=1009087943&swItemId=MTX_62e99a8946604bfeaeda04300a&swEnvOid=4184
The HPSSACLI application contains the ability to generate a diagnostic report of the system and its Smart Array storage configuration. The following steps are required in order to obtain an ADU report from a remote machine running vSphere 5.5/6.0/6.5.
hpessaduesxi --server=<server_ip_address>
--user=<username> --password=<password> <targetfile.zip>
example:
hpessaduesxi --server=10.12.132.5 --user=root --password=root.123 myreport.zip
The hpessaduesxi application uses the supplied parameters to remotely obtain
the report from your target vSphere 5.5 and updates machine and saves the data
into the target zip file. The zip file can then be opened with any third-party
zip application or with the unzip command under Linux. The hpessaduesxi
application also contains onboard help which can be obtained by typing
hpessaduesxi with no parameters.