Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 11. Using the Gluster Command Line Interface
Note
--mode=script
to any CLI command ensures that the command executes without confirmation prompts.
Run the Gluster CLI on any Red Hat Gluster Storage Server by either invoking the commands or running the Gluster CLI in interactive mode. The gluster command can be remotely used via SSH.
gluster COMMAND
# gluster COMMAND
peer status
command:
gluster peer status
# gluster peer status
Alternatively, run the Gluster CLI in interactive mode using the following command:
gluster
# gluster
gluster>
gluster>
gluster> COMMAND
gluster> COMMAND
peer status
to view the status of the peer server:
- Start Gluster CLI's interactive mode:
gluster
# gluster
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Request the peer server status:
gluster> peer status
gluster> peer status
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The peer server status displays.
help
to view the gluster help options.
- Start Gluster CLI's interactive mode:
gluster
# gluster
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Request the help options:
gluster> help
gluster> help
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - A list of gluster commands and options displays.