Cluster Commands

The following Command Line Interface console display shows the available commands for clustering.

cluster add <ip>                         - add a new node to join the existing
                                           cluster
cluster backup <backup location>         - Run a backup across the cluster
cluster del <ip>                         - remove a node from the existing
                                           cluster
cluster job kill <pid>                   - Kill a detached job <pid>
cluster job list                         - List detached jobs in the cluster
cluster job reconnect <pid>              - Reconnect to a detached job <pid>
cluster list                             - display the list of nodes associated
                                           with the cluster
cluster prepnode                         - Prepares the system so that it can
                                           be joined to a cluster
cluster provision [datacentre            - perform cluster-wide provisioning
   <location>] [role <role>]
cluster run <where> <command>            - run the command on a particular
                                           host. <where> can either be a name
                                           prefix, ip, role, or 'all'
cluster status                           - display the status of the cluster
cluster upgrade <iso/url> [datacentre    - upgrade all applications from iso
   <location>] [backup <location>]         image <iso-name>. <iso-name> can
                                           be a URL for upgrading from a
                                           remote server.
cluster where <application>              - determine on which nodes the
                                           application is installed