Yesterday I finished the installation of a new Red Hat Enterprise Linux 5 (RHEL5) and I needed to install the Data Protector Disk Agent to backup its files. I have a Windows 2003 cell manager and a HP-UX install server that should help with the installation of the Data Protector software on UNIX/Linux/Solaris hosts… I’m quite a newbye on the topic but I was unable to install the disk agent using the HP-UX install server so here you will find instructions for the “always working” manual installation.
The first thing is to get the HP-UX PA-RISC install server CDs from HP website: if you do not have the original CDs you can get them as trial from here.
Now its time to install the Disk Agent on the server you need to backup; you need to install two packages that are not installed by default on the Red Hat Enterprise Linux 5: ncompress and xinetd. So, as root, execute the command:
1
|
|
to get the needed packages installed.
Insert the first CD of the HP-UX PA-RISC install server on the optical drive of the server and mount it:
1
|
|
Now it is install time:
1 2 |
|
Answer all the questions the installer asks to you and finish the installation. In my installation the Data Protector agent was not correctly added to the xinetd configuration… look if you find the omni file in /etc/xinetd.d… if you do not find it create it with the following content:
1 2 3 4 5 6 7 8 9 10 |
|
and verify it is owned by root and with 644 permissions.
OK… we are at the end…
1
|
|
As suggested by fluffy on comment #1 now you have to check if the firewall (iptables) is actually active: if the firewall is switched on you have to permit the traffic from and to port 5555 to flow regularly.
1 2 |
|
If you any on
you need to modify the file /etc/sysconfig/iptables
adding:
1
|
|
Now everything should be ok… let’s try if the Data Protector agent answers to port 5555:
1
|
|
That’s all… if you encounter any problem leave a comment here… I’ll try to help you.
Leave a comment even if you have a smarter method… I am very glad to learn.