Opened 16 years ago

Closed 15 years ago

#10 closed defect (fixed)

/etc/init.d/dsm_om_shrsvc can't make up it's mind about IPMI

Reported by: anonymous Owned by:
Priority: major Milestone:
Version: 5.3.0 Keywords:
Cc:

Description

When I run /etc/init.d/dsm_om_shrsvc start, I get following message at the console after a short time:

<?xml version="1.0" encoding="UTF-8"?>
<InventoryError lang="en"><SPStatus result="false" module="bmcie.sh -xml">
        <Message>The OpenIPMI driver is currently loaded. Please unload the driver before executing.</Message>
    </SPStatus><SPStatus result="false" module="bmcie.sh -xml"><Message>Invalid inventory results.</Message></SPStatus><SPStatus result="false" module="svm.sh -i">
        <Message>The OpenIPMI driver is currently loaded. Please unload the driver before executing.</Message>
    </SPStatus><SPStatus result="false" module="svm.sh -i"><Message>Invalid inventory results.</Message></SPStatus></InventoryError>

When I stop all IPMI applications running and rmmod all modules with IPMI in their name (which are ipmi_devintf ipmi_si ipmi_msghandler) and restart the init script, I get this after a short while instead:

<?xml version="1.0" encoding="UTF-8"?>
<InventoryError lang="en"><SPStatus result="false" module="svm.sh -i">
      <Message>IPMI is not available. Ensure that IPMI is enabled and the supported IPMI driver is installed on your system.</Message>
    </SPStatus><SPStatus result="false" module="svm.sh -i"><Message>Invalid inventory results.</Message></SPStatus></InventoryError>

Next I tried running /etc/init.d/dsm_sa_ipmi start, but the three modules mentioned above were then all three re-loaded and I got the first error again.

Change History (2)

comment:1 Changed 16 years ago by bas

At our Site we do not use these scripts, but i have tried to start the daemons and i get the same error message, maybe we have to enable some settings in the init,d scripts or /etc/default files.

comment:2 Changed 15 years ago by bas

  • Resolution set to fixed
  • Status changed from new to closed

this is old and probaly fixed in 5.4

Note: See TracTickets for help on using tickets.