Created date作成日Updated date | 更新日 | Affects version影響を受けるバージョンFix version | 修正バージョン |
---|---|---|---|
|
| Drive Eraser Configuration Tool - 2.x | N/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が正しくインストールされていることを確認してください。
ソフトウェアのインストール
- Drive Eraser Configuration Tool software, available here をダウンロードします。ソフトウェアはこちらからダウンロードできます Download: Blancco Drive Eraser Image Configuration Tool
- Extract installation package to a temporary folder
- Browse and open temporary folder with the package contents
- 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).。
- インストールパッケージを一時フォルダに展開します。
- パッケージの内容が保存されている一時フォルダを参照して開きます。
.jarファイルを実行すると、インストールが始まります。ダブルクリックするか、ターミナルから次のコマンドを入力すると実行されます(ディレクトリパスはシステムに合わせて編集してください)。
Code Block java -jar /path/to/jar/file/DriveEraserConfigurationTool.jar
- Follow the instructions provided by the installer to complete the process
Starting the Configuration Tool service
- Open Terminal and navigate to the Configuration Tool installation directory
- Issue the following command to start the Configuration Tool serviceインストーラーの指示に従って処理を完了します。
Configuration Toolサービスの開始
- ターミナルを開き、Configuration Toolのインストールディレクトリに移動します。
次のコマンドを発行して、Configuration Toolサービスを開始します。
Code Block sudo bash dect_server.sh start
- 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サービスの停止
- ターミナルを開き、Configuration Toolのインストールディレクトリに移動します。
次のコマンドを発行して、Configuration Toolサービスを停止します。
Code Block sudo bash dect_server.sh stop
...