Red Hat ENTERPRISE LINUX 4.5.0 - Guía de usuario Pagina 69

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 117
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 68
69
1.2.
Red Hat Enterprise Linux 6 to 7, SUSE Linux Enterprise Server 11
S u p p o r t e d O S
Red Hat Enterprise Linux 6 (RHEL6)
Red Hat Enterprise Linux 7 (RHEL7)
SUES Linux Enterprise Server 11 SP1 (SLES11SP1)
Set t i n g s
Stall Monitoring Setting
Log in to the system as the root user.
1) Install necessary packages in advance.
1-1) Install the following OpenIPMI packages.
RHEL6, RHEL7, SLES11SP1
OpenIPMI-*.rpm
ipmitool-*.rpm
2) Set OpenIPMI.
2-1) Refer to the following and modify /etc/sysconfig/ipmi by using editor.
----------------------------------------
IPMI_WATCHDOG=no
----------------------------------------
2-2) Set that OpenIPMI is possible to start automatically.
#chkconfig ipmi on
3) Set WDT Update program.
3-1) Referring to the following and create WDT Update program.
The file name is assumed to be "ResetWDT" in this case.
----------------------------------------
#!/bin/sh
sleep 60 <= You should change for your system.
/usr/bin/ipmitool raw 0x6 0x24 0x4 0x01 0xa 0x3e 0x08 0x07 > /dev/null 2>&1
*1
while true
do
/usr/bin/ipmitool raw 0x6 0x22 > /dev/null 2>&1
sleep 30 <= Update Interval. Set it with number of seconds. It is 30 seconds in this example.
done
----------------------------------------
*1 ipmitool parameter for Set Watchdog Timer Commnand
raw : Send RAW IPMI request and print response.
0x6 : NetFunction
0x24 : Command
0x4 : Timer Use (SMS/OS)
Vista de pagina 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 116 117

Comentarios a estos manuales

Sin comentarios