1 ShutdownEngine ---------------------------------------------------------------------- shutdownengineを使用すると、HP SUMエンジンを終了できます。他のセッション がアクティブの場合、--forceオプションを使用しないと失敗します。 [注記] --forceを使用すると、情報が失われる場合があります。 1.1 構文 hpsum shutdownengine [--force] 1.2 パラメーター shutdownengineコマンドには次のオプションがあります。 +------------------------------------------------------------------------+ | パラメーター | 説明 | |----------------+-------------------------------------------------------| | hpsum | HP SUMスクリプトがこのアクションを開始します。 | |----------------+-------------------------------------------------------| | shutdownengine | HP SUMエンジンをシャットダウンするコマンド。 | |----------------+-------------------------------------------------------| | --force | 他のセッションがアクティブの場合でも強制的にシャットダ| | | ウンします。 | +------------------------------------------------------------------------+ 1.3 リターンコード +------------------------------------------------------------------------+ | リターンコード | Windows | Linux | テキスト | |------------------------+---------+-------+-----------------------------| | SUCCESS_NO_REBOOT | 0 | 0 | The command was successful. | | | | | (コマンドが成功しました。)| |------------------------+---------+-------+-----------------------------| | FAILURE_GENERAL | -1 | 255 | A general failure occurred. | | | | | (一般障害が発生しました。)| | | | | For details, see the logs. | | | | | (詳細は、ログを参照してくだ| | | | | さい。) | |------------------------+---------+-------+-----------------------------| | | | | A bad input parameter was | | FAILURE_BAD_PARM | -2 | 254 | encountered. | | | | | (不正な入力パラメーターが検| | | | | 出されました。) | | | | | For details, see the logs. | | | | | (詳細は、ログを参照してくだ| | | | | さい。) | |------------------------+---------+-------+-----------------------------| | FAILURE_COMMAND_FAILED | -4 | 252 | The command failed. | | | | | (コマンドが失敗しました。)| | | | | For details, see the logs. | | | | | (詳細は、ログを参照してくだ| | | | | さい。) | +------------------------------------------------------------------------+ 1.4 例 Windowsのサンプルのコマンドライン C:/>hpsum shutdownengine /force Linux/HP-UXのサンプルのコマンドライン $ hpsum shutdownengine --force