安装脚本
apt purge srvadmin-*
mkdir /opt/dell/srvadmin/sbin -p
echo "deb http://linux.dell.com/repo/community/openmanage/930/bionic bionic main" > /etc/apt/sources.list.d/linux.dell.com.sources.list
gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F && gpg -a --export 1285491434D8786F | sudo apt-key add -
apt update
apt install libcurl4 libgpm2 libtinfo5
apt install libncurses5
mkdir dpks
cd dpks
wget http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-curl-client-transport1_2.6.5-0ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-client4_2.6.5-0ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman1_2.6.5-0ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/libwsman-server1_2.6.5-0ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-sfcc/libcimcclient0_2.2.8-0ubuntu2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/o/openwsman/openwsman_2.6.5-0ubuntu3_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/multiverse/c/cim-schema/cim-schema_2.48.0-0ubuntu1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-sfc-common/libsfcutil0_1.0.1-0ubuntu4_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/multiverse/s/sblim-sfcb/sfcb_1.4.9-0ubuntu5_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sblim-cmpi-devel/libcmpicppimpl0_2.0.3-0ubuntu2_amd64.deb
dpkg -i *.deb
apt update
apt install srvadmin-all
# 如果有NVME磁盘,可能导致服务出错,注销关联服务
nano /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini
注释
; vil7=dsm_sm_psrvil
cd /opt/dell/srvadmin/sbin
/opt/dell/srvadmin/sbin# ./srvadmin-services.sh status
/opt/dell/srvadmin/sbin# ./srvadmin-services.sh start
/opt/dell/srvadmin/sbin# ./srvadmin-services.sh status
注:请切换到root帐户进行以上操作
访问
地址:https://IP:1311/
帐户:当前服务器帐户
参考
http://www.manongjc.com/detail/62-uvofgqoeizvclga.html
https://forum.proxmox.com/threads/dell-openmanage-on-proxmox-6-x.57932/