1openipmish(1)          Shell interface to an IPMI system         openipmish(1)
2
3
4

NAME

6       openipmish - Shell interface to an IPMI system
7
8

SYNOPSIS

10       openipmish [option]
11
12

DESCRIPTION

14       The  openipmish  is  a command interpreter that gives the full power of
15       the OpenIPMI library to a user-level command language.  It is  designed
16       so  it  can easily be driven with a scripting language like TCL, it has
17       well-formed output.
18
19       openipmish starts up with no connections or anything  of  that  nature.
20       You must enter commands to make connections to domains.
21
22

OPTIONS

24       --dmsg Turn  on message debugging, this will dump all messages to debug
25              log output.
26
27       --drawmsg
28              Turn on raw message debugging, this will dump all low-level mes‐
29              sages  to  debug  log  output.  This differs from normal message
30              debugging in that all protocol messages  are  also  dumped,  not
31              just IPMI messages.
32
33       --dmem Turn  on memory debugging, this will cause memory allocation and
34              deallocations to be checked.  When the  program  terminates,  it
35              will dump all memory that was not properly freed (leaked).
36
37       --dmsgerr
38              Turn on printing out low-level message errors.
39
40       --dlock
41              Turn  on lock debugging, this will check lock operations to make
42              sure that locks are help in all the proper places and make  sure
43              that locks are properly nested.
44
45       -x <string>, --execute <string>
46              Execute the given string at startup.  This may be entered multi‐
47              ple times for multiple commands.
48
49       --glib Use glib for the OS handler.
50
51       --snmp Enable the SNMP trap handler.  openipmish must be compiled  with
52              SNMP code enabled for this option to be available.
53
54       --help Help output
55
56

COMMANDS

58       openipmish  follows  the  standard  command syntax defined in ipmi_cmd‐
59       lang(7).  See that for the details on most commands.  The  IPMI  manual
60       that comes with OpenIPMI will also be quite handy.
61
62       openipmish  defines  some commands that are not in the standard command
63       language.  These are:
64
65
66       read   Read and execute commands from the given file.
67
68
69       exit   Quit
70
71
72       redisp_cmd on|off
73              Normally, openipmish redisplays the command line when  an  event
74              comes in.  This is nice for interactive use, but bad for script‐
75              ing.  This lets you turn that function on and off.
76
77

SEE ALSO

79       ipmi_cmdlang(7), ipmi_ui(1)
80
81

KNOWN PROBLEMS

83       None
84
85

AUTHOR

87       Corey Minyard <cminyard@mvista.com>
88
89
90
91OpenIPMI                           05/13/03                      openipmish(1)
Impressum