On Tue, Dec 29, 2015 at 1:10 PM, Greg Bailey gbailey@lxpro.com wrote:
On 12/29/2015 10:13 AM, Mike - st257 wrote:
Hello CentOS List,
I have a server that has SysV script supplied by a hardware manufacturer, which is not functioning properly. From my reading, systemd-sysv-generator should handle them (like it did for Dell OpenManage software which supplied SysV init scripts).
/usr/lib/systemd/system-generators/systemd-sysv-generator Takes no or 3 arguments (it tells me), but I didn't find clear documentation on this binary. And no arguments doesn't seem to fix the issue.
The particular software in question is LSI MegaRaid SNMP daemon. I retrieved the latest version from LSI's site which was provided for EL7.
~]# systemctl lsi_mrdsnmpd.service start Unknown operation 'lsi_mrdsnmpd.service'.
Hi Mike,
With "systemctl", the command comes before the name; did you try:
systemctl start lsi_mrdsnmpd
Well shucks ... looks like I copy+pasted some nonsense rather than actually what I did earlier. Gotta pay more attention.
~]# systemctl start lsi_mrdsnmpd Failed to start lsi_mrdsnmpd.service: Unit lsi_mrdsnmpd.service failed to load: No such file or directory.