OMSA auf Dell Servern
Zur Navigation springen
Zur Suche springen
OMSA: Open Manage Server Administrator, Dell-Tool zur Systemüberwachung.
Debian-Repository
/etc/apt/sources.list ergänzen:
deb http://apt-cache:9998/dell dell6 sara
wget -O - http://ftp.sara.nl/debian_sara.asc | apt-key add -
Installation
aptitude install dellomsa snmpd
SNMP-Unterstützung in OMSA aktivieren:
/opt/dell/srvadmin/dataeng/bin/dataeng enablesnmp /etc/init.d/dataeng restart
Beispiel SNMP-Konfiguration (/etc/snmp/snmpd.conf)
# sec.name source community com2sec notConfigUser default public # groupName securityModel securityName group notConfigGroup v1 notConfigUser group notConfigGroup v2c notConfigUser # Make at least snmpwalk -v 1 localhost -c public system fast again. # name incl/excl subtree mask(optional) view all included .1 view systemview included .1.3.6.1.4.1.674.10892.1 # group context sec.model sec.level prefix read write notif access notConfigGroup "" any noauth exact all none none # Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX smuxpeer .1.3.6.1.4.1.674.10892.1
/etc/defaults/snmpd anpassen:
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -p /var/run/snmpd.pid 127.0.0.1'
war
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'
snmpd neustarten:
/etc/init.d/snmpd restart