2.12. Data Grid Server のチートシート
次のコマンドと例は、Data Grid Server を操作するためのクイックリファレンスとして使用してください。
サーバーインスタンスの起動
Linux
$ bin/server.shMicrosoft Windows
$ bin\server.bat
CLI の開始
Linux
$ bin/cli.shMicrosoft Windows
$ bin\cli.bat
ユーザーの作成
Linux
$ bin/cli.sh user create myuser -p "qwer1234!"Microsoft Windows
$ bin\cli.bat user create myuser -p "qwer1234!"
サーバーインスタンスの停止
単一サーバーインスタンス
[//containers/default]> shutdown server $hostnameクラスター全体
[//containers/default]> shutdown cluster
使用可能なコマンドオプションのリスト表示
-h フラグを使用して、サーバーを実行するために使用可能なコマンドオプションをリスト表示します。
Linux
$ bin/server.sh -hMicrosoft Windows
$ bin\server.bat -h
7.x から 8 のリファレンス
| 7.x | 8.x |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|