![[z/OS]](../images/ngzos.gif)
START コマンド
START コマンドは、指定されたサーバー・プロセスの構成ファイルを読み取り、サーバー、デプロイメント・マネージャー、ノード・エージェント、 管理エージェント、またはジョブ・マネージャーを開始します。
指定するオプションに応じて、新規 Java™ 仮想マシン (JVM) アプリケーション・プログラミング・インターフェース (API) を起動して、サーバー・プロセスを実行したり、
launch コマンド・データをファイルに書き込んだりすることができます。
このコマンドは、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 行で入力する必要があります。ここでは、表示の都合上、複数行 に分けて示してあります。