File: 4s-cluster-stop.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 (28 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (2)
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
.Dd July 8, 2009
.Dt 4S-CLUSTER-STOP 1J 4store
.Os 4store
.Sh NAME
.Nm 4s-cluster-stop
.Nd Stop the backends for a KB on the 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
Stop the "demo" knowledgebase. This will shutdown the backend processes on the
cluster, preventing any future clients from connecting until it is restarted
with
.Xr 4s-cluster-start 1 .
.Sh CAVEATS
If the kb is not already running then you will see an error like "No matching 4store backend".
.Sh SEE ALSO
.Xr 4s-cluster-create 1 ,
.Xr 4s-cluster-start 1 ,
.Xr 4s-cluster-destroy 1 ,
.Xr 4s-cluster-info 1