Statistics
| Branch: | Tag: | Revision:

root / man / gnt-node.rst @ 9f2c2103

History | View | Annotate | Download (17.6 kB)

1
gnt-node(8) Ganeti | Version @GANETI_VERSION@
2
=============================================
3

    
4
Name
5
----
6

    
7
gnt-node - Node administration
8

    
9
Synopsis
10
--------
11

    
12
**gnt-node** {command} [arguments...]
13

    
14
DESCRIPTION
15
-----------
16

    
17
The **gnt-node** is used for managing the (physical) nodes in the
18
Ganeti system.
19

    
20
COMMANDS
21
--------
22

    
23
ADD
24
~~~
25

    
26
| **add** [--readd] [{-s|--secondary-ip} *secondary\_ip*]
27
| [{-g|--node-group} *nodegroup*]
28
| [--master-capable=``yes|no``] [--vm-capable=``yes|no``]
29
| [--node-parameters *ndparams*]
30
| [--disk-state *diskstate*]
31
| [--hypervisor-state *hvstate*]
32
| {*nodename*}
33

    
34
Adds the given node to the cluster.
35

    
36
This command is used to join a new node to the cluster. You will
37
have to provide the password for root of the node to be able to add
38
the node in the cluster. The command needs to be run on the Ganeti
39
master.
40

    
41
Note that the command is potentially destructive, as it will
42
forcibly join the specified host the cluster, not paying attention
43
to its current status (it could be already in a cluster, etc.)
44

    
45
The ``-s (--secondary-ip)`` is used in dual-home clusters and
46
specifies the new node's IP in the secondary network. See the
47
discussion in **gnt-cluster**(8) for more information.
48

    
49
In case you're readding a node after hardware failure, you can use
50
the ``--readd`` parameter. In this case, you don't need to pass the
51
secondary IP again, it will reused from the cluster. Also, the
52
drained and offline flags of the node will be cleared before
53
re-adding it.
54

    
55
The ``--force-join`` option is to proceed with adding a node even if it already
56
appears to belong to another cluster. This is used during cluster merging, for
57
example.
58

    
59
The ``-g (--node-group)`` option is used to add the new node into a
60
specific node group, specified by UUID or name. If only one node group
61
exists you can skip this option, otherwise it's mandatory.
62

    
63
The ``vm_capable``, ``master_capable``, ``ndparams``, ``diskstate`` and
64
``hvstate`` options are described in **ganeti**(7), and are used to set
65
the properties of the new node.
66

    
67
Example::
68

    
69
    # gnt-node add node5.example.com
70
    # gnt-node add -s 192.0.2.5 node5.example.com
71
    # gnt-node add -g group2 -s 192.0.2.9 node9.group2.example.com
72

    
73

    
74
ADD-TAGS
75
~~~~~~~~
76

    
77
**add-tags** [--from *file*] {*nodename*} {*tag*...}
78

    
79
Add tags to the given node. If any of the tags contains invalid
80
characters, the entire operation will abort.
81

    
82
If the ``--from`` option is given, the list of tags will be
83
extended with the contents of that file (each line becomes a tag).
84
In this case, there is not need to pass tags on the command line
85
(if you do, both sources will be used). A file name of - will be
86
interpreted as stdin.
87

    
88
EVACUATE
89
~~~~~~~~
90

    
91
**evacuate** [-f] [--early-release] [--iallocator *NAME* \|
92
--new-secondary *destination\_node*]
93
[--primary-only \| --secondary-only] [--early-release] {*node*}
94

    
95
This command will move instances away from the given node. If
96
``--primary-only`` is given, only primary instances are evacuated, with
97
``--secondary-only`` only secondaries. If neither is given, all
98
instances are evacuated. It works only for instances having a drbd disk
99
template.
100

    
101
The new location for the instances can be specified in two ways:
102

    
103
- as a single node for all instances, via the ``-n (--new-secondary)``
104
  option
105

    
106
- or via the ``-I (--iallocator)`` option, giving a script name as
107
  parameter, so each instance will be in turn placed on the (per the
108
  script) optimal node
