GFSH

In the VMware GemFire® Management Console™, the GFSH tab allows users to send GemFire Shell (gfsh) commands to the connected cluster and create and save custom gfsh commands. The gfsh console only supports online commands.

gfsh tab

For more information about `gfsh, see gfsh in the GemFire product documentation.

For help and usage information for all gfsh commands, see gfsh Command Help in the GemFire product documentation.


Create a Custom gfsh Command

Use the Quick Commands feature to create and run gfsh commands that you use frequently.

To create a custom Quick Command:

  1. On the GFSH tab, click Edit.

    gfsh tab

  2. In the GFSH Quick Commands dialog:

    • Under Command Name, enter a name to use for this command. This name is displayed on the GFSH tab for future use.

    • Under GFSH Command, enter the custom gfsh command to save. In the example shown, the custom command is create region --name=myRegion --type=REPLICATE --eviction-max-memory=100 --eviction-action=overflow-to-disk --eviction-object-sizer=my.company.geode.MySizer.

    gfsh tab

  3. Click Save.

  4. The custom Quick Command that you created is displayed on the GFSH tab.

    gfsh tab

  5. Click the name of the Quick Command that you create. The custom command is entered on the gfsh command line.

    gfsh tab

check-circle-line exclamation-circle-line close-line
Scroll to top icon