STA コマンドは、各種 STA コンポーネントの管理とステータスの確認に使用します。STA コマンドのバリアントは 2 つのカテゴリに分類できます。
STA 環境全体の起動または停止や、STA 環境全体のステータス確認を行うためのコマンド
個々の STA サービスの起動または停止や、個々の STA サービスのステータス確認を行うためのコマンド。
注意: 個々の STA サービスのコマンドは参照用として記載されています。Oracle Support から指示されないかぎり、これらのコマンドは実行しないでください。 |
有効な STA コマンド引数のリストは、STA help コマンドを使用していつでも取得できます。
STA プロセスは次の 3 つの管理対象サーバーに分類できます。
staUi — STA ユーザーインタフェース
staEngine — 基本的な STA 内部機能
staAdapter — SNMP 通信
管理対象サーバーは個々に管理できます。"個々のサービス管理コマンド."を参照してください
表 2-1 は、STA ドメインサーバー、STA 管理対象サーバー、および MySQL のメモリー使用要件を示しています。
次の STA コマンドは、STA 環境全体の開始と停止や、STA 環境全体のステータス確認に使用できます。
STA start all
STA 環境全体を開始します。
# STA start all
Starting mysql Service..
mysql service was successfully started
Starting staservd Service.
staservd service was successfully started
Starting weblogic Service......
weblogic service was successfully started
Starting staengine Service.........
staengine service was successfully started
Starting staadapter Service..........
staadapter service was successfully started
Starting staui Service..........
staui service was successfully started
STA stop all
STA 環境全体を停止します。
# STA stop all
Stopping the staui service......
Successfully stopped the staui service
Stopping the staadapter service......
Successfully stopped the staadapter service
Stopping the staengine service......
Successfully stopped the staengine service
Stopping the weblogic service......
Successfully stopped the weblogic service
Stopping the staservd Service...
Successfully stopped staservd service
Stopping the mysql service.....
Successfully stopped mysql service
STA status all
STA 環境全体のステータスを表示します。
# STA status all
mysql service is running
staservd service is running
weblogic service is running
staengine service is running
.... and the deployed application for staengine is in an ACTIVE state
staadapter service is running
.... and the deployed application for staadapter is in an ACTIVE state
staui service is running
.... and the deployed application for staui is in an ACTIVE state
次の STA コマンドは、個々の STA コンポーネントの開始と停止や、それらのコンポーネントのステータス確認に使用できます。
注意: 個々の STA サービスのコマンドは参照用として記載されています。Oracle Support から指示されないかぎり、これらのコマンドは実行しないでください。 |
STA start
|stop
|status mysql
MySQL の開始または停止、またはそのステータスを表示します。
STA start
|stop
|status staservd
STA サービスデーモンの開始または停止、またはそのステータスを表示します。
STA start
|stop
|status weblogic
WebLogic 管理サーバーの開始または停止、またはそのステータスを表示します。
STA start
|stop
|status staadapter
staAdapter 管理対象サーバーの開始または停止、またはそのステータスを表示します。
STA start
|stop
|status staengine
staEngine 管理対象サーバーの開始または停止、またはそのステータスを表示します。
STA start
|stop
|status staui
staUi 管理対象サーバーの開始または停止、またはそのステータスを表示します。