bm admin service
Description
The bm admin service command can restart or unfreeze Buckit servers.
bm admin service affects all Buckit servers in the target deployment
at the same time. The command interrupts in-progress API operations on
the Buckit deployment. Use caution when issuing this command to a deployment.
Use bm admin on Buckit Deployments Only
Buckit does not support using bm admin commands with other
S3-compatible services, regardless of their claimed compatibility with Buckit
deployments.
Examples
Restart Buckit Servers in Target Deployment
The following example uses the default mybuckit alias. The mybuckit
alias points to a local minio server running on port 9000. See
<installation instructions> for more information on installing and running
a local minio server instance.
See bm alias for more information on aliases.
bm admin service restart mybuckit
Resume S3 Calls on a Target Deployment
The following example uses the default mybuckit alias. The mybuckit
alias points to a local minio server running on port 9000. See
<installation instructions> for more information on installing and running
a local minio server instance.
See bm alias for more information on aliases.
bm admin service unfreeze mybuckit
Syntax
bm admin service has the following syntax:
bm admin service COMMAND [ARGUMENTS]
bm admin service supports the following commands:
- restart
Restarts Buckit servers. If needed, the command may suggest restarting the node based on the status.
bm admin service restarthas the following syntax:bm admin service restart ALIAS
Specify the
aliasof a configured Buckit deployment.restartrestarts all Buckit servers in the deployment.
- unfreeze
Restart S3 API calls on a Buckit cluster.
bm admin service unfreezehas the following syntax:bm admin service unfreeze ALIAS
Specify the
aliasof a configured Buckit deployment.