~ubuntu-branches/ubuntu/vivid/ctdb/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/ctdb.1

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2011-11-06 15:18:59 UTC
  • mto: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20111106151859-84nk51h3enndlo4q
Tags: upstream-1.11+git20111102
ImportĀ upstreamĀ versionĀ 1.11+git20111102

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: ctdb
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 05/12/2011
 
5
.\"      Date: 10/12/2011
6
6
.\"    Manual: CTDB - clustered TDB database
7
7
.\"    Source: ctdb
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "CTDB" "1" "05/12/2011" "ctdb" "CTDB \- clustered TDB database"
 
10
.TH "CTDB" "1" "10/12/2011" "ctdb" "CTDB \- clustered TDB database"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
906
906
.SS "catdb <dbname>"
907
907
.PP
908
908
This command will dump a clustered TDB database to the screen\&. This is a debugging command\&.
 
909
.SS "cattdb <dbname>"
 
910
.PP
 
911
This command will dump the content of the local TDB database to the screen\&. This is a debugging command\&.
909
912
.SS "dumpdbbackup <backup\-file>"
910
913
.PP
911
914
This command will dump the content of database backup to the screen (similar to ctdb catdb)\&. This is a debugging command\&.
941
944
A banned node does not participate in the cluster and does not host any records for the clustered TDB\&. Its ip address has been taken over by another node and no services are hosted\&.
942
945
.PP
943
946
Nodes are automatically banned if they are the cause of too many cluster recoveries\&.
 
947
.PP
 
948
This is primarily a testing command\&. Note that the recovery daemon controls the overall ban state and it may automatically unban nodes at will\&. Meaning that a node that has been banned by the administrator can and ofter are unbanned before the admin specifid timeout triggers\&. If wanting to "drop" a node out from the cluster for mainentance or other reasons, use the "stop" / "continue" commands instad of "ban" / "unban"\&.
944
949
.SS "unban"
945
950
.PP
946
951
This command is used to unban a node that has either been administratively banned using the ban command or has been automatically banned by the recovery daemon\&.