[OmniOS-discuss] ipmievd smf manifest in system/management/ipmitool
Paul B. Henson
henson at acm.org
Mon Dec 2 20:52:02 UTC 2013
> From: Paul Henson Paul B. Henson
> Sent: Monday, December 02, 2013 12:42 PM
>
> The smf manifest for ipmievd in the ipmitool package has a hardcoded
> dependency on the default instance of system-log:
Oh, also, the startup script /lib/svc/method/svc-ipmievd looks for /dev/bmc,
that needs to be /dev/ipmi0 now.
Otherwise, you get into a confusing cycle of:
# svcadm enable svc:/network/ipmievd:default
# svcs -a | grep ipmi
disabled 12:44:06 svc:/network/ipmievd:default
# svcadm enable svc:/network/ipmievd:default
# svcs -a | grep ipmi
disabled 12:44:54 svc:/network/ipmievd:default
I stared at that for a couple of minutes before I thought to look at the log
;):
[ Dec 2 12:43:40 Executing start method ("/lib/svc/method/svc-ipmievd
start").]
/lib/svc/method/svc-ipmievd: No BMC device found: disabling.
[ Dec 2 12:43:40 Method "start" exited with status 0. ]
[ Dec 2 12:43:40 Stopping because all processes in service exited. ]
[ Dec 2 12:43:40 Executing stop method (:kill). ]
;)...
More information about the OmniOS-discuss
mailing list