Friday 22 March 2013

How to collect IBM Dynamic System Analysis(DSA) logs for an ESXi server

It is possible to gather DSA data from an IBM server running ESXi without having to boot with a bootable CD or reboot the server at all.

From any machine, Windows or linux, you can run the latest release of the DSA tool, then reference the ESXi server using commandline parameters when running the DSA tool.

Step 1: Download the appropriate IBM DSA utility on any windows server that has connectivity to ESXi server.

Step 2: Open the command prompt and go to the directory where the DSA utility presents.

Step 3: Enter the below command to collect system information

#ibm_utl_dsa_dsyt85t-3.40_portable_windows_x86-64.exe --vmware-esxi  user:password@ip-address

Note: this will take some time to gather diagnostics logs and store it in C: drive.

1 comment:

  1. This will collect the data using SSH communication.
    As SSH is not by default enabled, do as follows to enable it.

    Enable 'Remote Tech Support Mode' on your ESXi server via the Console. (System Customization > Troubleshooting Options > Enable Remote Tech Support (SSH)

    ReplyDelete