OPENNEBULA(8)             System Administration Utilities            OPENNEBULA(8)

NAME
       OpenNebula - OpenNebula Cluster command

SYNOPSIS
       onecluster [<options>] <command> [<parameters>]

DESCRIPTION
       This  command  enables the OpenNebula administrator to manage clusters. The
       administrator can create, delete, as well as  add  and  remove  hosts  from
       them.  Any user can list available clusters.

OPTIONS
       -l, --list x,y,z
              Selects columns to display with list command

       --list-columns
              Information about the columns available to display, order or filter

       -o, --order x,y,z
              Order  by  these  columns,  column  starting with - means decreasing
              order

       -f, --filter x,y,z
              Filter data. An array is specified with column=value pairs.

       -x, --xml
              Returns xml instead of human readable text

       -v, --verbose
              Tells more information if the command is successful

       -h, --help
              Shows this help message

       --version
              Shows version and copyright information

COMMANDS
       create (Creates a new user)

              onecluster create clustername

       delete (Removes a cluster)

              onecluster delete <id>

       list (Lists all the clusters in the pool)

              onecluster list

       addhost (Add a host to the cluster)

              onecluster addhost <host_id> <cluster_id>

       removehost (Remove a host from the cluster)

              onecluster removehost <host_id> <cluster_id>

COPYRIGHT
       Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org)

       Licensed under the Apache License, Version 2.0 (the "License"); you may not
       use  this file except in compliance with the License. You may obtain a copy
       of the License at http://www.apache.org/licenses/LICENSE-2.0

OpenNebula 2.0.1                   November 2010                     OPENNEBULA(8)