[z/OS]

START コマンド

START コマンドは、指定されたサーバー・プロセスの構成ファイルを読み取り、サーバー、デプロイメント・マネージャー、ノード・エージェント、 管理エージェント、またはジョブ・マネージャーを開始します。

指定するオプションに応じて、新しい Java™ 仮想マシン (JVM) アプリケーション・プログラミング・インターフェース (API) を起動して、サーバー・プロセスを実行したり、起動コマンド・データをファイルに書き込んだりすることができます。 このコマンドは、WebSphere® Application ServerインストールまたはWebSphere Application Server Network Deploymentインストールの MVS コンソールから実行できます。

以下は、正しい構文の例です。

START appserver_proc_name,JOBNAME=server_short_name,
       ENV=cell_short_name.node_short_name.server_short_name
START dmgr_proc_name,JOBNAME=server_short_name,
       ENV=cell_short_name.node_short_name.server_short_name
START nodeagent_proc_name,JOBNAME=server_short_name,
       ENV=cell_short_name.node_short_name.server_short_name
START administrative_agent_proc_name,JOBNAME=server_short_name,
       ENV=cell_short_name.node_short_name.server_short_name
START job_manager_proc_name,JOBNAME=server_short_name,
       ENV=cell_short_name.node_short_name.server_short_name

このコマンドは、1 行で入力する必要があります。 ここでは、表示の都合上、複数行 に分けて示してあります。