1IBMGTSIM(1) IB MANAGEMENT SIMULATOR IBMGTSIM(1)
2
3
4
6 IBMgtSim - Infiniband Management Simulator
7
9 IBMgtSim [-h] [-V mod-verb-pair-list] [-l log-file] [-p server-port]
10 [-w num-threads] [-f flow-tcl-file] [-s seed] -t topology
11
13 Simulates the Fabric as defined by the given topology file and start a
14 server to handle MAD requests from clients like OpenSM.
15
17-t topology
18A topology file describing the fabric to be simulated (see ibdm-topo-file)
19
21-s seed
22The seed to be used for random number generation.
23
24-f flow-tcl-file
25A tcl file to be sourced after the fabric is setup.
26
27-l log-file
28Set the log file of the simulator (default is /tmp/ibsim.log)
29
30-p server-port
31Set the port number the server attaches to (default 46517)
32
33-w num-threads
34The number of threads processing the mads
35
36-V <module-verbosity-pair-list>
37Provides a fine grain control over the log file verbosity. Given list of pairs
38of simulator software module names and their verbosity levels - every module
39is separatly controlled. The first value (missing module name) is controlling
40the default verbosity for all un-explicitly set modules.
41
42 Current Verbosity Levels:
43
44 MsgShowFatal = 0x01;
45 MsgShowError = 0x02;
46 MsgShowWarning= 0x04;
47 MsgShowInfo = 0x08;
48 MsgShowVerbose= 0x10;
49 MsgShowContext= 0x20;
50 MsgShowSource = 0x40;
51 MsgShowTime = 0x80;
52 MsgShowModule = 0x100;
53 MsgShowMads = 0x200;
54 MsgShowFrames = 0x400;
55 MsgShowAll = 0xffff;
56 MsgDefault = 0x62f;
57
58 Software Modules:
59
60 client, server, dispatcher, node, sma, lftMad, mftMad, vlArbMad, pKeyMad,
61 portInfoMad
62
63 Examples -V flag values might be:
64
65 -V 0xffff = Full verbosity on all modules
66
67 -V '0x3 server 0x6f2 sma 0xffff' = Only fatal and error for all modules
68 full verbosity for the SMA module and default verbosity for the
69 Server module.
70
71-h
72This help message
73
75 Eitan Zahavi, Mellanox Technologies LTD, eitan@mellanox.co.il
76
77
78
79IBMGTSIM 1.0 2008-06-16 IBMGTSIM(1)