109

    
110
The ``--early-release`` changes the code so that the old storage on
111
node being evacuated is removed early (before the resync is
112
completed) and the internal Ganeti locks are also released for both
113
the current secondary and the new secondary, thus allowing more
114
parallelism in the cluster operation. This should be used only when
115
recovering from a disk failure on the current secondary (thus the
116
old storage is already broken) or when the storage on the primary
117
node is known to be fine (thus we won't need the old storage for
118
potential recovery).
119

    
120
Note that this command is equivalent to using per-instance commands for
121
each affected instance individually:
122

    
123
- ``--primary-only`` is equivalent to ``gnt-instance failover/migration``
124
- ``--secondary-only`` is equivalent to ``gnt-instance replace-disks``
125
  in the secondary node change mode (only valid for DRBD instances)
126
- when neither of the above is done a combination of the two cases is run
127

    
128
Example::
129

    
130
    # gnt-node evacuate -I hail node3.example.com
131

    
132

    
133
FAILOVER
134
~~~~~~~~
135

    
136
**failover** [-f] [--ignore-consistency] {*node*}
137

    
138
This command will fail over all instances having the given node as
139
primary to their secondary nodes. This works only for instances having
140
a drbd disk template.
141

    
142
Normally the failover will check the consistency of the disks before
143
failing over the instance. If you are trying to migrate instances off
144
a dead node, this will fail. Use the ``--ignore-consistency`` option
145
for this purpose.
146

    
147
Example::
148

    
149
    # gnt-node failover node1.example.com
150

    
151

    
152
INFO
153
~~~~
154

    
155
**info** [*node*...]
156

    
157
Show detailed information about the nodes in the cluster. If you
158
don't give any arguments, all nodes will be shows, otherwise the
159
output will be restricted to the given names.
160

    
161
LIST
162
~~~~
163

    
164
| **list**
165
| [--no-headers] [--separator=*SEPARATOR*]
166
| [--units=*UNITS*] [-v] [{-o|--output} *[+]FIELD,...*]
167
| [--filter]
168
| [node...]
169

    
170
Lists the nodes in the cluster.
171

    
172
The ``--no-headers`` option will skip the initial header line. The
173
``--separator`` option takes an argument which denotes what will be
174
used between the output fields. Both these options are to help
175
scripting.
176

    
177
The units used to display the numeric values in the output varies,
178
depending on the options given. By default, the values will be
179
formatted in the most appropriate unit. If the ``--separator``
180
option is given, then the values are shown in mebibytes to allow
181
parsing by scripts. In both cases, the ``--units`` option can be
182
used to enforce a given output unit.
183

    
184
Queries of nodes will be done in parallel with any running jobs. This might
185
give inconsistent results for the free disk/memory.
186

    
187
The ``-v`` option activates verbose mode, which changes the display of
188
special field states (see **ganeti(7)**).
189

    
190
The ``-o (--output)`` option takes a comma-separated list of output
191
fields. The available fields and their meaning are:
192

    
193
@QUERY_FIELDS_NODE@
194

    
195
If the value of the option starts with the character ``+``, the new
196
fields will be added to the default list. This allows one to quickly
197
see the default list plus a few other fields, instead of retyping
198
the entire list of fields.
199

    
200
Note that some of these fields are known from the configuration of the
201
cluster (e.g. ``name``, ``pinst``, ``sinst``, ``pip``, ``sip``) and thus
202
the master does not need to contact the node for this data (making the
203
listing fast if only fields from this set are selected), whereas the
204
other fields are "live" fields and require a query to the cluster nodes.
205

    
206
Depending on the virtualization type and implementation details, the
207
``mtotal``, ``mnode`` and ``mfree`` fields may have slighly varying
208
meanings. For example, some solutions share the node memory with the
209
pool of memory used for instances (KVM), whereas others have separate
210
memory for the node and for the instances (Xen).
211

    
212
If exactly one argument is given and it appears to be a query filter
213
(see **ganeti(7)**), the query result is filtered accordingly. For
214
ambiguous cases (e.g. a single field name as a filter) the ``--filter``
215
(``-F``) option forces the argument to be treated as a filter (e.g.
216
``gnt-node list -F master_candidate``).
217

    
218
If no node names are given, then all nodes are queried. Otherwise,
219
only the given nodes will be listed.
220

    
221

    
222
LIST-FIELDS
223
~~~~~~~~~~~
224

    
225
**list-fields** [field...]
226

    
227
Lists available fields for nodes.
228

    
229

    
230
LIST-TAGS
231
~~~~~~~~~
232

    
233
**list-tags** {*nodename*}
234

    
235
List the tags of the given node.
236

    
237
MIGRATE
238
~~~~~~~
239

    
240
**migrate** [-f] [--non-live] [--migration-mode=live\|non-live]
241
{*node*}
242

    
243
This command will migrate all instances having the given node as
244
primary to their secondary nodes. This works only for instances
245
having a drbd disk template.
246

    
247
As for the **gnt-instance migrate** command, the options
248
``--no-live`` and ``--migration-mode`` can be given to influence
249
the migration type.
250

    
251
Example::
252

    
253
    # gnt-node migrate node1.example.com
