Procedure for collecting dump log files of VSP One SDS Block via Azure Blob Storage (Cloud for Microsoft Azure)

Virtual Storage Platform One SDS Block and SDS Cloud Troubleshooting Reference

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS029-03
ft:lastEdition
2026-04-07

This section describes the procedure for collecting dump log files of VSP One SDS Block via the Azure Blob Storage. Use this procedure to troubleshoot an error that occurred during storage cluster configuration.

  1. In the Azure portal, show deployments of the resources created for storage cluster configuration, and then select the deployment named "InstallationStatus."
  2. Select [Outputs] for deployment, and then verify that the Azure Blob Storage URL is shown as the "installationDumpLogFile" item in Outputs.

    If you see the Azure Blob Storage URL, go to the next step. In the case of either of the following, return to the original troubleshooting procedure and continue.

    • No deployment exists for "InstallationStatus."
    • The item named "installationDumpLogFile" does not exist in Outputs.
    • The Blob Storage URL is not shown in "installationDumpLogFile."
  3. Download the dump log file of VSP One SDS Block stored in the Azure Blob Storage URL (confirmed in step 2) from the storage account specified for "storageAccountName" in the parameter file during storage cluster configuration.
    Note:

    If you are using the Azure CLI, you can run the following command to download the dump log files:

    az storage blob download --account-name <StorageAccountName> --blob-url <BlobStorageURL> --file <FilePath>