prakash9339
Enthusiast
Enthusiast

How to generate Array Diagnostic Utility ADU for Esxi server

How to run Array Diagnostic Utility ADU or HP Insight Diagnostics HP Insight Diagnostics to collect array status data or logs fro an Esxi server

How to generate Array Diagnostic Utility ADU for Esxi server

prakash9339
Enthusiast
Enthusiast

I have down load this file HPACUCLI and copy to Esxi Data store.

can any body help me to run this file from Esxi box.

Reply
0 Kudos
rcporto
Leadership
Leadership

I'm not a HP shop, but check if helps: Most viewed solutions for HP ProLiant DL360p Gen8 Server - HP Support Center

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
Reply
0 Kudos
prakash9339
Enthusiast
Enthusiast

Hi help me to  run this file HPACUCLI from Esxi box.

Reply
0 Kudos
Rubeck
Virtuoso
Virtuoso

Example:

Download the .vib package here: http://vibsdepot.hp.com/hpq/feb2013/esxi-5x-vibs/hpacucli/hpacucli-9.40-12.0.vib

and place it on a datastore seen by the host...

Install it using CLI:

esxcli software vib install -d /vmfs/volumes/<datastore name>/hpacucli-9.40-12.0.vib

Now run it:

~ # cd /opt/hp/hpacucli/bin

/opt/hp/hpacucli/bin # ./hpacucli

HP Array Configuration Utility CLI 9.40.12.0

Detecting Controllers...Done.

Type "help" for a list of supported commands.

Type "exit" to close the console.

=> ctrl all diag file=/tmp/my_ADUreport.zip ris=on xml=on zip=on

   Generating diagnostic report...done

=> exit

/opt/hp/hpacucli/bin #

my_ADUreport.zip in /tmp can now be downloaded from the host..

Hope it helps..

/Rubeck

View solution in original post

prakash9339
Enthusiast
Enthusiast

HI thanks for reply,

Esxi 4.1.0

hpacucli-9.40-12.0.vib i have downloaded this file and copied to Esxi but unable to run the file

This will support only fo Esxi 5.0 but i need 4.1 can you provide the file infor for Esxi 4.1. 0

Reply
0 Kudos
Rubeck
Virtuoso
Virtuoso

Not really supported on 4.1, I believe...  but you can try out Mr. Peetz method which might do the job.

VMware Front Experience: How to run the HP Online ACU CLI for Linux in ESXi 4.x

/Rubeck

Reply
0 Kudos