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

clusterinit CLI has inconsistency between example and real help

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0
    • 3.0
    • tools
    • Security Level: Public
    • None
    • Untriaged
    • No

    Description

      cluster-* 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 ram quota in MB

      While example suggest:

      Set the username, password, port and ram quota:
      couchbase-cli cluster-init -c 192.168.0.1:8091 \
      --cluster-init-username=Administrator \ ----> Help shows --cluster-username, while here it is --cluster-init-username
      --cluster-init-password=password \
      --cluster-init-port=8080 \
      --cluster-init-ramsize=300

      change the cluster username, password, port and ram quota:
      couchbase-cli cluster-edit -c 192.168.0.1:8091 \
      --cluster-username=Administrator1 \
      --cluster-password=password1 \
      --cluster-port=8080 \
      --cluster-ramsize=300 \
      -u Administrator -p password

      Attachments

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

        Activity

          People

            sangharsh Sangharsh Agarwal
            sangharsh Sangharsh Agarwal
            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