[EXTERNAL EMAIL] Hi, I add :
############################# # Stretch packages for curl # ############################# # # stretch # deb http://ftp.fr.debian.org/debian stretch main contrib non-free #deb-src http://ftp.fr.debian.org/debian stretch main contrib non-free # # Security updates # deb http://security.debian.org/ stretch/updates main contrib non-free #deb-src http://security.debian.org/ stretch/updates main contrib non-free # # Monitoring Dell server # deb http://linux.dell.com/repo/community/openmanage/910/stretch stretch main deb http://linux.dell.com/repo/community/openmanage/911/stretch stretch main deb http://linux.dell.com/repo/community/openmanage/iSM/340/stretch/ stretch main in my /etc/apt/sources.list. Then I do : apt update && apt -y install -t stretch curl libcurl3 # for Dell OpenManage. gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-key 1285491434D8786F gpg -a --export 1285491434D8786F | apt-key add - apt -y install snmp snmpd snmp-mibs-downloader sed -i -e 's/^defaultMonitors/# defaultMonitors/' -e 's/^linkUpDownNotifications/# linkUpDownNotifications/' /etc/snmp/snmpd.conf systemctl restart snmpd.service apt-get -y install srvadmin-all srvadmin-idracadm7 srvadmin-idracadm8 dcism srvadmin-cm chmod 644 /lib/systemd/system/dcismeng.service /opt/dell/srvadmin/sbin/srvadmin-services.sh restart my_login=my_admin_login # Replace with your personal login if [ $(grep -c $my_login /opt/dell/srvadmin/etc/omarolemap) == "0" ]; then sed -i "/root/ a $my_login \t*\tAdministrator" /opt/dell/srvadmin/etc/omarolemap ; fi chmod 640 /opt/dell/srvadmin/etc/omarolemap I have an old version of OpenManage but it is a complete version with Web server but of course I have a Stretch version of curl. I'm waiting like you to a real Debian support of their products. I also install DSU on my Proxmox 6 (Debian Buster based) with success. I run a verification of Firmware update to do without pass be Lifecycle method with need to stop server. Le 02/10/2019 à 08:56, Matthias Auf der Maur a écrit : > > [EXTERNAL EMAIL] > Dear Eneko, > > I'm not an OMSA power user, but I installed it recently on a PowerEdge 2900 > with Debian 10. I followed the instructions on > http://linux.dell.com/repo/community/openmanage/ with version 9.3.0, and > using bionic as release. In addition I had to install by hand libxslt1.1, > which some executables depend on. I did not install srvadmin-all, because of > some conflict. Instead I installed only the components I needed. So far it > seems to work for me, but I did not check everything thoroughly. > > Best regards > Matthias > > > > On 10/1/19 6:42 PM, [email protected] wrote: >> ------------------------------ >> >> Message: 5 >> Date: Tue, 1 Oct 2019 17:14:43 +0200 >> From: Eneko Lacunza <[email protected]> >> To: [email protected] >> Subject: [Linux-PowerEdge] OMSA on Debian 10 >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset="utf-8"; format=flowed >> >> >> [EXTERNAL EMAIL] >> >> Hi all, >> >> I sent this on 12th sept, and it seems mailing list know works so... >> >> I hope this mailing list is still working :-) >> >> We have just updated a Debian 7/Proxmox 3.x based Dell T420 server to >> Debian 10/Proxmox 6.0 . >> >> Is there any plan to any kind of release of OMSA for Debian 10? Debian 9 >> test repo has worked quite well for us. >> >> Thanks a lot >> Eneko >> > -- Bien cordialement, Jean-Daniel TISSOT Service Informatique UMR Chrono-environnement <mailto:[email protected]> Tel: +33 3 81 666 440 Fax: +33 3 81 666 568 CNRS <http://www.cnrs.fr/> Université de Franche-Comté <http://www.univ-fcomte.fr/> Laboratoire Chrono-environnement <http://chrono-environnement.univ-fcomte.fr/> 16, Route de Gray 25 030 BESANÇON Cedex Plan et Accès <https://umap.openstreetmap.fr/fr/map/service-informatique-chrono-environnement_239834?scaleControl=true&miniMap=true&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=false&tilelayersControl=false&embedControl=false&datalayersControl=true&onLoadPanel=undefined&captionBar=true&datalayers=611097&locateControl=false&measureControl=false&editinosmControl=false#19/47.24516/5.98446>
_______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
