Symantec Backup Exec Agent on Ubuntu 10.04.4 64Bit

To install the Backup Exec Linux agent you will need the installation tar.gz
cd ~
wget http://SOMEPLACE/RALUS_RMALS_RAMS-2896.9.tar.gz

RALUS_RMALS_RAMS-2896 requires libstdc++5, alas Ubuntu in there wisdom ships with libstdc++6 now.
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-25ubuntu1_amd64.deb
dpkg-deb -x libstdc++5_3.3.6-25ubuntu1_amd64.deb ia64-libs
cp ia64-libs/usr/lib/x86_64-linux-gnu/libstdc++.so.5.0.7 /usr/lib64/
cd /usr/lib64/
ln -s libstdc++.so.5.0.7 libstdc++.so.5

-> Installation of the agent.
cd ~
tar zxvf RALUS_RMALS_RAMS-2896.9.tar.gz RALUS/
cd RALUS/RALUS64/
./installralus

-> Accept all the default details, make sure you put the IP address of your media server when requested.

Cheers
Ad

Please Register.


If you wish to add comments.
Cheers
Adam