...
Code Block |
---|
|
[root@localhost init.d]#$ service machbased
Usage: /etc/init.d/machbased {start|stop|kill|restart|createdb|destorydb|check|MWA|console|port|exe|collector|help} |
start
마크베이스 서버를 시작한다. machadmin -u 와 같은 기능이다.
Code Block |
---|
|
[root@localhost ~]$ sudo service machbased start
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server start.
Machbase server started successfully.
[root@localhost ~]$ |
stop
마크베이스 서버를 정상 종료한다. machadmin -s 와 같은 기능이다.
Code Block |
---|
|
[root@localhost ~]$ sudo service machbased stop
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server shut down...
Machbase server shut down successfully.
[root@localhost ~]$ |
kill
마크베이스 서버를 강제 종료한다. machadmin -k 와 같은 기능이다.
Code Block |
---|
|
[root@localhost ~]$ sudo service machbased kill
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server terminated.
Machbase server terminated successfully.
[root@localhost ~]$ |
restart
마크베이스 서버를 정상 종료하고 재실행한다.
Code Block |
---|
|
[root@localhost ~]$ sudo service machbased kill
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server shut down...
Machbase server shut down successfully.
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server start.
Machbase server started successfully.
[root@localhost ~]$ |
createdb
마크베이스 데이터베이스를 생성한다. machadmin -c 와 같은 기능이다.
Code Block |
---|
|
[root@localhost ~]$ sudo service machbased kill
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 5.1.9.community
Copyright 2014, MACHBASE Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server terminated.
Machbase server terminated successfully.
[root@localhost ~]$ |