File: 4s-cluster-destroy.1

package info (click to toggle)
4store 1.1.6%2B20151109-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 82,388 kB
  • sloc: ansic: 65,689; sh: 2,916; perl: 2,245; makefile: 281; python: 213
file content (29 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.Dd July 8, 2009
.Dt 4S-CLUSTER-DESTROY 1J 4store
.Os 4store
.Sh NAME
.Nm 4s-cluster-destroy
.Nd Delete the KB from a cluster.
.Sh SYNOPSIS
.Nm
kb-name
.sp
.Sh FILES
This command depends on the config file /etc/4s-cluster, see 4s-cluster(5).
.Sh EXAMPLES
$
.Nm
demo
.sp
Delete the "demo" knowledgebase. This will completely erase the data in the KB,
so use with care.
.Xr 4s-cluster-start 1 .
.Sh CAVEATS
If the kb is currently running then it will not be stopped, so the detached backed processes will persist past the destroy operation.
.Xr 4s-cluster-info 1
can be used to check what KBs are currently running.
.Sh SEE ALSO
.Xr 4s-cluster-create 1 ,
.Xr 4s-cluster-start 1 ,
.Xr 4s-cluster-stop 1 ,
.Xr 4s-cluster-info 1