Chapter 14. Clustering operations

Table of Contents

1. Rules and restrictions for creating cluster containers
2. Example: create a private cluster container
2.1. Using the EVMS GUI
2.2. Using Ncurses
2.3. Using the CLI
3. Example: create a shared cluster container
3.1. Using the EVMS GUI
3.2. Using Ncurses
3.3. Using the CLI
4. Example: convert a private container to a shared container
4.1. Using the EVMS GUI
4.2. Using Ncurses
4.3. Using the CLI
5. Example: convert a shared container to a private container
5.1. Using the EVMS GUI
5.2. Using Ncurses
5.3. Using the CLI
6. Example: deport a private or shared container
6.1. Using the EVMS GUI
6.2. Using Ncurses
6.3. Using the CLI
7. Deleting a cluster container
8. Failover and Failback of a private container on Linux-HA
9. Remote configuration management
9.1. Using the EVMS GUI
9.2. Using Ncurses
9.3. Using the CLI
10. Forcing a cluster container to be active

This chapter discusses how to configure cluster storage containers (referred to throughout this chapter as "cluster containers"), a feature provided by the EVMS Cluster Segment Manager (CSM).

Disks that are physically accessible from all of the nodes of the cluster can be grouped together as a single manageable entity. EVMS storage objects can then be created using storage from these containers.

Ownership is assigned to a container to make the container either private or shared. A container that is owned by any one node of the cluster is called a private container. EVMS storage objects and storage volumes created using space from a private container are accessible from only the owning node.

A container that is owned by all the nodes in a cluster is called a shared container. EVMS storage objects and storage volumes created using space from a shared container are accessible from all nodes of the cluster simultaneously.

EVMS provides the tools to convert a private container to a shared container, and a shared container to a private container. EVMS also provides the flexibility to change the ownership of a private container from one cluster node to another cluster node.