Folder organization: -------------------- win32 Windows 32 win64 Windows 64 rpm-linux32 rpm installation files for 32bit Linux operating systems rpm-linux64 rpm installation files for 64bit Linux operating systems apt-linux32 dpkg installation files for 32bit Linux operating systems rpm-linux64 dpkg installation files for 64bit Linux operating systems enterprise-apt rpm installation files for enterprise server enterprise-rpm apt installation files for enterprise server Installation ------------ There are two methods for installing Enterprise Server / Enterprise Agent, dpkg and rpm or adding the R1Soft repository and using aptitude/yum to install Installation using aptitude ---------------------------- 1) Edit /etc/apt/sources.list 2) At the bottom, add deb http://repo.r1soft.com/apt stable main 3) Get the gpg key # wget http://repo.r1soft.com/r1soft.asc # apt-key add r1soft.asc 4) Update the aptitude database # apt-get update 5) Install apt-get install r1soft-cdp-enterprise-server OR apt-get install r1soft-cdp-enterprise-agent Installation using yum ------------------------- 1) Edit /etc/yum.repos.d/r1soft.repo 2) Insert the following text [r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0 3) Save and exit 4) Install yum install r1soft-cdp-enterprise-server OR yum install r1soft-cdp-enterprise-agent Installing R1Soft CDP Enterprise Server with rpm ------------------------------------------------ 1) Create a temporary directory on the destination server 2) Copy the files in enterprise-rpm to the destination server 3) Login to the remote machine and chdir to the temporary directory created 4) rpm -i *.rpm Installing R1Soft CDP Enterprise Server with apt ------------------------------------------------ 1) Create a temporary directory on the destination server 2) Copy the files in enterprise-deb to the destination server 3) Login to the remote machine and chdir to the temporary directory created 4) dpkg -i *.deb Installing Enterprise Agents with rpm ------------------------------------- 1) Create a temporary directory on the destination agent 2) Copy the files in rpm-linux32 or rpm-linux64 appropriate files to the destination agent 3) cd to the temporary directory created 4) rpm -i *.rpm Installing Enterprise Agents with apt ------------------------------------- 1) Create a temporary directory on the destination agent 2) Copy the files in deb-linux32 or deb-linux64 appropriate files to the destination agent 3) cd to the temporary directory created 4) dpkg -i *.deb