1IPMI_PORT(8) System Manager's Manual IPMI_PORT(8)
2
3
4
6 ipmi_port - a daemon to bind RMCP port 623 to prevent portmap from
7 using it
8
9
11 ipmi_port [-bx]
12
13
15 This ipmi_port service starts and binds port 623, then sleeps forever,
16 so that the portmap service will not try to reuse port 623, which it
17 otherwise might try to do. Since the IPMI firmware snoops the NIC
18 channel and grabs any traffic destined for RMCP port 623, any applica‐
19 tion in the OS which tried to use port 623 would fail.
20
21
23 Command line options are described below.
24
25 -b Background mode. Convert to a daemon and run in background.
26 Without specifying this option, ipmi_port will run in fore‐
27 ground.
28
29 -x Causes eXtra debug messages to be displayed.
30
31
33 ipmiutil(8) ialarms(8) iconfig(8) idiscover(8) ievents(8) ifru(8)
34 igetevent(8) ihealth(8) ilan(8) ireset(8) isel(8) isensor(8) iserial(8)
35 isol(8) iwdt(8)
36
37
39 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
40 and any bug fix list.
41
42
44 Copyright (C) 2009 Kontron America, Inc.
45
46 See the file COPYING in the distribution for more details regarding
47 redistribution.
48
49 This utility is distributed in the hope that it will be useful, but
50 WITHOUT ANY WARRANTY.
51
52
54 Andy Cress <arcress at users.sourceforge.net>
55
56
57
58
59 Version 1.0: 14 Apr 2010 IPMI_PORT(8)