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 This page will go through the necessary steps on how to deploy Blancco Drive Eraser Configuration Tool 2.x in a MacOS environment.x をMacOS環境に導入するために必要な手順について説明します。

要件Requirements:

  • 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. Download the 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. インストールパッケージを一時フォルダに展開します。
  5. パッケージの内容が保存されている一時フォルダを参照して開きます。
  6. .jarファイルを実行すると、インストールが始まります。ダブルクリックするか、ターミナルから次のコマンドを入力すると実行されます(ディレクトリパスはシステムに合わせて編集してください)。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).

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

Starting the Configuration Tool service

  1. インストーラーの指示に従って処理を完了します。

Configuration Toolサービスの開始

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

  3. Open Terminal and navigate to the Configuration Tool installation directory
  4. Issue the following command to start the Configuration Tool service

    Code Block
    sudo bash dect_server.sh start 
  5. 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サービスを停止します。

  3. Open Terminal and navigate to the Configuration Tool installation directory
  4. Issue the following command to stop the Configuration Tool service

    Code Block
    sudo bash dect_server.sh stop

...