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

cbepctl usage on buckets with dedicated port

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.0
    • 2.0-beta
    • None
    • Security Level: Public
    • None
    • Create a bucket with dedicated port 5000.

    Description

      There is confusion what is the right way to issue cbepctl command.

      One could say 11210 -b <bucket_name> <command> or
      5000 -b <bucket_name> <command> or
      5000 <command>

      localhost:management karan$ ./cbepctl 10.3.2.46:11210 -b chi stop
      Persistence stopped
      localhost:management karan$ ./cbepctl 10.3.2.46:11210 -b chi start
      Persistence started
      localhost:management karan$ ./cbepctl 10.3.2.46:5000 -b chi stop
      Error: Internal error
      localhost:management karan$ ./cbepctl 10.3.2.46:5000 -b chi start
      Error: Internal error
      localhost:management karan$ ./cbepctl 10.3.2.46:5000 start
      Error: Internal error
      localhost:management karan$ ./cbepctl 10.3.2.46:5000 stop
      Error: Internal error

      Attachments

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

        Activity

          People

            kzeller kzeller
            karan Karan Kumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty