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 differes 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       --dlock
38              Turn  on lock debugging, this will check lock operations to make
39              sure that locks are help in all the proper places and make  sure
40              that locks are properly nested.
41
42       --snmp Enable  the SNMP trap handler.  openipmish must be compiled with
43              SNMP code enabled for this option to be available.
44
45       --help Help output
46
47

COMMANDS

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

SEE ALSO

70       ipmi_cmdlang(7), ipmi_ui(1)
71
72

KNOWN PROBLEMS

74       None
75
76

AUTHOR

78       Corey Minyard <cminyard@mvista.org>
79
80
81
82OpenIPMI                           05/13/03                      openipmish(1)
Impressum