Thread: How-to install HP Data Protector 6.11 on Ubuntu 10.04 LTS 64 bits
assure dns name of client , reverse ip match
install rpm , xinetdcode:sudo hostname -f
modify /usr/bin/rpm 'force-debian'code:sudo apt-get update sudo apt-get install rpm xinetd
edit /usr/bin/rpm , copy script bellow , paste it.code:sudo mv /usr/bin/rpm /usr/bin/rpm-old
save , change rightcode:#!/bin/sh /usr/bin/rpm-old --force-debian $@
comment in /etc/services linecode:chmod 755 /usr/bin/rpm
get hp-dataprotector file: software_hp_dp_6.11_for_hp_ux_pa_b6960_15008_01.ta r.gzcode:#rplay 5555/udp # rplay audio service
or can dp file on ssh as: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
install dp agent: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
you should message:code:cd b6960-15008-01/local_install/ sudo ./omnisetup.sh -install da
check if ubuntu server has ext4 filesystem.code:data protector software package installed client not imported cell. please perform import manually installation/upgrade session finished.
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
Post a Comment