VMware vSphere

 View Only
  • 1.  How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 12, 2014 01:44 AM

    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



  • 2.  RE: How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 12, 2014 03:04 AM

    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.



  • 3.  RE: How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 12, 2014 03:13 AM


  • 4.  RE: How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 12, 2014 03:26 AM

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



  • 5.  RE: How to generate Array Diagnostic Utility ADU for Esxi server
    Best Answer

    Posted Aug 12, 2014 06:02 AM

    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



  • 6.  RE: How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 13, 2014 01:21 AM

    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



  • 7.  RE: How to generate Array Diagnostic Utility ADU for Esxi server

    Posted Aug 13, 2014 05:46 AM

    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