254

    
255

    
256
MODIFY
257
~~~~~~
258

    
259
| **modify** [-f] [--submit]
260
| [{-C|--master-candidate} ``yes|no``]
261
| [{-D|--drained} ``yes|no``] [{-O|--offline} ``yes|no``]
262
| [--master-capable=``yes|no``] [--vm-capable=``yes|no``] [--auto-promote]
263
| [{-s|--secondary-ip} *secondary_ip*]
264
| [--node-parameters *ndparams*]
265
| [--node-powered=``yes|no``]
266
| [--hypervisor-state *hvstate*]
267
| [--disk-state *diskstate*]
268
| {*node*}
269

    
270
This command changes the role of the node. Each options takes
271
either a literal yes or no, and only one option should be given as
272
yes. The meaning of the roles and flags are described in the
273
manpage **ganeti**(7).
274

    
275
The option ``--node-powered`` can be used to modify state-of-record if
276
it doesn't reflect the reality anymore.
277

    
278
In case a node is demoted from the master candidate role, the
279
operation will be refused unless you pass the ``--auto-promote``
280
option. This option will cause the operation to lock all cluster nodes
281
(thus it will not be able to run in parallel with most other jobs),
282
but it allows automated maintenance of the cluster candidate pool. If
283
locking all cluster node is too expensive, another option is to
284
promote manually another node to master candidate before demoting the
285
current one.
286

    
287
Example (setting a node offline, which will demote it from master
288
candidate role if is in that role)::
289

    
290
    # gnt-node modify --offline=yes node1.example.com
291

    
292
The ``-s (--secondary-ip)`` option can be used to change the node's
293
secondary ip. No drbd instances can be running on the node, while this
294
operation is taking place.
295

    
296
Example (setting the node back to online and master candidate)::
297

    
298
    # gnt-node modify --offline=no --master-candidate=yes node1.example.com
299

    
300

    
301
REMOVE
302
~~~~~~
303

    
304
**remove** {*nodename*}
305

    
306
Removes a node from the cluster. Instances must be removed or
307
migrated to another cluster before.
308

    
309
Example::
310

    
311
    # gnt-node remove node5.example.com
