1
2ethpingall(8) EFSFFCLIRG (Man Page) ethpingall(8)
3
4
5
7 ethpingall
8
9
10
11 Pings a group of hosts or chassis to verify that they are powered on
12 and accessible through TCP/IP ping.
13
15 ethpingall [-C] [-p] [-f hostfile] [-F chassisfile] [-h 'hosts']
16 [-H 'chassis']
17
19 --help
20
21 Produces full help text.
22
23
24 -C
25
26 Performs a ping against a chassis. Default is hosts.
27
28
29 -p
30
31 Pings all hosts /chassis in parallel.
32
33
34 -f hostfile
35
36 Specifies the file with hosts in cluster.
37 Default is /etc/eth-tools/hosts.
38
39
40 -F chassisfile
41
42 Specifies the file with chassis in cluster.
43 Default is /etc/eth-tools/chassis.
44
45
46 -h hosts
47
48 Specifies the list of hosts to ping.
49
50
51 -H chassis
52
53 Specifies the list of chassis to ping.
54
55
57 ethpingall
58
59 ethpingall -h 'arwen elrond'
60
61 HOSTS='arwen elrond' ethpingall
62
63 ethpingall -C
64
65 NOTE: This command pings all hosts /chassis found in the specified host
66 /chassis file. The use of -C option merely selects the default file
67 and/or environment variable to use. For this command, it is valid to
68 use a file that lists both hosts and chassis.
69
70 ethpingall -C -H 'chassis1 chassis2'
71
72 CHASSIS='chassis1 chassis2' ethpingall -C
73
75 HOSTS
76
77 List of hosts, used if -h option not supplied.
78
79
80 CHASSIS
81
82 List of chassis, used if -H option not supplied.
83
84
85 HOSTS_FILE
86
87 File containing list of hosts, used in absence of -f and -h.
88
89
90 CHASSIS_FILE
91
92 File containing list of chassis, used in absence of -F and
93 -H.
94
95
96 FF_MAX_PARALLEL
97
98 When -p option is used, maximum concurrent operations are
99 performed.
100
101
102
103Copyright(C) 2020 Intel Corporation ethpingall(8)