Created dateUpdated dateAffects versionFix version

 

 

Blancco LUN EraserN/A

Description

This page will provide step by step instructions on how to update communication settings for Blancco LUN Eraser.

Valid communication settings are required for report sending and may be required for license consumption as well.

Step by step instructions

Windows

Run "Setup Tool"

  1. In Windows, the tool can be opened through Start Menu → Blancco → Setup Tool.

    1. Alternatively Setup Tool can be opened through Command Prompt by running below. Note that if you are not using default installation directory you will need to update the command to reflect the appropriate installation path.

      "C:\Program Files\Blancco\Blancco LUN Eraser\BlanccoLUNEraser.exe" /setup
  2. Navigate to "Configuration" tab.
  3. Update "Server address" with your Management Portal erasure client endpoint followed by colon and the port. Note that for LUN Eraser the "https://" prefix is required.

    Erasure client endpoint is region/customer specific, to find out your endpoint follow the steps provided here: How to confirm your Blancco Management Portal erasure client endpoint details?

  4. Update your "User name" and "Password" with your new Management Portal credentials.
  5. Click "Save"

Linux

Linux version of LUN Eraser doesn't come with the setup tool and Management Portal hostname and credentials needs to be configured into the config.txt configuration file.

  1. Navigate into the LUN Eraser directory, in this example LUN Eraser tarball is extracted to /etc/BlanccoLUNEraser/.

    cd /etc/BlanccoLUNEraser
  2. Using the preferred text editor edit the config.txt configuration file.

    vi ./config.txt
  3. Update "MCServerAddress" with your Management Portal erasure client endpoint followed by colon and the port. Note that for LUN Eraser the "https://" prefix is required.

    Erasure client endpoint is region/customer specific, to find out your endpoint follow the steps provided here: How to confirm your Blancco Management Portal erasure client endpoint details?

  4. Update "MCUserName" with your Blancco Management Portal username and "MCPassword" with your Blancco Management Portal password.
  5. Save the changes.