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