1
2ethpingall(8) EFSFFCLIRG (Man Page) ethpingall(8)
3
4
5
7 ethpingall
8
9
10
11 Pings a group of hosts or switches to verify that they are powered on
12 and accessible through TCP/IP ping.
13
15 ethpingall [-C] [-p] [-f hostfile] [-F switchesfile] [-h 'hosts']
16 [-H 'switches']
17
19 --help
20
21 Produces full help text.
22
23
24 -C
25
26 Performs a ping against switches. Default is hosts.
27
28
29 -p
30
31 Pings all hosts /switches 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 switchesfile
41
42 Specifies the file with switches in cluster.
43 Default is /etc/eth-tools/switches.
44
45
46 -h hosts
47
48 Specifies the list of hosts to ping.
49
50
51 -H switches
52
53 Specifies the list of switches 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 /switches found in the specified
66 host /switches file. The use of -C option merely selects the default
67 file and/or environment variable to use. For this command, it is valid
68 to use a file that lists both hosts and switches.
69
70 ethpingall -C -H 'switch1 switch2'
71
72 SWITCHES='switch1 switch2' ethpingall -C
73
75 HOSTS
76
77 List of hosts, used if -h option not supplied.
78
79
80 SWITCHES
81
82 List of switches, 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 SWITCHES_FILE
91
92 File containing list of switches, 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-2022 Intel Corporation ethpingall(8)