IPMI コマンドを使用して、KVM システムのいくつかの管理タスクを実行できます。
| コマンド・オプション | 説明 |
|---|---|
| ipmitool -I lanplus -H myserver.example.com -P mypass chassis power on | サーバーの電源をオンにします。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass chassis power off | サーバーの電源をオフにします。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass chassis status | サーバーの状況を確認します。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass chassis power cycle | サーバーの電源サイクルを行います。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass sol activate | SOL システム・コンソールをアクティブにします。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass sol deactivate | SOL システム・コンソールを非アクティブにします。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass sel list | エラー・ログを返します。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass sdr list | すべてのセンサーの状況をリストします。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass sol set retry-interval value | デフォルトの再試行間隔値をミリ秒で設定します。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass fru print | FRU 情報を印刷します。 |
| ipmitool -I lanplus -H myserver.example.com -P mypass user list | IPMI ユーザーをリストします。 |