Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
APACHE KARAF COOKBOOK

You're reading from   APACHE KARAF COOKBOOK Over 60 recipes to help you get the most out of your Apache Karaf deployments

Arrow left icon
Product type Paperback
Published in Aug 2014
Publisher
ISBN-13 9781783985081
Length 260 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Apache Karaf for System Builders FREE CHAPTER 2. Making Smart Routers with Apache Camel 3. Deploying a Message Broker with Apache ActiveMQ 4. Hosting a Web Server with Pax Web 5. Hosting Web Services with Apache CXF 6. Distributing a Clustered Container with Apache Karaf Cellar 7. Providing a Persistence Layer with Apache Aries and OpenJPA 8. Providing a Big Data Integration Layer with Apache Cassandra 9. Providing a Big Data Integration Layer with Apache Hadoop 10. Testing Apache Karaf with Pax Exam Index

Using Apache Karaf Cellar commands


As with a lot of other features of Apache Karaf, Cellar provides a couple of commands to administer an Apache Karaf Cellar cluster.

Getting ready

Make sure that you follow the basic setup of the Installing Apache Karaf Cellar modules in Apache Karaf recipe to run a simple Apache Karaf cluster.

How to do it…

We have two different kinds of commands to work with the Apache Karaf Cellar cluster: basic commands to manage and configure the cluster and some more enhanced commands for extra management.

Group commands

After installing Cellar, there is already a default group available that contains all the future available nodes per default. Different tasks can be performed using the following commands:

  1. Now, let's create a new group and add both nodes to it using the following command:

    karaf@root()> cluster:group-create main-cluster
    

    The previous command creates a new cluster group called main-cluster. This group contains no nodes in it. Check using the group-list command...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime