Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

 supports the Enterprise Edition of Couchbase 4.6, 5.x and , 6.x and 7.0. This includes maintenance releases.

Note
titleNote!
It may be the case that the latest version available is not yet supported by. It is recommended that you contact Support to check if supports the lastest version.

In order for to communicate with the Couchbase database, the couchbase.mzp package must be included in your installation.

When the couchbase.mzp package is installed in, the Couchbase database can be installed by following these steps:

  1. Open a web browser and go to http://www.couchbase.com.

  2. Click Downloads

  3. Select the Enterprise edition for  your operating system.
     
  4. Click on Install Instructions to view information on how to install Couchbase. 

    Note
    titleNote!

    It is important that you perform the steps that are specific to your operating system. For instance, when you install Couchbase on an operating system that is based on Red Hat Enterprise Linux, Transparent Huge Pages (THP) should be disabled on all server nodes.  

     

    Note
    titleNote!

    Couchbase services required by  are:

    These links refer to the current Couchbase version (6.6 as of this writing). If you install a different version, refer to docs.couchbase.com for the corresponding documentation version. 


  5. In the Couchbase documentation, review the subtopics under Deployment Considerations in Administration.

    Note
    titleNote!

     For the optimal Couchbase Server operations, you must set swappiness to 0 (zero) as described in the topic about swap space.


  6. Start a web browser and go to http://localhost:8091/.

    The Couchbase Web Administration interface opens.

     
    The Coucbhase Web Administration interface
  7. Click the Setup New Cluster button and follow the instructions https://developer.couchbase.com/documentation/server/5.1/install/init-setup.html. The Couchbase Web Console opens displaying the Dashboard.


    The Couchbase Dashboard

  8. In the Dashboard, select Settings and click on the Auto-Compaction tab. Select the check box Compact Buckets and View indexes in parallel. When you have a large number of documents in the database, creating iterators may sometimes fail. Enabling this setting may help to mitigate this problem.

  9. Repeat the installation on all the Couchbase nodes in the cluster, and ensure that you select the option Join Existing Cluster during the installation of the remaining nodes.

  10. In the Dashboard on any of the nodes, select Servers and click the Rebalance button to distribute the data between the nodes evenly.

    Couchbase Dashboard showing the Rebalance button

  11. Couchbase has now been installed, and buckets for each created Couchbase profile will be generated and visible in the Couchbase Web Console, as soon as the data buckets are called.

...