Displaying 7 results from an estimated 7 matches for "lsi_mrdsnmpagent".
2015 Dec 29
3
Systemd and systemd-sysv-generator
...this all out. A couple simple
steps/information I needed to verify. ]
Following what information I've gathered below, I don't think this is
relative to needing x86 libraries.
( Has Red Hat even built x86 libraries for x86_64 since RHEL7 no longer
supports x86? )
~]# file /etc/lsi_mrdsnmp/lsi_mrdsnmpagent
/etc/lsi_mrdsnmp/lsi_mrdsnmpagent: ELF 64-bit LSB executable, x86-64,
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.4.0, not stripped
~]# ldd /etc/lsi_mrdsnmp/lsi_mrdsnmpagent
linux-vdso.so.1 => (0x00007ffd29f4a000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fccadc7c...
2015 Dec 29
6
Systemd and systemd-sysv-generator
...[ OK ]
Starting lsi_mrdsnmpd (via systemctl): Failed to start
lsi_mrdsnmpd.service: Unit lsi_mrdsnmpd.service failed to load: No such
file or directory.
[FAILED]
~]# /etc/init.d/lsi_mrdsnmpd status
lsi_mrdsnmpagent is stopped
~]# ls -1 /etc/init.d/
dataeng
dsm_om_connsvc
dsm_om_shrsvc
dsm_sa_ipmi
functions
instsvcdrv
lsi_mrdsnmpd
netconsole
network
racsvc
racsvc.sh
README
# in /etc/init.d/README
"Note that traditional init scripts continue to function on a systemd
system. An init script /etc/rc.d/init...
2013 Feb 15
2
OT: LSI SAS1068e / Perc6/iR RAID Health
...heck_sasraid_megaraid Nagios script [0] in the past for PERC5i
and PERC6i controllers in Dell PE2950s. For 2950s I've only had to
install sas_snmp-3.11-0003.i386.rpm from LSI to get rolling.
I've tried installing parts from the MSM zip/tarball mess to install only
the lsi_mrdsnmpd daemon (lsi_mrdsnmpagent).
PERC5i = LSI 8048e (megaraid)
PERC6i = LSI SAS 1078 (megaraid)
SAS6/iR = LSI SAS 1068e (mptfusion)
[0] http://wleibzon.bol.ucla.edu/nagios/
[1] http://lists.centos.org/pipermail/centos/2009-November/085215.html
Thanks for any nudges in the right direction.
--
---~~.~~---
Mike
// SilverTip25...
2015 Dec 30
2
Systemd and systemd-sysv-generator
...tc/systemd/system/lsi_mrdsnmpd.service
> [Unit]
> Description=LSI SNMP Agent startup/shutdown script
>
> Requires=network.target
> Requires=snmpd.service
>
> After=network.target
> After=snmpd.service
>
>
> [Service]
> Type=forking
> ExecStart=/etc/lsi_mrdsnmp/lsi_mrdsnmpagent -c /etc/snmp/snmpd.conf
>
> [Install]
> WantedBy=multi-user.target
>
> hth,
> jlc
I appreciate the effort.
You took some of the fun out of it for me ... less for me to write. :-)
--
---~~.~~---
Mike
// SilverTip257 //
2015 Dec 30
2
Systemd and systemd-sysv-generator
...l
> > OpenManage SysV scripts either.
> >
> >
>
> The generators all run automatically when systemd reloads config.
>
> The transient unit files created are in /var/run ...
>
Thanks.
I located a few generated ones in /var/run/systemd/generator.late/
But not one for lsi_mrdsnmpagent
> Best way to see this is using systemctl (status|cat|show) <servicename> ...
>
> I expect if you do this for your failing service you'll get a better
> understanding of what's going on.
~]# systemctl status lsi_mrdsnmp.service
? lsi_mrdsnmp.service
Loaded: not-foun...
2015 Dec 29
0
Systemd and systemd-sysv-generator
...expected.
You may want to purge the sysv remnants.
# cat /etc/systemd/system/lsi_mrdsnmpd.service
[Unit]
Description=LSI SNMP Agent startup/shutdown script
Requires=network.target
Requires=snmpd.service
After=network.target
After=snmpd.service
[Service]
Type=forking
ExecStart=/etc/lsi_mrdsnmp/lsi_mrdsnmpagent -c /etc/snmp/snmpd.conf
[Install]
WantedBy=multi-user.target
hth,
jlc
2015 Dec 30
0
Systemd and systemd-sysv-generator
...>
> > >
> >
> > The generators all run automatically when systemd reloads config.
> >
> > The transient unit files created are in /var/run ...
> >
>
> Thanks.
> I located a few generated ones in /var/run/systemd/generator.late/
> But not one for lsi_mrdsnmpagent
>
>
> > Best way to see this is using systemctl (status|cat|show) <servicename>
> ...
> >
> > I expect if you do this for your failing service you'll get a better
> > understanding of what's going on.
>
>
> ~]# systemctl status lsi_mrdsnmp.ser...