If you need to install the Data Protector client software on a Debian based system, you will recognize no derivate is listed in the support matrix as supported version and the Debian Linux 6.0 (x64) and 7.0 (x64), and Ubuntu 12.x (x64) are supported only. However, if you require a disk agent installed on a Debian derivate (see http://en.wikipedia.org/wiki/List_of_Linux_distributions), you need to implement a workaround in order to run the push installation over the Data Protector Installation Server, otherwise the installation might fail. Please note: this workaround is not supported currently by HP.
- Install package “alien” using the command
apt-get install alien
- Install package “rpm” using the command
apt-get install rpm
- Move the rpm binary using the command
mv /usr/bin/rpm /usr/bin/rpm-org
- Create and edit the new file
/usr/bin/rpm
, i.e using the commandvi /usr/bin/rpm
- Content of the new file
#!/bin/sh
/usr/bin/rpm-org --force-debian $@ - After you saved the changes made, flag the file as “executable”:
chmod +x /usr/bin/rpm
Once you have implemented this workaround, you can push the disk agent using Data Protector GUI onto the new client.
I tried it but cannot install. I have an error No Enought Space.
But my /tmp has 98% free
I tryied a manual install. Connected cdrom on server and ./omnisetup.sh….
The installation is ok, the backups is ok, but I cannot upgrade the server.
My DP is in 9.05 and the cdrom is 9.00, so when I try to upgrade, I got the same insufficient space error.
Thanks
(Linux 3.2.0-4-amd64) OK.
[110:121] Insufficient disk space on filesystem containing path /tmp/omni_tmp
62728 KB required, only /tmp/omni_tmp/omni_chk_ds.sh: 1: /tmp/omni_tmp/omni_chk_ds.sh: /bin/awk: not found
(standard_in) 1: syntax error
KB available.
Please check path of awk:
In Ubuntu it’s installed in /usr/bin/awk.
Create a symblic link:
ln -s /usr/bin/awk /bin/awk
This should fix the issue