Hi, I am working on a set of ebuilds to install OMSA 6.3 on Gentoo using the suse11 rpm's, I've created one ebuild for each real package rpm and also for the meta packages, I am now at a stage where emerge srvadmin-(base/storageservices/webserver) installs the correct packages and dependencies in the right order with the installed files ending up in the correct locations and with sensible permissions.
My first objective is to get srvadmin-base working and having ported over the necessary pre/post install/uninstall actions and emerging srvadmin-base I can start the omsa services and omreport/omconfig both appear to work normally, I will be working on storageservices and webserver components this week and will be putting the ebuilds online (or perhaps submitting them to sunrise) as soon as they are ready. The only problem I've had so far is some kernel messages about BMC returned incorrect response, the kernel is 2.6.35-gentoo-r12 which is very close to vanilla 2.6.35.8 so I don't think this issue is specific to the Gentoo kernel (see patches http://sourcestest.gentoo.org/cgi-bin/viewvc.cgi/linux-patches/genpatches-2.6/tags/2.6.35-13/). >From the kernel dmesg I can see that the ipmi message handler is version 39.2 which is a lot newer than the 33.13 minimum requirement set in omreg-hapi.cfg Below are some examples of the errors, they don't appear to be correlate with me running omreport or omconfig, but I assume those tools simply query or change the data state which the monitoring daemons regularly update by polling various sensors, I don't think they talk directly to the hardware. Nov 15 10:32:35 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Nov 15 10:51:24 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 40, got netfn 5 cmd 2d Nov 15 10:55:14 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 35, got netfn b cmd 40 Nov 15 10:58:18 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 40, got netfn 5 cmd 2d Nov 15 11:17:53 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 35, got netfn 5 cmd 2d Nov 15 11:20:57 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Nov 15 12:03:11 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Nov 15 12:13:33 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Nov 15 16:19:27 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 11, got netfn 5 cmd 14 Nov 15 16:19:27 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 11 Nov 15 16:19:27 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 1, got netfn 5 cmd 2d Nov 15 16:27:18 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 44, got netfn 7 cmd 41 Nov 15 17:01:14 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 11, got netfn 5 cmd 14 Nov 15 17:01:15 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 11 Nov 15 17:01:15 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 1, got netfn 5 cmd 2d Nov 15 17:16:13 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Nov 15 18:20:33 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 11, got netfn 5 cmd 14 Nov 15 18:20:33 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 11 Nov 15 18:20:33 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 1, got netfn 5 cmd 2d Nov 15 18:30:34 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 23, got netfn b cmd 22 Nov 15 18:30:34 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 1, got netfn b cmd 23 Nov 15 18:30:34 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 22, got netfn 7 cmd 1 Nov 15 18:31:35 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 59, got netfn d cmd 2 Nov 15 18:32:59 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 35, got netfn 5 cmd 2d Nov 15 18:38:00 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn b cmd 11, got netfn 5 cmd 14 Nov 15 18:38:00 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 11 Nov 15 18:38:00 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 1, got netfn 5 cmd 2d Nov 15 18:41:04 r200-omsa-gentootest kernel: IPMI message handler: BMC returned incorrect response, expected netfn 5 cmd 2d, got netfn b cmd 40 Andy _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
