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_nameSTART dmgr_proc_name,JOBNAME=server_short_name,
ENV=cell_short_name.node_short_name.server_short_nameSTART nodeagent_proc_name,JOBNAME=server_short_name,
ENV=cell_short_name.node_short_name.server_short_nameSTART administrative_agent_proc_name,JOBNAME=server_short_name,
ENV=cell_short_name.node_short_name.server_short_nameSTART job_manager_proc_name,JOBNAME=server_short_name,
ENV=cell_short_name.node_short_name.server_short_nameこのコマンドは、1 行で入力する必要があります。 ここでは、表示の都合上、複数行 に分けて示してあります。