Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.07 KB

proc_creating_caches_cli.adoc

File metadata and controls

45 lines (39 loc) · 1.07 KB

Creating remote caches with the {brandname} CLI

Prerequisites
  • Create a {brandname} user with admin permissions.

  • Start at least one {brandname} Server instance.

  • Have a {brandname} cache configuration.

Procedure
  1. Start the CLI.

    link:cmd_examples/cli_nix.adoc[role=include]
  2. Run the connect command and enter your username and password when prompted.

  3. Use the create cache command to create remote caches.

    For example, create a cache named "mycache" from a file named mycache.xml as follows:

    create cache --file=mycache.xml mycache
Verification
  1. List all remote caches with the ls command.

    ls caches
    mycache
  2. View cache configuration with the describe command.

    describe caches/mycache