![[z/OS]](../images/ngzos.gif)
START 命令
START 命令读取所指定服务器进程的配置文件并启动服务器、Deployment Manager、Node Agent、管理代理程序或作业管理器。
根据您指定的选项,可以启动新的 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
必须在一行上输入此命令。出于显示目的,在这里将它分割开了。