machdeployeradmin
Deployer의 상태를 확인하거나, Deployer의 구동/종료/중단 명령을 직접 내릴 수 있다.
보통은 machcoordinatoradmin 을 통해서 내리는 편이 가장 빠르지만, 불가능한 경우에는 아래와 같이 수행해야 한다.
Cluster Edition 패키지에만 존재한다.
옵션 및 기능
machdeployeradmin의 옵션은 아래와 같다. 앞의 설치 절에서 설명한 기능은 생략한다Options and Features
The options for machdeployeradmin are as follows. The functions described in the previous section are omitted.
Code Block |
---|
mach@localhost:~$ machdeployeradmin -h |
옵션설명Description |
---|
-u, --startup | Runs Deployer |
프로세스 구동process |
-s, --shutdown | Terminates Deployer |
프로세스 종료process |
-k, --kill | Stops Deployer |
프로세스 중단process |
-c, --createdb | Creates Deployer |
메타 생성meta |
-d, --destroydb | Deletes Deployer |
메타 삭제출력 없이 실행Runs without output |
-e, --check |
Deployer 프로세스가 작동중인지 확인 | 동작 여부 확인Checks to see if Deployer process is running |
Checking Running Status
Example:
Code Block |
---|
|
mach@localhost:~$ machdeployeradmin -e
-------------------------------------------------------------------------
Machbase Deployer Administration Tool
Release Version - e3c0717.develop
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-------------------------------------------------------------------------
Machbase Deployer is running with pid(29373)! |