この文章ではAltair InsightProのインストール方法について説明します。
※今回は、Altair InsightPro 2025.2.0 Administrator's Guide を参照してインストールをおこないました。詳細は公式ドキュメント(
https://support.altair.com/csm?id=altair_product_documentation&spa=1&filter=product%3D6943ed6adbb3e9101ce694d3e296198e%5Eversion%3D2025.2.0&p=1&d=asc
)をご確認ください。
サーバーのインストール
※管理者権限をもったアカウントで実行する必要があります。
1.Altair One Marketplace(
https://altairone.com/Marketplace?queryText=insight&tab=Download&app=InsightPro
)にログインし、インストールパッケージ(AltairInsightPro_<Version>_<Build_Id>_<Build_Info>.zip
)をダウンロードします。
2.AltairInsightPro_<Version>_<Build_Id>_<Build_Info>.zip
を展開し、作成されたdist
ディレクトリに移動します。
[user@insightpro-server ~]$ unzip AltairInsightPro_2025.2.0_690_9ec03851.zip
[user@insightpro-server ~]$ cd dist
3.前提条件の確認
InsightProのインストールは、git, curl, zip, wget
のコマンドが使用できること、K3s, HELM
がインストールされていることが前提となっています。
prerequisite_check.sh
を実行します。
[user@insightpro-server dist]$ sudo ./prerequisite_check.sh
git, curl, zip, wget
のコマンドが使用できない場合は、エラーになります。それぞれインストールしてください。
ERROR: The following dependencies are not installed. Please install them before continuing:
- git
- curl
- wget
K3s, HELM
がインストールされていない場合、スクリプトが自動でインストールしてくれます。
Basic dependencies are installed. Checking K3s and HELM installation.
INFO: Installing K3s ...
[INFO] Finding release for channel stable
[INFO] Using v1.32.4+k3s1 as release
[INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.32.4+k3s1/sha256sum-amd64.txt
[INFO] Downloading binary https://github.com/k3s-io/k3s/releases/download/v1.32.4+k3s1/k3s
[INFO] Verifying binary download
[INFO] Installing k3s to /usr/local/bin/k3s
最後にこのようなメッセージが表示されていれば、インストールのための前提条件は満たされています。
K3s Version: k3s version v1.32.4+k3s1 (6b330558) go version go1.23.6
HELM Version: version.BuildInfo{Version:"v3.18.0", GitCommit:"cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e", GitTreeState:"clean", GoVersion:"go1.24.3"}
INFO: All dependencies are installed. You are good to go!
4.インストール
以下のコマンドを実行します。
sudo INSIGHTPRO_INSTALLATION_PATH=/opt/altair/ \
LMX_LICENSE_PATH=6200@<license_server_ip> \
SERVER_PUBLIC_IP=<insightpro_server_ip> \
./AltairInsightPro_install_server.sh
InsightProが/opt/altair/
にインストールされます。インストール先を変更したい場合はINSIGHTPRO_INSTALLATION_PATH
の値を変更してください。<license_server_ip>, <insightpro_server_ip>
にはそれぞれライセンスサーバー、InsightProサーバーのIPアドレスを入力してください。
以下のようなメッセージが表示されていればインストールは完了です。
Created symlink /etc/systemd/system/multi-user.target.wants/insightpro.service → /etc/systemd/system/insightpro.service.
Congratulation! Altair InsightPro installed successfully
Run "systemctl start insightpro" to start the Altair InsightPro Server.
5.起動
以下のコマンドでInsightProを起動します。
sudo systemctl start insightpro
※起動できない場合は、Altair InsightPro 2025.2.0 Administrator's Guide 3.2 Prerequisites for Installation をご確認ください。
ステータスを表示してactiveになっていることを確認しましょう。
[user@insightpro-server dist]$ sudo systemctl status insightpro.service
● insightpro.service - Altair InsightPro Server
Loaded: loaded (/etc/systemd/system/insightpro.service; enabled; vendor preset: disabled)
Active: active (exited) since Wed 2025-05-21 15:37:13 JST; 11s ago
Process: 66958 ExecStart=/usr/bin/inpro set service --start (code=exited, status=0/SUCCESS)
Main PID: 66958 (code=exited, status=0/SUCCESS)
エージェントのインストール
1.InsightProへログイン
ブラウザを立ち上げ、https://<insightpro_server_ip>:32443/insightpro にアクセスし、ユーザー名とパスワードを入力してログインします。
2.コマンドのコピー
ログイン後、画像の赤枠の位置に表示されるコマンドをコピーしておきます。
3.インストール
クラスターとして追加したいワークロード管理サーバーにログインして、コピーしたコマンドを実行します。ログインするユーザーは管理者権限を持っている必要があります。
コマンドを実行することでエージェントがインストールされます。
####### Welcome to Altair InsightPro Agent installer #########
INFO: Server: https://<IP_Adress>:32443
INFO: Creating installation directory: /opt/altair/insightpro
INFO: Downloading Altair InsightPro agent artifacts: https://:32443/insightpro_agent/artifacts/agent_artifacts.zip
INFO: Unzipping the Altair InsightPro agent artifacts.
INFO: Discovering workload manager...
INFO: Discovered PBS setup.
INFO: Configured accounting files path to : /var/spool/PBS/server_priv/accounting/
Created symlink /etc/systemd/system/multi-user.target.wants/
insightpro_agent.service → /etc/systemd/system/insightpro_agent.service.
Congratulation! Altair InsightPro Agent installed successfully.
Run "systemctl start insightpro_agent" to start the Altair InsightPro Agent.
4.起動
以下のコマンドでエージェントを起動します。
sudo systemctl start insightpro_agent
InsightProに戻り、クラスターが追加されていることを確認しましょう。