Skip to main content
Setup and administration

Troubleshoot the Connector

Contributors netapp-bcammett

To troubleshoot issues with the Connector, you can work with NetApp Support who might ask for your system ID, Connector version, or the latest AutoSupport messages. You can also view the NetApp Knowledge Base to troubleshoot issues yourself.

Find the system ID for a Connector

To help you get started, your NetApp representative might ask you for the system ID of your Connector. The ID is typically used for licensing and troubleshooting purposes.

Steps
  1. In the upper right of the BlueXP console, select the Help icon.

  2. Select Support > BlueXP Connector.

    The system ID appears at the top of the page.

    Example

    A screenshot that shows the System ID for BlueXP that appears in the Support Dashboard.

View a Connector's version

You can view the version of your Connector to verify that the Connector automatically upgraded to the latest release or because you need to share it with your NetApp representative.

Steps
  1. In the upper right of the BlueXP console, select the Help icon.

  2. Select Support > BlueXP Connector.

    The version displays at the top of the page.

    A screenshot that shows the Connector version in the Support Dashboard.

Download or send an AutoSupport message

If you're having problems, NetApp personnel might ask you to send an AutoSupport message to NetApp support for troubleshooting purposes.

Steps
  1. In the upper right of the BlueXP console, select the Help icon, and select Support.

    A screenshot of the Help menu where Support is the first option listed

  2. Select BlueXP Connector.

  3. Depending on how you need to send the information to NetApp support, choose one of the following options:

    1. Select the option to download the AutoSupport message to your local machine. You can then send it to NetApp Support using a preferred method.

    2. Select Send AutoSupport to directly send the message to NetApp Support.

    A screenshot of the Support Dashboard showing where users can select to download and send AutoSupport messages.

Fix download failures when using a Google Cloud NAT gateway

The Connector automatically downloads software updates for Cloud Volumes ONTAP. The download can fail if your configuration uses a Google Cloud NAT gateway. You can correct this issue by limiting the number of parts that the software image is divided into. This step must be completed by using the BlueXP API.

Step
  1. Submit a PUT request to /occm/config with the following JSON as body:

    {
      "maxDownloadSessions": 32
    }

    The value for maxDownloadSessions can be 1 or any integer greater than 1. If the value is 1, then the downloaded image will not be divided.

    Note that 32 is an example value. The value that you should use depends on your NAT configuration and the number of sessions that you can have simultaneously.