table of contents
        
      
      
    | cs_delcib(8) | ClusterTools2 | cs_delcib(8) | 
NAME¶
cs_delcib - remove cluster information base from cluster node
SYNOPSIS¶
cs_delcib OPTION
DESCRIPTION¶
cs_delcib cleans up a pacemaker HA cluster node. It removes
    the cluster information base, the policy engine logs, the ring status and
    core files that a cluster node has generated during its operation. Only the
    basic cluster configuration in /etc will be left. To entirely remove a
    configuration from a cluster, cs_delcib has to be called on each node.
  
  Calling this command will shut down the cluster service and all resources on
    the node. It also will remove the complete cluster resource configuration
    and cluster history on that node.
OPTIONS¶
--offline remove CIB and PE logs
--force stop cluster service and resources, remove CIB and PE logs
--help show help
--version show version
EXIT STATUS¶
0 Successful program execution.
  
  >0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_delcib
 - the program itself
 - /etc/ClusterTools2/cs_delcib
 - the configuration
 - /var/lib/corosync/, /var/lib/heartbeat/cores/, /var/lib/heartbeat/crm/, /var/lib/pacemaker/cib/, /var/lib/pengine/
 - the directories to be cleaned up, SP2 and SP3 differ
 - /var/adm/backup/
 - the directory to backup the cib.xml
 
BUGS¶
Feedback is welcome, please mail to feedback@suse.com
COPYRIGHT¶
(c) 2011-2019 L.Pinne, Germany.
  
  cs_delcib comes with ABSOLUTELY NO WARRANTY.
  
  For details see the GNU General Public License at
    http://www.gnu.org/licenses/gpl.html
| 01 Nov 2019 |