]> git.proxmox.com Git - pmg-docs.git/blob - pmgcm.1-synopsis.adoc
add SSL ceriticate generation doc
[pmg-docs.git] / pmgcm.1-synopsis.adoc
1 *pmgcm* `<COMMAND> [ARGS] [OPTIONS]`
2
3 *pmgcm create*
4
5 Create initial cluster config with current node as master.
6
7
8
9
10 *pmgcm help* `[<cmd>]` `[OPTIONS]`
11
12 Get help about specified command.
13
14 `<cmd>`: `<string>` ::
15
16 Command name
17
18 `--verbose` `<boolean>` ::
19
20 Verbose output format.
21
22
23
24
25 *pmgcm join* `<master_ip>` `[OPTIONS]`
26
27 Join a new node to an existing cluster.
28
29 `<master_ip>`: `<string>` ::
30
31 IP address.
32
33 `--fingerprint` `^(:?[A-Z0-9][A-Z0-9]:){31}[A-Z0-9][A-Z0-9]$` ::
34
35 SSL certificate fingerprint.
36
37
38
39 *pmgcm join_cmd*
40
41 Prints the command for joining an new node to the cluster. You need to
42 execute the command on the new node.
43
44
45
46
47 *pmgcm status* `[OPTIONS]`
48
49 Cluster node status.
50
51 `--list_single_node` `<boolean>` ('default =' `0`)::
52
53 List local node if there is no cluster defined. Please note that RSA keys and fingerprint are not valid in that case.
54
55
56
57
58 *pmgcm sync* `[OPTIONS]`
59
60 Synchronize cluster configuration.
61
62 `--master_ip` `<string>` ::
63
64 Optional IP address for master node.
65
66
67
68