[EXTERNAL EMAIL]
>-bash: sudo: command not found Take the "sudo" out of that command. You don't need it if you're running as root. i.e.: gpg -a --export 1285491434D8786F | apt-key add - -----Original Message----- From: Linux-PowerEdge [mailto:[email protected]] On Behalf Of Jerry Warner Sent: Monday, December 23, 2019 10:42 AM To: [email protected] Subject: [Linux-PowerEdge] Proxmox with PERCH H710 [EXTERNAL EMAIL] I need step by step help to install the Dell software to monitor the RAID health on a Poweredge T320 running Proxmox (based on Debian GNU/Linux 10 (buster)) I tried to follow the instructions at http://linux.dell.com/repo/community/ubuntu/ but clearly I'm doing something wrong and I'm not savy enough with Linux to know what it is. root@pve:~# touch /etc/apt/sources.list.d/linux.dell.com.sources.list root@pve:~# echo 'deb http://linux.dell.com/repo/community/ubuntu {release-name} openmanage' deb http://linux.dell.com/repo/community/ubuntu {release-name} openmanage root@pve:~# gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 1285491434D8786F: public key "Dell Inc., PGRE 2012 (PG Release Engineer ing Build Group 2012) <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1 root@pve:~# gpg -a --export 1285491434D8786F | sudo apt-key add - -bash: sudo: command not found gpg: [stdout]: write error: Broken pipe gpg: filter_flush failed on close: Broken pipe root@pve:~# gpg -a --export 1285491434D8786F | sudo apt-key add -bash: sudo: command not found gpg: [stdout]: write error: Broken pipe gpg: filter_flush failed on close: Broken pipe root@pve:~# gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-key 12854914 34D8786F gpg: key 1285491434D8786F: "Dell Inc., PGRE 2012 (PG Release Engineering Build G roup 2012) <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 root@pve:~# gpg -a --export 1285491434D8786F | apt-key add - OK root@pve:~# apt-get update Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://ftp.us.debian.org/debian buster InRelease Get:3 http://ftp.us.debian.org/debian buster-updates InRelease [49.3 kB] Hit:4 http://download.proxmox.com/debian/pve buster InRelease Fetched 49.3 kB in 1s (44.8 kB/s) Reading package lists... Done root@pve:~# apt-get install srvadmin-all Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package srvadmin-all I could use some help. _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge
