Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the Virtual Machine Eraser installation directory and navigate into it. In this example Virtual Machine Eraser tarball was extracted to /BlanccoVMEraser/.

    Code Block
    cd /BlanccoVMEraser/
  2. Using available text editor edit the config.txt configuration file.

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

    Info

    Erasure client endpoint is region 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.
    Info

    Remove Comment comment character # in front of the row in order to use the details on it.


  5. Save the changes and exit.

...