Uploading support packages automatically

You can use the management GUI or the command-line interface to upload support packages to the support center. If support assistance is configured on your systems, you can either automatically or manually upload new support packages to the support center to help analyze and resolve errors on the system.

You can select individual logs to either download to review or send directly to the support center for analysis.

Before automatically uploading a support package, ensure that the following prerequisites are configured on the system:

Using the management GUI

The management GUI supports uploading new or existing support packages to support automatically.

To generate a new support package and automatically upload it to the support center, complete these steps:

  1. In the management GUI, select Settings > Support > Support Package.
  2. On the Support Package page, select Upload Support Package.
  3. On the Upload Support Package page, select enter the Problem Management Report (PMR) number that is associated with the support package that you are uploading. If you do not have a PMR number, click Don't have a PMR? to open the Service Request (SR) tool to generate a PMR.
    Note: If you are not sure if a PMR exists or do not want to create a new PMR, the package can still be sent to the support center. The machine serial number and type are used to route the package to the support center. However, specifying a PMR number can decrease response time for support personnel.
  4. Specify the type of package that you want to generate and upload to the support center by selecting one of these options:
    • Type 1: Standard logs
    • Type 2: Standard logs plus one existing statesave
    • Type 3: Standard logs plus the most recent statesave from each node
    • Type 4: Standard logs plus new statesaves
  5. Click Upload. After the new support package is generated, a summary panel displays the progress of the upload. If the upload is unsuccessful or encounters errors, verify the connection between the system and the support center and retry the upload.
To upload an existing package automatically, complete these steps:
  1. In the management GUI, select Settings > Support > Support Package.
  2. On the Support Package page, select Upload Support Package.
  3. On the Select Support Package to Upload page, enter the Problem Management Report (PMR) number that is associated with the support package that you are uploading. If you do not have a PMR number, click Don't have a PMR? to open the Service Request (SR) tool to generate a PMR.
    Note: If you are not sure if a PMR exists or do not want to create a new PMR, the package can still be sent to the support center. The machine serial number and type are used to route the package to the support center. However, specifying a PMR number can decrease response time for support personnel.
  4. Select a package from the list to upload to support.
    Note: If you selected to upload an existing package automatically, the management GUI displays just the support package. (These files have the extension .tgz). For other existing logs, use the Manual Upload Instructions on the Support Package page.
  5. Click Upload. A summary pane displays the progress of the upload. If the upload is unsuccessful or encounters errors, verify the connection between the system and the support center and retry the upload.

Using the command-line interface

To upload a support package or other file with the command-line interface, complete these steps:
  1. Enter the following command:
    satask supportupload -pmr pmr_number -filename fullpath/filename
    where the pmr_number is the number of an existing PMR and fullpath/filename is the full path and the name of the file that you are uploading. The -pmr and -filename parameters are not required. If you do not specify a PMR number, the file is uploaded by using the machine serial and type to route the file to the support center. If you do not specify a file name, the latest support package is uploaded.
  2. To verify the progress of the upload to the support center, enter the following command:
    lscmdstatus
    In the results of this command, verify that the supportupload_status is Complete, which indicates that the upload is successfully completed. Other possible values for this parameter include Active, Wait, Abort, and Failed. If the upload is Active, you can use the supportupload_progress_percent parameter to view the progress for the upload.
If you want to generate a new support package, complete these steps:
  1. Enter the following command in the command-line interface:
    satask snap -upload -pmr pmr_number
    where the pmr_number is the number of an existing PMR. The command generates a new support package and uploads it to the support center with the identifying PMR number. If you do not have a PMR number that corresponds with support package, then you can use the following command:
    satask snap -upload
    The command generates a new support package and uploads it to the support center by using the machine type and serial to route the package.
  2. To verify the progress of the upload to the support center, enter the following command:
    lscmdstatus
    In the results of this command, verify that the supportupload_status is Complete, which indicates that the upload is successfully completed. Other possible values for this parameter include Active, Wait, Abort, and Failed. If the upload is Active, you can use the supportupload_progress_percent parameter to view the progress for the upload.