![[z/OS]](../images/ngzos.gif)
START 명령
START 명령은 지정한 서버 프로세스에 대한 구성 파일을 읽고 서버, 배치 관리자, 노드 에이전트, 관리 에이전트 또는 작업 관리자를 시작합니다.
지정하는 옵션에 따라
새 JVM(Java™ Virtual Machine)
API(Application Programming Interface)를 실행하여 서버 프로세스를 실행하거나
실행 명령 데이터를 파일에 쓸 수 있습니다. 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
단일 행에 이전 명령을 입력해야 합니다. 이것은 여기에서 표시 목적으로 분할됩니다.