Versions Compared

Key

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

 

 

Management Console - All versions全バージョンN/A

...

説明

When running the Blancco Management Console using a Linux operating system, it is needed to install the drivers for the connected HASP-Key manually using the Terminal.

Step by step instructions

Blancco Management ConsoleををLinux OS で実行する場合、接続したHASPキーのドライバを、ターミナルを使用して手動でインストールする必要があります。 

手順


  1. Linuxのターミナルを開きます。
  2. Blancco Management Consoleのサービスが実行中の場合は、次のコマンドを使用して停止します

  3. Open the Linux Terminal.
  4. If the service of the Blancco Management Console is running, stop it with following command:

    Code Block
    sudo /usr/local/bmc/stop_bmc.sh
  5. Install the HASP-driver found under Blancco Management Console installation folder (default path is [InstallationpathConsoleのインストールフォルダにあるHASPドライバをインストールします(デフォルトのパスは [インストールパス]/drivers/hasp/linux/ ).
    です)。
  6. ドライバの含まれる.tarファイルを探してファイルを展開します(バージョン番号は以下の例とは異なる可能性があります)Locate the drivers’ .tar file and extract the files (the version number could be different to below example:

    Code Block
    sudo tar -xvf aksusbd-7.81.1.tar
  7. Install the drivers' .deb fileドライバの.debファイルをインストールします:

    Code Block
    sudo dpkg -i aksusbd-7.81.1/pkg/aksusbd_7.81-1_amd64.deb
  8. Give permissions for the extracted folder and files展開したフォルダとファイルにアクセス権を付与します:

    Code Block
    sudo chmod -R 755 aksusbd7.81.1
  9. Go to the extracted folder展開したフォルダに移動します:

    Code Block
    cd aksusbd-7.81.1
  10. Run the Run-time Environment installerランタイム環境のインストーラーを実行します:

    Code Block
    sudo ./dinst
  11. Start Blancco Management Console serviceConsoleサービスを開始します:

    Code Block
    sudo /usr/local/bmc/start_bmc.sh

In case you want to have the HASP-key's Admin Control Center remotely available for managing the license container below additional steps are required.

HASPキーのAdmin Control Centerをリモートで使用してライセンスコンテナを管理したい場合は、次の追加の手順が必要です。

  1. HASPドライバのインストールパスに移動します。Navigate to the HASP drivers' installation path

    Code Block
    cd etc/hasplm/
  2. Modify the file hasplm.ini using VI.VIエディタを使用してhasplm.iniファイルを変更します。

    Code Block
    vi hasplm.ini
  3. Change the value for line ACCremote from "0" to 1". In case such line doesn't exist add the whole line as shown below.ACCremoteの行の値を「0」から「1」に変更します。該当する行が存在しない場合は、次のように行全体を追加します。

    Code Block
    ACCremote = 1
  4. Save and close VI by pressing CTRL+XXを押して、VIを保存して終了します。.
  5. Connect the HASP-Key to the system.HASPキーをシステムに接続します。