]> git.proxmox.com Git - pve-docs.git/blame_incremental - pvecm.1-synopsis.adoc
Improve wording of getting help section for commercial support
[pve-docs.git] / pvecm.1-synopsis.adoc
... / ...
CommitLineData
1*pvecm* `<COMMAND> [ARGS] [OPTIONS]`
2
3*pvecm add* `<hostname>` `[OPTIONS]`
4
5Adds the current node to an existing cluster.
6
7`<hostname>` `string` ::
8
9Hostname (or IP) of an existing cluster member.
10
11`-force` `boolean` ::
12
13Do not throw error if node already exists.
14
15`-nodeid` `integer (1 - N)` ::
16
17Node id for this node.
18
19`-ring0_addr` `string` ::
20
21Hostname (or IP) of the corosync ring0 address of this node. Defaults to nodes hostname.
22
23`-ring1_addr` `string` ::
24
25Hostname (or IP) of the corosync ring1 address, this needs an valid configured ring 1 interface in the cluster.
26
27`-votes` `integer (0 - N)` ::
28
29Number of votes for this node
30
31
32
33*pvecm addnode* `<node>` `[OPTIONS]`
34
35Adds a node to the cluster configuration.
36
37`<node>` `string` ::
38
39The cluster node name.
40
41`-force` `boolean` ::
42
43Do not throw error if node already exists.
44
45`-nodeid` `integer (1 - N)` ::
46
47Node id for this node.
48
49`-ring0_addr` `string` ::
50
51Hostname (or IP) of the corosync ring0 address of this node. Defaults to nodes hostname.
52
53`-ring1_addr` `string` ::
54
55Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_addr.
56
57`-votes` `integer (0 - N)` ::
58
59Number of votes for this node
60
61
62
63*pvecm create* `<clustername>` `[OPTIONS]`
64
65Generate new cluster configuration.
66
67`<clustername>` `string` ::
68
69The name of the cluster.
70
71`-bindnet0_addr` `string` ::
72
73This specifies the network address the corosync ring 0 executive should bind to and defaults to the local IP address of the node.
74
75`-bindnet1_addr` `string` ::
76
77This specifies the network address the corosync ring 1 executive should bind to and is optional.
78
79`-nodeid` `integer (1 - N)` ::
80
81Node id for this node.
82
83`-ring0_addr` `string` ::
84
85Hostname (or IP) of the corosync ring0 address of this node. Defaults to the hostname of the node.
86
87`-ring1_addr` `string` ::
88
89Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_addr.
90
91`-rrp_mode` `(active | none | passive)` (default=`none`)::
92
93This specifies the mode of redundant ring, which may be none, active or passive. Using multiple interfaces only allows 'active' or 'passive'.
94
95`-votes` `integer (1 - N)` ::
96
97Number of votes for this node.
98
99
100
101*pvecm delnode* `<node>`
102
103Removes a node to the cluster configuration.
104
105`<node>` `string` ::
106
107Hostname or IP of the corosync ring0 address of this node.
108
109
110
111*pvecm expected* `<expected>`
112
113Tells corosync a new value of expected votes.
114
115`<expected>` `integer (1 - N)` ::
116
117Expected votes
118
119
120
121
122*pvecm help* `[<cmd>]` `[OPTIONS]`
123
124Get help about specified command.
125
126`<cmd>` `string` ::
127
128Command name
129
130`-verbose` `boolean` ::
131
132Verbose output format.
133
134
135
136
137*pvecm keygen* `<filename>`
138
139Generate new cryptographic key for corosync.
140
141`<filename>` `string` ::
142
143Output file name
144
145
146
147*pvecm nodes*
148
149Displays the local view of the cluster nodes.
150
151
152
153*pvecm status*
154
155Displays the local view of the cluster status.
156
157
158
159*pvecm updatecerts* `[OPTIONS]`
160
161Update node certificates (and generate all needed files/directories).
162
163`-force` `boolean` ::
164
165Force generation of new SSL certifate.
166
167`-silent` `boolean` ::
168
169Ignore errors (i.e. when cluster has no quorum).
170
171
172
173