1ib_acme(1) ib_acme ib_acme(1)
2
3
4
6 ib_acme - test and configuration utility for the IB ACM
7
9 ib_acme [-f addr_format] [-s src_addr] -d dest_addr [-v] [-c] [-e] [-P] [-S svc_addr] [-C repetitions]
10 ib_acme [-A [addr_file]] [-O [opt_file]] [-D dest_dir] [-V]
11
13 ib_acme provides assistance configuring and testing the ibacm service.
14 The first usage of the service will test that the ibacm is running and
15 operating correctly. The second usage model will automatically create
16 address and configuration files for the ibacm service.
17
19 -f addr_format
20 Specifies the format of the src_addr and dest_addr parameters.
21 Valid address formats are: 'i' ip address, 'n' host name, 'l'
22 lid, 'g' gid, and 'u' unspecified. If the -f option is omitted,
23 an unspecified address format is assumed. ib_acme will use
24 getaddrinfo or other mechanisms to determine which format the
25 address uses.
26
27 -s src_addr
28 Specifies the local source address of the path to resolve. The
29 source address can be an IP address, system network name, or
30 LID, as indicated by the addr_format option.
31
32 -d dest_addr
33 Specifies the destination address of the path to resolve. The
34 destination address can be an IP address, system network name,
35 or LID, as indicated by the addr_format option.
36
37 -v Indicates that the resolved path information should be verified
38 with the active IB SA. Use of the -v option provides a sanity
39 check that resolved path information is usable given the current
40 cluster configuration.
41
42 -c Instructs the ACM service to only returned information that cur‐
43 rently resides in its local cache.
44
45 -e [N] Displays one (N = 1, 2, ...) or all endpoints (N = 0 or not
46 present).
47
48 -P [opt]
49 Queries performance data from the destination service. Valid
50 options are: "col" for outputting combined data in column for‐
51 mat, "N" (N = 1, 2, ...) for outputting data for a specific
52 endpoint N, "all" for outputting data for all endpoints, and
53 "s" for outputting data for a specific endpoint with the address
54 given by the -s option.
55
56 -S svc_addr
57 address of ACM service, default: local service
58
59 -C repetitions
60 number of repetitions to perform resolution. Used to measure
61 performance of ACM cache lookups. Defaults to 1.
62
63 -A [addr_file]
64 With this option, the ib_acme utility automatically generates
65 the address configuration file ibacm_addr.cfg. The generated
66 file is constructed using the system host name.
67
68 -O [opt_file]
69 With this option, the ib_acme utility automatically generates
70 the option configuration file ibacm_opts.cfg. The generated
71 file is currently generated using static information.
72
73 -D dest_dir
74 Specify the destination directory for the output files.
75
76 -V Enables verbose output. When combined with -A or -O options,
77 ib_acme will display additional details, such as generated
78 address information saved to the ibacm_addr.cfg file.
79
81 The ib_acme utility performs two main functions. With the -A and -O
82 options, it automatically generates address or options configuration
83 files. The generated files are text based and may be edited. These
84 options are intended to provide a simple way to configure address and
85 option information on all nodes on a cluster.
86
87 The other function of the ib_acme utility is to test the ibacm service,
88 including helping to verify that the service is usable given the cur‐
89 rent cluster configuration. The ib_acme utility can resolve IP
90 addresses, network names, or IB LIDs into a path record. It can then
91 compare that path record against one obtained by the SA. When used to
92 test the ibacm service, the ib_acme utility has the side effect of
93 loading the ibacm caches.
94
95 Multiple, numerical destinations can be specified by adding brackets []
96 to the end of a base destination name or address. Users may specify a
97 list of numerical ranges inside the brackets using the following exam‐
98 ple as a guide: node[1-3,5,7-8]. This will result in testing node1,
99 node2, node3, node5, node7, and node8.
100
102 ibacm(7), ibacm(1)
103
104
105
106ib_acme 2014-06-16 ib_acme(1)