1Ipmidetect(8) Ipmidetect Ipmidetect(8)
2
3
4
6 ipmidetect - list detected and/or undetected IPMI interfaces in a clus‐
7 ter
8
10 ipmidetect [OPTION...] [NODES...]
11
13 ipmidetect lists which IPMI nodes have been detected or undetected in a
14 cluster. This information is provided by the libipmidetect(3) library
15 and ipmidetectd(8) daemon.
16
17 ipmidetect will output the status of each IPMI node configured with
18 ipmidetectd(8) unless they are specified on the command line. If the
19 first node listed is "-", nodes will be read in from standard input.
20 The nodes can be listed in hostrange format, comma separated lists, or
21 space separated lists. See the section below on HOSTRANGED SUPPORT for
22 instructions on how to list hosts in range format. The hostnames listed
23 must be the shortened names of hostnames.
24
25
27 -h, --help
28 Print help and exit
29
30 -v, --version
31 Print version and exit
32
33 -o STRING, --hostname=STRING
34 server hostname (default=localhost)
35
36 -p INT, --port=INT
37 server port (default=8649)
38
39 -d, --detected
40 List only detected nodes
41
42 -u, --undetected
43 List only undetected nodes
44
45 -q, --hostrange
46 List nodes in hostrange format (default)
47
48 -c, --comma
49 List nodes in comma separated list
50
51 -n, --newline
52 List nodes in newline separated list
53
54 -s, --space
55 List nodes in space separated list
56
58 Multiple hosts can be input either as an explicit comma separated lists
59 of hosts or a range of hostnames in the general form: prefix[n-m,l-
60 k,...], where n < m and l < k, etc. The later form should not be con‐
61 fused with regular expression character classes (also denoted by []).
62 For example, foo[19] does not represent foo1 or foo9, but rather repre‐
63 sents a degenerate range: foo19.
64
65 This range syntax is meant only as a convenience on clusters with a
66 prefixNN naming convention and specification of ranges should not be
67 considered necessary -- the list foo1,foo9 could be specified as such,
68 or by the range foo[1,9].
69
70 Some examples of range usage follow:
71 foo[01-05] instead of foo01,foo02,foo03,foo04,foo05
72 foo[7,9-10] instead of foo7,foo9,foo10
73 foo[0-3] instead of foo0,foo1,foo2,foo3
74
75 As a reminder to the reader, some shells will interpret brackets ([ and
76 ]) for pattern matching. Depending on your shell, it may be necessary
77 to enclose ranged lists within quotes.
78
80 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
81
83 Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
84 Copyright (C) 2007 The Regents of the University of California.
85
86 This program is free software; you can redistribute it and/or modify it
87 under the terms of the GNU General Public License as published by the
88 Free Software Foundation; either version 2 of the License, or (at your
89 option) any later version.
90
92 libipmidetect(3), ipmidetect.conf(5), ipmidetectd(8)
93
94 http://www.gnu.org/software/freeipmi/
95
96
97
98Ipmidetect 0.8.8 2010-07-21 Ipmidetect(8)