Versions Compared

Key

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

...

UI Button
colorblue
newWindowtrue
icondownload
titleHier klicken um den Quellcode des Reference Asset Management System herunterzuladen
urlhttps://download.blancco.com/products/erasure/management_console/download/reference-ams/ref-ams-source_code.zip

To start the application execute the following on command lineUm die Anwendung zu starten, führen Sie folgenden Befehl in der Kommandozeile aus:

Code Block
java -jar reference-asset-management-system.jar

This will start the server and in order to shut it down use Control+C. There are a few configuration optionsDies startet den Server des AMS. Um ihn zu beenden drücken Sie  Strg+C. Einige Konfigurationsoptionen sind verfügbar:

  • server.port: the port in which this server is running on. By default the value is  der Port auf dem dieser Server ausgeführt wird. Standardmäßig 9000.
  • bmc.url: full vollständige URL of von BMC. By default the value is Standardmäßig http://localhost:8080.
  • bmc.username. By default the value is Benutzername des BMC Benutzers. Standardmäßig "admin".
  • bmc.password. Empty by default.Passwort des BMC Benutzers. Standardmäßig leer.

Die Werte können wie folgt geändert werden ohne die Anwendung neu zu kompilierenThe values can be changed as follows without recompiling the application:

Code Block
java -Dserver.port=9000 -Dbmc.username=admin -Dbmc.password=Test1234 -jar reference-asset-management-system.jar

...

Protokollierung und Überwachung

Drive Eraser

Blancco Drive Eraser does not have any logging accessible to the end-user. In case a valid job specification is received, there would be an option to send or save an issue report, which can later be analyzed by the Blancco support team.

...