Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-18909

couchbase-cli does not list the FTS service for commandline setup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 4.5.0
    • 4.5.0
    • tools
    • None
    • build 1925 on ubuntu 12.04
    • Untriaged
    • Unknown

    Description

      --services should also include fts on the list.

      azureuser@cbase-ubuntu:~$ /opt/couchbase/bin/couchbase-cli cluster-init --help
      couchbase-cli - command-line cluster administration tool

      CLUSTER:
      --cluster=HOST[:PORT] or -c HOST[:PORT]

      OPTIONS:
      -u USERNAME, --user=USERNAME admin username of the cluster
      -p PASSWORD, --password=PASSWORD admin password of the cluster
      -o KIND, --output=KIND KIND is json or standard
      -d, --debug
      -s, --ssl uses SSL for communication with secure servers

      NOTE:
      USERNAME can be set in environment variable CB_REST_USERNAME and/or
      PASSWORD can be set in environment variable CB_REST_PASSWORD instead

      cluster-init OPTIONS:
      --cluster-username=USER new admin username
      --cluster-password=PASSWORD new admin password
      --cluster-port=PORT new cluster REST/http port
      --cluster-ramsize=RAMSIZEMB per node data service ram quota in MB
      --cluster-index-ramsize=RAMSIZEMB per node index service ram quota in MB
      --cluster-fts-ramsize=RAMSIZEMB per node fts service ram quota in MB
      --index-storage-setting index storage type [default, memopt]
      --services=data,index,query services that server runs

      usage: couchbase-cli cluster-init CLUSTER [OPTIONS]

      cluster-init EXAMPLES:

      Set data service ram quota and index ram quota:

      couchbase-cli cluster-init -c 192.168.0.1:8091 \
      --cluster-username=Administrator \
      --cluster-password=password \
      --cluster-port=8080 \
      --services=data,index \
      --cluster-ramsize=300 \
      --cluster-index-ramsize=256\
      --cluster-index-storage=memopt

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mikew Mike Wiederhold [X] (Inactive)
              cihan Cihan Biyikoglu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty