How to generate a support package

Linux deployment

Run the following command:

Shell
Copy

In case of a successful generation, you should see the following message:

Shell
Copy

Windows deployment

Our product has been thoroughly tested and optimized for compatibility with PowerShell 5.x, which is the default Windows PowerShell version included with Windows Server 2019, 2022 and 2025.

When generating a support package for troubleshooting purposes, please ensure that you use Windows PowerShell 5.x and not PowerShell 7 (PowerShell Core). This will make sure that all diagnostic information is correctly captured and formatted for our analysis tools.

Before you begin, please run the following command in an elevated PowerShell to allow the utility script (mdss.ps1) to be executed

Powershell
Copy

In order to generate a support package please run the following commands in the scripts folder within the installation folder (by default C:\Program Files\OPSWAT\MetaDefender Storage Security\scripts)

Powershell
Copy

In case of a successful generation, you should see the following message:

Powershell
Copy

For Kubernetes Deployment

In case of issues that require further investigation by OPSWAT support, a package can be generated using the sp.sh script what contains pod logs, configurations and details regarding the Kubernetes deployment. In order to generate the support package, make the sp.sh script executable and run the following command:

./sp.sh <NAMESPACE>

Notes:

  • The namespace name where the application is deployed needs to be specified as an argument, otherwise the default namespace is used.
  • The script uses kubectl to extract the required information, make sure kubectl is installed and configured with the correct context.
  • The script generates the support package as a zip file in the same directory where it is executed.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard