Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

machdeployeradmin

Deployer의 상태를 확인하거나, Deployer의 구동/종료/중단 명령을 직접 내릴 수 있다.

보통은 machcoordinatoradmin 을 통해서 내리는 편이 가장 빠르지만, 불가능한 경우에는 아래와 같이 수행해야 한다.

Cluster Edition 패키지에만 존재한다.

Table of Contents

옵션 및 기능

machdeployeradmin의 옵션은 아래와 같다.  앞의 설치 절에서 설명한 기능은 생략한다

machdeployeradmin


You can check the status of the Deployer, or directly issue the Deployer's startup/shutdown/stop commands.

Normally the fastest way to issue the commands is through machcoordinatoradmin, but if not possible, you must do the following.

Only exits in Cluster Edition Package.


Table of Contents

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


옵션

Options

설명

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

메타 삭제

meta

-i, --silence
출력 없이 실행

Runs without output

-e, --check
Deployer 프로세스가 작동중인지 확인
동작 여부 확인

Checks to see if Deployer process is running


Checking Running Status

Example:

Code Block
languagetext
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)!