Seems like Dell distributes open manage as RPM. Does anyone know a way to install it on Proxmox?
It would be convenient, but not the end of the world if we can't.
It would be convenient, but not the end of the world if we can't.
Dell got also packages for debian wheezy, see http://linux.dell.com/repo/community/debian/
I never used them personally (as I do not use dell), but they install well on a test box.
Thanks for the tip on the Debian packages. Somehow I never noticed.
Hi spirit, soon i will install openmanage over PVE 2.3, 3.1 and 3.2. The lates version of openmanage is 7.4 according to this link: http://linux.dell.com/repo/community/debian/ My question is if will need to install the "libssl 0.9.8" from squeeze, or i will need to install some other requirement for these version of PVE for get that openmanage works well? Thank you in advance for your willingness to share your knowledge and experiences with those who need Best regards Cesarnote that for wheezy, you need install the libssl deb from squeeze. (you can have both libssl from squeezy and wheezy without conflict). This is because openmanage is build on top of libssl 0.9.8.
Hi spirit, soon i will install openmanage over PVE 2.3, 3.1 and 3.2. The lates version of openmanage is 7.4 according to this link: http://linux.dell.com/repo/community/debian/ My question is if will need to install the "libssl 0.9.8" from squeeze, or i will need to install some other requirement for these version of PVE for get that openmanage works well? Thank you in advance for your willingness to share your knowledge and experiences with those who need Best regards Cesar
Looks like Dell Openmanage is not yet ported to Debian stretch for Proxmox 5.0
openmanage jessie version works fine for me, it's just miss libslp1 package (remove in stretch), but you can download the package from jessie, it's works fine too.
That good news, but can I ask how you're installing it, because it won't install for me, because of unmet dependencies.
I'm adding a repo: deb http://linux.dell.com/repo/community/ubuntu jessie openmanage
... and then trying to install the package "srvadmin-all".
I get the following, regardless of libslp1:
The following packages have unmet dependencies:
srvadmin-all : Depends: srvadmin-itunnelprovider (>= 8.4.0) but it is not going to be installed
Grateful for any hints. Cheers.
That good news, but can I ask how you're installing it, because it won't install for me, because of unmet dependencies.
I'm adding a repo: deb http://linux.dell.com/repo/community/ubuntu jessie openmanage
... and then trying to install the package "srvadmin-all".
I get the following, regardless of libslp1:
The following packages have unmet dependencies:
srvadmin-all : Depends: srvadmin-itunnelprovider (>= 8.4.0) but it is not going to be installed
Grateful for any hints. Cheers.
Thanks to everyone for their replies.
Between rafaeltorres's suggestion to also install libssl from jessie (along with libslp), and rpotter28's post on which packages to install, I've got it working now.
Cheers guys.
Can you please point out which specific libssl package from jessie is needed? There are various options on the ftp server mentioned by user spirit (forum will not allow me to include link) but I'm not sure what the differences are. I believe it should be one of the ones in this dir:
http :// . ftp.us.debian.org/debian/pool/main/o/openssl/
Thank you