コンテンツにスキップ

machadmin

machadmin は、サーバーの起動と停止、データベースの作成と削除、稼働状態の確認に使用します。

オプションと機能

machadmin のオプションを示します。インストールの節で説明した機能は省略しています。

mach@localhost:~$ machadmin -h
オプション説明
-u, –startupサーバーを起動
–recovery[=simple,complex,reset]起動時のリカバリーモード(既定値:simple)
-s, –shutdownサーバーを正常終了
-c, –createdbデータベースを作成
-d, –destroydbデータベースを削除
-k, –killサーバーを強制終了
-i, –silent出力量を減らす
-r, –restoreバックアップから復元
-x, –extractバックアップファイルをバックアップディレクトリへ変換
-w, –viewimageバックアップイメージの情報を表示
-e, –checkサーバーの稼働状態を確認
-t, –licinstallライセンスファイルを導入
-f, –licinfoライセンス情報を表示
–home-path=pathMachbase のホームパスを指定

リカバリーモード

構文

machadmin -u --recovery=[simple | complex | reset]

次のモードがあります。

  • simple:稼働中に電源断がなかった場合の既定のモードです。
  • complex:simple より時間がかかります。電源断後の再起動時に、既定で実行されます。
  • reset:simple と complex で回復できない場合、すべてのテーブルの全データを確認して回復します。一部のデータが失われる場合があります。

サーバーの正常終了

例:

mach@localhost:~$ machadmin -s
 
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Waiting for the server shut down...
Server shut down successfully.

データベースの作成

例:

mach@localhost:~$ machadmin -c
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Database created successfully.

データベースの削除

例:

mach@localhost:~$ machadmin -d
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Destroy Machbase database- Are you sure?(y/N) y
Database destroyed successfully.

サーバーの強制終了

構文:

machadmin -k

例:

mach@localhost:~$ machadmin -k
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase terminated...
Server terminated successfully.

サイレントモード

machadmin の実行時に表示するメッセージを抑制します。

構文:

machadmin -i

データベースの復元

構文:

machadmin -r backup_database_path

例:

mach@localhost:~$ machadmin -r 'backup'
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Backed up database restored successfully.

サーバーの稼働確認

構文:

machadmin -e

停止中の例:

mach@localhost:~$ machadmin -e
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
[ERR] Server is not running.

稼働中の例:

mach@localhost:~$ machadmin -e
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
Machbase server is already running with PID (14098).

ライセンスファイルの導入

構文:

machadmin -t license_file

例:

mach@localhost:~$ machadmin -t license.dat
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
License installed successfully.

ライセンスの確認

例:

mach@localhost:~$ machadmin -f
-----------------------------------------------------------------
     Machbase Administration Tool
     Release Version - 8.5.4.develop
     Copyright 2014, MACHBASE Corp. or its subsidiaries
     All Rights Reserved
-----------------------------------------------------------------
	                   INFORMATION
ID                                : 00000001
Issue Date                        : 2099-12-31
License Type(Version 3)           : FOGUNLIMITED
Company                           : MACHBASE
Project(Product)                  : NONE
Country Code                      : KR
Install Date                      : 2026-06-13 15:08:00
-----------------------------------------------------------------
License information displayed successfully.
-----------------------------------------------------------------
License information displayed successfully.
最終更新日