All Products
Search
Document Center

:Collect kdump information after an OS failure

Last Updated:May 15, 2026

Collect and submit kdump files from a crashed ECS instance so Alibaba Cloud technical support can diagnose the root cause.

Background

Alibaba Cloud technical support analyzes the submitted kdump information to identify the root cause and notifies you of the results.

Note

You can also analyze kdump files yourself with WinDbg for Windows or crash for Linux.

Linux instance

  1. Connect to the Linux instance.

  2. Collect kdump information:

    sudo acs-plugin-manager --exec --plugin=ecs_dump_collector --params="-c"

    Output similar to the following indicates that kdump information is collected. Collect the kdump information generated when the Linux operating system breaks down

Windows instance

  1. Connect to the Windows instance.

  2. Open Command Prompt.

  3. Go to the assist directory:

    cd C:\ProgramData\aliyun\assist
  4. List files in the assist directory:

    dir
  5. Go to the latest version directory, for example 2.1.3.282:

    cd 2.1.3.282
  6. Collect kdump information:

    acs-plugin-manager.exe --exec --plugin=ecs_dump_collector_win --params="-c"

    Output similar to the following indicates that kdump information is collected. Collect the kdump information generated when the Windows operating system breaks down

FAQ

If the following error appears when you collect kdump information, the dump service is not enabled. Error message

Solution:

  1. Enable the dump service:

    • Linux:

      sudo acs-plugin-manager --exec --plugin ecs_dump_config --params --enable
    • Windows:

      acs-plugin-manager.exe -e -P ecs_dump_config_win -p "--enable"
  2. Restart the instance in the ECS console for the settings to take effect.