Hi Ashot, Please see this thread post describing a work around for this problem:
http://marc.info/?m=144547856307326 In short, the reliable way to reboot the machine remotely is to issue IPMI BMC reset and then SSH issue a reboot. Here is a sample command line: $ ipmitool -I lanplus -U $_ipmi_user -f $_ipmi_pass_file -H $_ipmi_ip \ mc reset cold This is part of the sysutils/ipmitool port: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/ipmitool/ Regards, Anton
