DOKK / manpages / debian 10 / coop-computing-tools / confuga_adm.1.en
confuga_adm(1) Cooperative Computing Tools confuga_adm(1)

Confuga Administration - Administrating the Confuga cluster.

confuga_adm [options] <Confuga URI> <command> [command options] ...

Performs administrative commands on the Confuga cluster.

For complete details with examples, see the Confuga User's Manual (http://ccl.cse.nd.edu/software/manuals/confuga.html).

Enable debugging for this sybsystem
 -h, --help
Give help information.
Write debugging output to this file. By default, debugging is sent to stderr (":stderr"). You may specify logs be sent to stdout (":stdout"), to the system syslog (":syslog"), or to the systemd journal (":journal").
 -v, --version
Show version info.

  • sn-add [-r <root>] [-p <password file>] <"uuid"|"address"> <uuid|address> Add a storage node to the cluster. Using the UUID of the Chirp server is recommended.
  • sn-rm [options] <"uuid"|"address"> <uuid|address> Remove a storage from the cluster. Using the UUID of the Chirp server is recommended. The storage node is removed when Confuga no longer relies on it to maintain minimum replication for files and when the storage node completes all running jobs.

Add a storage node with Confuga state stored in /u/joe/confuga:

confuga_adm sn-add -r /u/joe/confuga address 10.0.1.125:9090

Remove a storage node:

confuga_adm sn-rm address 10.0.1.125:9090

The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2015 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

confuga(1)

CCTools 7.0.9 FINAL