312

    
313

    
314
REMOVE-TAGS
315
~~~~~~~~~~~
316

    
317
**remove-tags** [--from *file*] {*nodename*} {*tag*...}
318

    
319
Remove tags from the given node. If any of the tags are not
320
existing on the node, the entire operation will abort.
321

    
322
If the ``--from`` option is given, the list of tags to be removed will
323
be extended with the contents of that file (each line becomes a tag).
324
In this case, there is not need to pass tags on the command line (if
325
you do, tags from both sources will be removed). A file name of - will
326
be interpreted as stdin.
327

    
328
VOLUMES
329
~~~~~~~
330

    
331
| **volumes** [--no-headers] [--human-readable]
332
| [--separator=*SEPARATOR*] [{-o|--output} *FIELDS*]
333
| [*node*...]
334

    
335
Lists all logical volumes and their physical disks from the node(s)
336
provided.
337

    
338
The ``--no-headers`` option will skip the initial header line. The
339
``--separator`` option takes an argument which denotes what will be
340
used between the output fields. Both these options are to help
341
scripting.
342

    
343
The units used to display the numeric values in the output varies,
344
depending on the options given. By default, the values will be
345
formatted in the most appropriate unit. If the ``--separator``
346
option is given, then the values are shown in mebibytes to allow
347
parsing by scripts. In both cases, the ``--units`` option can be
348
used to enforce a given output unit.
349

    
350
The ``-o (--output)`` option takes a comma-separated list of output
351
fields. The available fields and their meaning are:
352

    
353
node
354
    the node name on which the volume exists
355

    
356
phys
357
    the physical drive (on which the LVM physical volume lives)
358

    
359
vg
360
    the volume group name
361

    
362
name
363
    the logical volume name
364

    
365
size
366
    the logical volume size
