Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In SNS 1.1.1, we have added the ability to collect a support bundle via the browser console and either download it directly to your local machine or send the bundle directly to DataCore support.

To do this, connect to the SNS UI via the IP address for the machine and port 9010. For example:

http://172.30.17.168<serverIP>/ui

The screen will be displayed like this.

...

  1. Connect to the server using your username.

    image-20241028-132653.pngImage Removed

  2. Run sudo to root.

    image-20241028-132735.pngImage Removed

  3. Navigate to the path: /root/dist/k8s-support-tools

  4. Run the below command:

    Code Block
    /root/dist/k8s-support-tools/k8s-bundle-grab.sh

    The output will look similar to this:

    image-20241028-133009.png

    Once complete, you can transfer the output via SCP or other tools to your local machine.

...