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