- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: HP-OpenIPMI drivers ipmi_si don't load
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 03:57 AM
12-28-2006 03:57 AM
HP-OpenIPMI drivers ipmi_si don't load
I have a few question, I can't load ipmi_si module on my centos4.4 x86_64. I used HP-OpenIPMI start script and no module is loaded. My /var/log/messages tells :
ipmi_si: Searching for PCI Vendor 0x103c, Device 0x3302
ipmi_si: Trying "kcs" at I/O port 0xca2
ipmi_si: Trying "smic" at I/O port 0xca9
ipmi_si: Trying "bt" at I/O port 0xe4
ipmi_si: Unable to find any System Interface(s)
My server is a DL360 G4p.
Does somebody knows what to change in the start script. Thanks you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2006 01:13 AM
12-29-2006 01:13 AM
Re: HP-OpenIPMI drivers ipmi_si don't load
I do not have a setup like your so just speculating... hope this get you going.
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2007 01:28 AM
01-02-2007 01:28 AM
Re: HP-OpenIPMI drivers ipmi_si don't load
Here is a sample of lspci
#lspci -n
00:03.0 Class 0604: 1022:7460 (rev 07) ....
For exemple, I used 10227460 as PCIVendorDevice given by 1022:7460 for all my lspci entries. Am I right, did I use the good numbers ?
Thanks for your answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 11:39 AM
03-06-2007 11:39 AM
Re: HP-OpenIPMI drivers ipmi_si don't load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 07:24 PM
03-06-2007 07:24 PM
Re: HP-OpenIPMI drivers ipmi_si don't load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 03:27 AM
03-07-2007 03:27 AM
Re: HP-OpenIPMI drivers ipmi_si don't load
cat /proc/bus/pci/devices | grep -i 0e11a0f0
If there is output, your system use ASM controller.
cat /proc/bus/pci/devices | grep -i 0e11b203
If there is output, your system use iLO controller.
cat /proc/bus/pci/devices | grep -i 103c3302
If there is output, your system use iLO2 controller.
From my understanding, only iLO2 controller provide IPMI functions.