1IRESET(8) System Manager's Manual IRESET(8)
2
3
4
6 ipmiutil reset - perform a hardware reset on the system
7
9 ipmiutil reset [-dcnorsx -N node -U user -P/-R pswd -EFJTVY]
10
11
13 ipmiutil reset is a program that uses IPMI commands to perform a hard‐
14 ware reset of the chassis, or boot to a specific device. This utility
15 can use either the /dev/ipmi0 driver from OpenIPMI, the /dev/imb driver
16 from Intel, the /dev/ipmikcs driver from valinux, direct user-space
17 IOs, or the IPMI LAN interface if -N.
18
19
21 Command line options are described below.
22
23 -c Power Cycle the system chassis
24
25 -d Power Down the system chassis
26
27 -u Power Up the system chassis
28
29 -n Send NMI to the system
30
31 -p Reboots to PXE network boot, for this reboot only.
32
33 -o Do a soft shutdown of the OS, and then reset. Note that remote
34 soft shutdown (-o -N) requires ipmiutil getevt -a running on the
35 target server.
36
37 -D Do a soft shutdown of the OS, and then power down. Note that
38 remote soft shutdown (-D -N) requires ipmiutil getevt -a running
39 on the target server.
40
41 -s Do a hard reset and reboot to the Service Partition, for this
42 reboot only. Reboots to the default if no service partition is
43 configured.
44
45 -b Do a hard reset and reboot to the BIOS Setup menu, for this
46 reboot only.
47
48 -e Reboots to EFI, if EFI boot is enabled, for this reboot only.
49
50 -f Reboots to Floppy/Removable, for this reboot only.
51
52 -h Reboots to a Hard Disk, for this reboot only.
53
54 -m Reboots to CDROM Media, for this reboot only.
55
56 -p Reboots to PXE
57
58 -r Hard Reset the system chassis
59
60 -s Reset and boot to the Service Partition
61
62 -w Wait for BMC ready after a reset before exiting the utility.
63
64 -x Causes extra debug messages to be displayed.
65
66 -N nodename
67 Nodename or IP address of the remote target system. If a node‐
68 name is specified, IPMI LAN interface is used. Otherwise the
69 local system management interface is used.
70
71 -P/-R rmt_pswd
72 Remote password for the nodename given. The default is a null
73 password.
74
75 -U rmt_user
76 Remote username for the nodename given. The default is a null
77 username.
78
79 -E Use the remote password from Environment variable IPMI_PASSWORD.
80
81 -F drv_t
82 Force the driver type to one of the followng: imb, va, open,
83 gnu, landesk, lan, lan2, lan2i, kcs, smb. Note that lan2i means
84 lan2 with intelplus. The default is to detect any available
85 driver type and use it.
86
87 -J Use the specified LanPlus cipher suite (0 thru 14):
88 0=none/none/none, 1=sha1/none/none, 2=sha1/sha1/none,
89 3=sha1/sha1/cbc128, 4=sha1/sha1/xrc4_128, 5=sha1/sha1/xrc4_40,
90 6=md5/none/none, ... 14=md5/md5/xrc4_40. Default is 3.
91
92 -T Use a specified IPMI LAN Authentication Type: 0=None, 1=MD2,
93 2=MD5, 4=Straight Password, 5=OEM.
94
95 -V Use a specified IPMI LAN privilege level. 1=Callback level,
96 2=User level, 3=Operator level, 4=Administrator level (default),
97 5=OEM level.
98
99 -Y Yes, do prompt the user for the IPMI LAN remote password.
100 Alternatives for the password are -E or -P.
101
102
103
105 ipmiutil(8) ialarms(8) iconfig(8) icmd(8) idiscover(8) ievents(8)
106 ifru(8) igetevent(8) ihealth(8) ilan(8) isel(8) isensor(8) iserial(8)
107 isol(8) iwdt(8)
108
109
111 See http://ipmiutil.sourceforge.net/ for the latest version of ipmiutil
112 and any bug fix list.
113
114
116 Copyright (C) 2009 Kontron America, Inc.
117
118 See the file COPYING in the distribution for more details regarding
119 redistribution.
120
121 This utility is distributed in the hope that it will be useful, but
122 WITHOUT ANY WARRANTY.
123
124
126 Andy Cress <arcress at users.sourceforge.net>
127
128
129
130
131 Version 1.4: 17 Feb 2010 IRESET(8)