Here's a quick how to for installing the latest R1Soft CDP 3.0 Enterprise Agent into Proxmox. I figured I'd share if someone else is wanting to do it...
Note you might have to change the version numbers based on what's new..
install kernel headers and unzip:
download r1soft agent: (3.14 at the time of this writing)
unzip R1Soft:
change into directory for debian 64
install r1soft
it "should" work after this point, if not compile the module:
i had to use this command twice to get it to start
you can verify it's running by this command
Regards,
Marc
Falcon Internet
Note you might have to change the version numbers based on what's new..
install kernel headers and unzip:
Code:
apt-get install pve-headers-`uname -r` unzip
download r1soft agent: (3.14 at the time of this writing)
Code:
wget http://download.r1soft.com/d/enterprise-agent/3.14.0-linux64/R1Soft-EnterpriseAgent/R1Soft-EnterpriseAgent-linux64-3.14.0.zip
unzip R1Soft:
Code:
unzip R1Soft-EnterpriseAgent-linux64-*.zip
change into directory for debian 64
Code:
cd deb-linux64/
install r1soft
Code:
dpkg -i *.deb
it "should" work after this point, if not compile the module:
Code:
r1soft-setup --get-module --no-binary
i had to use this command twice to get it to start
Code:
/etc/init.d/cdp-agent restart
you can verify it's running by this command
Code:
ps aux | grep cdp
Regards,
Marc
Falcon Internet
Last edited by a moderator: