Skip to main content

Thread: How-to install HP Data Protector 6.11 on Ubuntu 10.04 LTS 64 bits


assure dns name of client , reverse ip match

code:
sudo hostname -f
install rpm , xinetd

code:
sudo apt-get update  sudo apt-get install rpm xinetd
modify /usr/bin/rpm 'force-debian'
code:
sudo mv /usr/bin/rpm /usr/bin/rpm-old
edit /usr/bin/rpm , copy script bellow , paste it.
code:
#!/bin/sh  /usr/bin/rpm-old --force-debian $@
save , change right
code:
chmod 755 /usr/bin/rpm
comment in /etc/services line
code:
#rplay     5555/udp   # rplay audio service
get hp-dataprotector file: software_hp_dp_6.11_for_hp_ux_pa_b6960_15008_01.ta r.gz
code:
tar xvfz software_hp_dp_6.11_for_hp_ux_pa_b6960_15008_01.tar.gz b6960-15008-01/local_install/ b6960-15008-01/hpux_pa/dp_depot/dp_a0611_ux11x_is.sd_depot
or can dp file on ssh as:
code:
ssh login@server_where_is_the_file "cat /directory/software_hp_dp_6.11_for_hp_ux_pa_b6960_15008_01.tar.gz" |tar xfzv - b6960-15008-01/local_install/ b6960-15008-01/hpux_pa/dp_depot/dp_a0611_ux11x_is.sd_depot
install dp agent:
code:
cd b6960-15008-01/local_install/  sudo ./omnisetup.sh -install da
you should message:
code:
data protector software package installed    client not imported cell.    please perform import manually      installation/upgrade session finished.
check if ubuntu server has ext4 filesystem.
if yes. edit /opt/omni/lbin/.util
goto line 351 , add "-t ext4" bellow:
code:
/bin/df -p -t ext2 -t sfs -t ext -t minix -t xiafs -t reiserfs -t ext3 -t ext4 -t vfat -t vxfs -t xfs 2>/dev/null | sed '1d' | awk '{print $6}'



Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help How-to install HP Data Protector 6.11 on Ubuntu 10.04 LTS 64 bits


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support