1IBCACHEEDIT(8) Open IB Diagnostics IBCACHEEDIT(8)
2
3
4
6 IBCACHEEDIT -
7
9 SYNOPSIS
10 ibcacheedit [options] <orig.cache> <new.cache>
11
12 DESCRIPTION
13 ibcacheedit allows users to edit an ibnetdiscover cache created through
14 the --cache option in ibnetdiscover(8) .
15
16 OPTIONS
17 --switchguid BEFOREGUID:AFTERGUID
18 Specify a switchguid that should be changed. The before and
19 after guid should be separated by a colon. On switches, port
20 guids are identical to the switch guid, so port guids will be
21 adjusted as well on switches.
22
23 --caguid BEFOREGUID:AFTERGUID
24 Specify a caguid that should be changed. The before and after
25 guid should be separated by a colon.
26
27 --sysimgguid BEFOREGUID:AFTERGUID
28 Specify a sysimgguid that should be changed. The before and
29 after guid should be spearated by a colon.
30
31 --portguid NODEGUID:BEFOREGUID:AFTERGUID
32 Specify a portguid that should be changed. The nodeguid of the
33 port (e.g. switchguid or caguid) should be specified first, fol‐
34 lowed by a colon, the before port guid, another colon, then the
35 after port guid. On switches, port guids are identical to the
36 switch guid, so the switch guid will be adjusted as well on
37 switches.
38
39 Debugging flags
40 -h, --help show the usage message
41
42 -V, --version show the version info.
43
44 AUTHORS
45 Albert Chu
46 < chu11@llnl.gov >
47
48
49
50
51 IBCACHEEDIT(8)