Skip to content

Commit

Permalink
Increased the BMC timeout from 5 seconds to 30 seconds
Browse files Browse the repository at this point in the history
On a zaius machine, the BMC was consistently hitting a checkstop
with the system shutting down with error status 0x613 following
istep 13.11 - mss_draminit_training.

The theory was that it was hitting a timeout issue.  Increasing
the timeout from 5 seconds to 30 seconds abated the situation. It
does appear that it was timeout issue.

Change-Id: I825f461855b2a4a70c732f0dda308b2579d60a7d
CQ:SW466685
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82034
Reviewed-by: Glenn Miles <milesg@ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
velozr authored and dcrowell77 committed Aug 12, 2019
1 parent cfad355 commit 08db2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/ipmibase/ipmiconfig.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2018 */
/* Contributors Listed Below - COPYRIGHT 2014,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -30,7 +30,7 @@
// Information contained in the Get Interface Capabilities command
//
// Request to response time default, in seconds
const uint8_t IPMI::g_bmc_timeout = 5;
const uint8_t IPMI::g_bmc_timeout = 30;

// Number of allowed outstanding requests default
const uint8_t IPMI::g_outstanding_req = 0x01;
Expand Down

0 comments on commit 08db2d6

Please sign in to comment.