Netbackup 7.5 client install on new SuSE Linux 11 SP2
We use a Windows based Netbackup Master and most of the machines we bck up are Windows based. However, we do have a few Linux based machines that we need to back up. These are all SuSE 11 SP2 machines, and are running on Intel based x86 hardware using the 64bit version of SuSE.
I don't have enough machines to merit any sort of remote install solution as we do have local access to them all.
I have attempted two things:
1) I downloaded the three part set of the Server/Client of Unix/Linux installation disks. Combined them using copy /b method, uncompressed them to a folder and copied them to the linux server. Run the ./install command from the second level directory creted, and .... nothing ....
2) So, I downloaded just the LinuxS client disk for Suse and followed the same routing after deleting the data from attempt 1 completely. I ran /.install on it and it came up and asked me if I wantted to install, I gave it a Y, and then I get the following:
Hello,
You need download from fileconnect this files:
NetBackup_7.5_CLIENTS_tar-gz.1of3
NetBackup_7.5_CLIENTS_tar-gz.2of3
NetBackup_7.5_CLIENTS_tar-gz.3of3
Copy the files do LInux box using winscp or other application with bin file mode active
join the files
cat "NetBackup_7.5_CLIENTS_tar-gz.1of3" "NetBackup_7.5_CLIENTS_tar-gz.2of3" "NetBackup_7.5_CLIENTS_tar-gz.3of3" > "NetBackup_7.5_CLIENTS.tar.gz"
run the ./install script and follow the instructions
if you don't have space left on /usr, tou can crerate a new volume, mount this new volume and create a symbolic link before initiate the instalation.
Ex.:
if the new volume is mounted at /vrtsnbu
# cd /usr
# ln -x /vrtsnbu openv
Regards