2.8. Data Grid Server のチートシート
次のコマンドと例は、Data GridServer を操作するためのクイックリファレンスとして使用してください。
サーバーインスタンスの起動
Linux
$ bin/server.sh
Microsoft Windows
$ bin\server.bat
CLI の開始
Linux
$ bin/cli.sh
Microsoft 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 -h
Microsoft Windows
$ bin\server.bat -h
7.x から 8 のリファレンス
7.x | 8.x |
---|---|
|
|
|
|
|
|
|
|
|
|
関連情報