367

    
368
instance
369
    The name of the instance to which this volume belongs, or (in case
370
    it's an orphan volume) the character "-"
371

    
372

    
373
Example::
374

    
375
    # gnt-node volumes node5.example.com
376
    Node              PhysDev   VG    Name                                 Size Instance
377
    node1.example.com /dev/hdc1 xenvg instance1.example.com-sda_11000.meta 128  instance1.example.com
378
    node1.example.com /dev/hdc1 xenvg instance1.example.com-sda_11001.data 256  instance1.example.com
379

    
380

    
381
LIST-STORAGE
382
~~~~~~~~~~~~
383

    
384
| **list-storage** [--no-headers] [--human-readable]
385
| [--separator=*SEPARATOR*] [--storage-type=*STORAGE\_TYPE*]
386
| [{-o|--output} *FIELDS*]
387
| [*node*...]
388

    
389
Lists the available storage units and their details for the given
390
node(s).
391

    
392
The ``--no-headers`` option will skip the initial header line. The
393
``--separator`` option takes an argument which denotes what will be
394
used between the output fields. Both these options are to help
395
scripting.
396

    
397
The units used to display the numeric values in the output varies,
398
depending on the options given. By default, the values will be
399
formatted in the most appropriate unit. If the ``--separator``
400
option is given, then the values are shown in mebibytes to allow
401
parsing by scripts. In both cases, the ``--units`` option can be
402
used to enforce a given output unit.
403

    
404
The ``--storage-type`` option can be used to choose a storage unit
405
type. Possible choices are lvm-pv, lvm-vg or file.
406

    
407
The ``-o (--output)`` option takes a comma-separated list of output
408
fields. The available fields and their meaning are:
409

    
410
node
411
    the node name on which the volume exists
412

    
413
type
414
    the type of the storage unit (currently just what is passed in via
415
    ``--storage-type``)
416

    
417
name
418
    the path/identifier of the storage unit
419

    
420
size
421
    total size of the unit; for the file type see a note below
422

    
423
used
424
    used space in the unit; for the file type see a note below
425

    
426
free
427
    available disk space
428

    
429
allocatable
430
    whether we the unit is available for allocation (only lvm-pv can
431
    change this setting, the other types always report true)
432

    
433

    
434
Note that for the "file" type, the total disk space might not equal
435
to the sum of used and free, due to the method Ganeti uses to
436
compute each of them. The total and free values are computed as the
437
total and free space values for the filesystem to which the
438
directory belongs, but the used space is computed from the used
439
space under that directory *only*, which might not be necessarily
440
the root of the filesystem, and as such there could be files
441
outside the file storage directory using disk space and causing a
442
mismatch in the values.
443

    
444
Example::
445

    
446
    node1# gnt-node list-storage node2
447
    Node  Type   Name        Size Used   Free Allocatable
448
    node2 lvm-pv /dev/sda7 673.8G 1.5G 672.3G Y
449
    node2 lvm-pv /dev/sdb1 698.6G   0M 698.6G Y
450

    
451

    
452
MODIFY-STORAGE
453
~~~~~~~~~~~~~~
454

    
455
**modify-storage** [``--allocatable=yes|no``]
456
{*node*} {*storage-type*} {*volume-name*}
457

    
458
Modifies storage volumes on a node. Only LVM physical volumes can
459
be modified at the moment. They have a storage type of "lvm-pv".
460

    
461
Example::
462

    
463
    # gnt-node modify-storage --allocatable no node5.example.com lvm-pv /dev/sdb1
464

    
465

    
466
REPAIR-STORAGE
467
~~~~~~~~~~~~~~
468

    
469
**repair-storage** [--ignore-consistency] {*node*} {*storage-type*}
470
{*volume-name*}
471

    
472
Repairs a storage volume on a node. Only LVM volume groups can be
473
repaired at this time. They have the storage type "lvm-vg".
474

    
475
On LVM volume groups, **repair-storage** runs "vgreduce
476
--removemissing".
477

    
478

    
479

    
480
**Caution:** Running this command can lead to data loss. Use it with
481
care.
482

    
483
The ``--ignore-consistency`` option will ignore any inconsistent
484
disks (on the nodes paired with this one). Use of this option is
485
most likely to lead to data-loss.
486

    
487
Example::
488

    
489
    # gnt-node repair-storage node5.example.com lvm-vg xenvg
490

    
491

    
492
POWERCYCLE
493
~~~~~~~~~~
494

    
495
**powercycle** [``--yes``] [``--force``] {*node*}
496

    
497
This command (tries to) forcefully reboot a node. It is a command
498
that can be used if the node environment is broken, such that the
499
admin can no longer login over SSH, but the Ganeti node daemon is
500
still working.
501

    
502
Note that this command is not guaranteed to work; it depends on the
503
hypervisor how effective is the reboot attempt. For Linux, this
504
command requires the kernel option ``CONFIG_MAGIC_SYSRQ`` to be
505
enabled.
506

    
507
The ``--yes`` option can be used to skip confirmation, while the
508
``--force`` option is needed if the target node is the master
509
node.
510

    
511
POWER
512
~~~~~
513

    
514
**power** [``--force``] [``--ignore-status``] [``--all``]
515
[``--power-delay``] on|off|cycle|status [*nodes*]
516

    
517
This command calls out to out-of-band management to change the power
518
state of given node. With ``status`` you get the power status as reported
519
by the out-of-band managment script.
520

    
521
Note that this command will only work if the out-of-band functionality
522
is configured and enabled on the cluster. If this is not the case,
523
please use the **powercycle** command above.
524

    
525
Using ``--force`` you skip the confirmation to do the operation.
526
Currently this only has effect on ``off`` and ``cycle``. On those two
527
you can *not* operate on the master. However, the command will provide
528
you with the command to invoke to operate on the master nerver-mind.
529
This is considered harmful and Ganeti does not support the use of it.
530

    
531
Providing ``--ignore-status`` will ignore the offline=N state of a node
532
and continue with power off.
533

    
534
``--power-delay`` specifies the time in seconds (factions allowed)
535
waited between powering on the next node. This is by default 2 seconds
536
but can increased if needed with this option.
537

    
538
*nodes* are optional. If not provided it will call out for every node in
539
the cluster. Except for the ``off`` and ``cycle`` command where you've
540
to explicit use ``--all`` to select all.
541

    
542

    
543
HEALTH
544
~~~~~~
545

    
546
**health** [*nodes*]
547

    
548
This command calls out to out-of-band management to ask for the health status
549
of all or given nodes. The health contains the node name and then the items
550
element with their status in a ``item=status`` manner. Where ``item`` is script
551
specific and ``status`` can be one of ``OK``, ``WARNING``, ``CRITICAL`` or
552
``UNKNOWN``. Items with status ``WARNING`` or ``CRITICAL`` are logged and
553
annotated in the command line output.
554

    
555
.. vim: set textwidth=72 :
556
.. Local Variables:
557
.. mode: rst
558
.. fill-column: 72
559
.. End: