Firefox 16, a treat for developers http://t.co/cnd27CzT
install DATA protector client in Linux
HP Data Protector software automates high-performance backup and recovery from disk or tape to enable 24×7 business continuity at a compelling price-to-performance ratio. Appropriate for medium and large companies, this software helps you reduce IT costs and complexity while delivering the reliability and scalability needed to grow from a single server environment to the largest distributed enterprise infrastructure. With more than 22,000 customers worldwide, HP Data Protector software is used by nearly half of Global 500 corporations. (from HP)
I have tested This installation on Fedora 10 11 RHEL 4* and 5X Centos5.x .
I have dwnloaded a trial version from HP website : B6960-10017.iso
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=DP60SWD1
we need some packages like xinedt and ncompress, to install them use this command :
# yum install ncompress xinetd
Lets start :
under root
#mount -u loop /tmp/B6960-10017.iso /mnt
#cd /mnt/LOCAL_INSTALL/; ls
omnisetup.sh readme.txt
#./omnisetup.sh
you have to answer some question about Media agent; interface;Disk agent IBM db2..
the install directory will be /opt/omni
now
vi /etc/xinetd.d/omni
and add
this script :
service omni
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /opt/omni/lbin/inet
server_args = inet -log /var/opt/omni/log/inet.log
disable = no
}
save and exit
now
#chmod 644 /etc/xinetd.d/omni
We have to add omni to services using the port 5555
#vi /etc/services
add
omni 5555/TCP #DATA Protector Client
save and exit
Now restart the xinetd with :
[root@Unixmen-com LOCAL_INSTALL]# /etc/init.d/xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
The port 5555 communication will be blocked if your Iptables is actif :
Stop the IPtables :
#/etc/init.d/iptables stop
# chkconfig iptables off
or add the omni port to Iptables with :
-A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 5555 -j ACCEPT
Check the connexion to your host :
[root@Unixmen-com tmp]# telnet localhost 5555
Trying ::1…
Connected to localhost.
Escape character is ‘^]’.
HP OpenView Storage Data Protector A.06.00: INET, internal build 331, built on Mon 03 Jul 2006 08:52:04 PM EDT
the latste step is back to your cell manager and add the hostname of the new client
Enjoy :)
{loadposition user9}
Related Articles By Tags :
{loadposition user1}
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...1 comment(s) |
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older : Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubun...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Install and Configure Samba share in Ubuntu 13.04 Raring Ringtail , 12.10, 12.04| Howto : Updated 05-04-2013: One of the most asked features for Samba is a graphical user interface to help w...0 comment(s) |
Recent Posts
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
- Getting Debian 7.0 ‘Wheezy’ Up and Running
Recent Comments





















Sam
| #
Thanks much. It worked like a charm.
HailsandNails
| #
Actually, what I see too much of, and what Microsoft actually (sorta) did with Windows 8 is think forward. And let’s be brutally honest. Windows 8 is actually NOT as bad as people is making it out, they’re just freakishly afraid of change (which Linux users are as well, it seems)
SK
| #
Yes i will. Keep visiting. Subscribe us to get daily updates. Thanks for the comment
Rakesh Vijayan
| #
Hi SK
I am Rakesh vijayan thanks for your great work ,by your work I start to learn what is ldap , my request is will you make tutorial for ldap and samba pdc for us on ubuntu 12.04
Guest
| #
It was a typo. Now its corrected. Thanks for pointing out.