...
서버 정상 종료
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -s ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Waiting for the server shut down... Server shut down successfully. |
...
데이터베이스 생성
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -c ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Database created successfully. |
...
데이터베이스 삭제
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -d ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Destroy Machbase database- Are you sure?(y/N) y Database destroyed successfully. |
...
Code Block |
---|
machadmin -k |
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -k ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Waiting for Machbase terminated... Server terminated successfully. |
...
Code Block |
---|
machadmin -r backup_database_path |
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -r 'backup' ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Backed up database restored successfully. |
...
단일 백업 파일로 백업한 경우, 디렉터리 형태의 백업으로 변환해야 백업 복구가 가능하다.
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -x 'backup.ibf' 'backup' ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Extract backup image successfully. |
...
Code Block |
---|
machadmin -w backup_file |
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -w 'backup' ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Display information of backup image file. -------------------------------------------------------------- File name - mach_backup_19700101090000_20150805092853_1 Create time - 2015-08-04 15:35:56 Data duration - 1970-01-01 09:00:00 ~ 2015-08-05 09:28:53 Backup duration - 2015-08-05 09:28:53 ~ 2015-08-05 09:28:53 Version - DB(4.0) Meta(2.0) CM(1.5) ----------------------------------------------------------------- |
...
서버가 실행중이지 않을 때의 출력 예
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -e ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- [ERR] Server is not running. |
...
서버가 실행중일 때의 출력 예
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -e ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- Machbase server is already running with PID (14098). |
...
Code Block |
---|
machadmin -t license_file |
Example:
Code Block | ||
---|---|---|
| ||
mach@localhost:~$ machadmin -t license.dat ----------------------------------------------------------------- Machbase Administration Tool Release Version - 5.1.9.community Copyright 2014, MACHBASE Corp. or its subsidiaries All Rights Reserved ----------------------------------------------------------------- License installed successfully. |
...