- 662Views0likes2Comments
Tryng to find a version of "Ghost"
that will run on Netfinity 7000 running The Citrix servers connect to our backend Oracle Database running on AIX 4.3.3 - although this is out of support as well we are able to restore it so we are just asking you to take care of the front end Citrix servers and Oracle 10.7 applications" They are trying to upgrade to current technology but I need to help my customer be able to backup the server, will buy some from some third party as disaster recovery backup. Thoughts, ideas???322Views0likes0CommentsBackup Exec
Hi, We user tape level backup or disk level backup for oracle database.We have evironment like Aix,Hp-Uinx,Redhat and windows. I am aksed to check the about backup exec tool for backup and restore.I don't have any idea about it. Please anyone share about it. what is pros and cons. BrSolved776Views0likes4CommentsBackup Exec RALUS on AIX
A customer of mine recently bought a few Backup Exec 2010 licenses and sent me an email today stating that he couldn't install the RALUS on an AIX server. Since I am not too familiar with Unix, I was wondering if anyone would be able to assist me in identifying the problem. Have pasted the details below... root@lokotin /RALUS_RMALS_RAMS-2896.9 # cat installralus #!/bin/sh VXIF_HOME=./;export VXIF_HOME VXIF_ORIGENVLANG=$LANG;export VXIF_ORIGENVLANG PERL_UNICODE=1;export PERL_UNICODE # Let's get the type of Machine we are running on this platform HDWR_TYPE=`uname -m` # Use our own distribution of Perl (VRTSperl) case `uname` in SunOS) if [ $HDWR_TYPE = "i86pc" ] ; then BITS_ARCH=`isainfo -b` if [ $BITS_ARCH = "32" ] ; then echo "ERROR: 32-bit not supported." elif [ -f ./RALUSx86/installralus ] ; then cd ./RALUSx86 ./installralus $* else echo "ERROR: Unable to launch Solaris x86 installer." fi exit 1 else if [ -f "./RALUS64/installralus" ] ; then cd ./RALUS64 ./installralus $* else echo "ERROR: Unable to launch Solaris 64-bit installer." fi exit 1 fi ;; Linux) if [ $HDWR_TYPE = "x86_64" ] ; then if [ -e "./RALUS64/installralus" ] ; then cd ./RALUS64 ./installralus $* else echo "ERROR: Unable to launch Linux 64-bit installer." fi exit 1 fi OS=Linux;export OS PERL_VER=5.8.8;export PERL_VER ;; *) echo "Not Supported." exit 1 ;; esac if [ -z "$VXIF_HOME" ] ; then echo "ERROR: Environment variable VXIF_HOME is not defined. Exiting ... " exit 1; fi if [ ! -d "${VXIF_HOME}/VxIF" ] ; then echo "ERROR: VXIF_HOME is invalid. It must point to the root of VxIF. Exiting ... " exit 1; fi ./perl/$OS/bin/perl -I. -I$PATH -I$VXIF_HOME -I./perl/$OS/lib/$PERL_VER installralus.pl $* root@lokotin /RALUS_RMALS_RAMS-2896.9 # ./installralus Not Supported. root@lokotin /RALUS_RMALS_RAMS-2896.9 # installralus Not Supported. root@lokotin /RALUS_RMALS_RAMS-2896.9 # uname -m 00CC5B554C00 root@lokotin /RALUS_RMALS_RAMS-2896.9 # uname AIXSolved1.5KViews0likes6Comments