Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Created date作成日Updated date更新日Affects version影響を受けるバージョンFix version修正バージョン

 

 

Drive Eraser Configuration Tool - 2.xN/A

Description

...

説明

このページでは、Blancco Drive Eraser Configuration Tool 2.x in a MacOS environment.Requirementsx をMacOS環境に導入するために必要な手順について説明します。

要件:

  • OpenJDK 8 is required (such as Amazon が必要です(Amazon Corretto 8 64-bit for MacOS).
  • 3rd Party web browser as native Apple browser is not officially supported.

Step by step instructions

Before following below steps, make sure you have successfully installed OpenJDK 8.

Installing the software

...

  • MacOSなど)。
  • サードパーティ製のWebブラウザ。Appleのネイティブブラウザは公式にサポートしていません。

手順

次の手順を実行する前に、OpenJDK 8が正しくインストールされていることを確認してください。

ソフトウェアのインストール

  1. Drive Eraser Configuration Tool software, available here をダウンロードします。ソフトウェアはこちらからダウンロードできます Download: Blancco Drive Eraser Image Configuration Tool
  2. Extract installation package to a temporary folder
  3. Browse and open temporary folder with the package contents
  4. Execute the .jar file to begin the installation process. The file can be executed by double clicking it or by issuing below command from terminal (make sure to edit the directory path to match your system).
  5. インストールパッケージを一時フォルダに展開します。
  6. パッケージの内容が保存されている一時フォルダを参照して開きます。
  7. .jarファイルを実行すると、インストールが始まります。ダブルクリックするか、ターミナルから次のコマンドを入力すると実行されます(ディレクトリパスはシステムに合わせて編集してください)。

    Code Block
    java -jar /path/to/jar/file/DriveEraserConfigurationTool.jar
  8. Follow the instructions provided by the installer to complete the process

Starting the Configuration Tool service

  1. Open Terminal and navigate to the Configuration Tool installation directory
  2. Issue the following command to start the Configuration Tool serviceインストーラーの指示に従って処理を完了します。

Configuration Toolサービスの開始

  1. ターミナルを開き、Configuration Toolのインストールディレクトリに移動します。
  2.  次のコマンドを発行して、Configuration Toolサービスを開始します。

    Code Block
    sudo bash dect_server.sh start 
  3. Service should be running now and you can access the Configuration Tool through a web browser by navigating to サービスはすぐに実行され、Webブラウザから http://localhost:9000 にアクセスするとConfiguration Toolを使用できます。

...

Configuration

...

Toolサービスの停止

  1. ターミナルを開き、Configuration Toolのインストールディレクトリに移動します。
  2. 次のコマンドを発行して、Configuration Toolサービスを停止します。

    Code Block
    sudo bash dect_server.sh stop

...