To deploy NetBackup 6.X code to a new OracleClient

/usr/openv/netbackup/bin/admincmd/bpplclients -allunique -noheader | grep xxxxx

$ bash
cd /usr/openv/netbackup/bin/
run
./update_dbclients -?
To give the options
vi oracle.clients
and add an appropriate eentry
Then Run
./update_dbclients -ForceInstall oracle -ClientList oracle.clients
and that should be it.

On 7.X the agent software is included in the client.

cd $ORACLE_HOME/lib
mv libobk.so libobk.so.orig
On 64 bit systems do
ln -s /usr/openv/netbackup/bin/libobk.so64.1 libobk.so
Otherwise
ln -s /usr/openv/netbackup/bin/libobk.so.1 libobk.so
This creates a link to the new netbackup file

Bookmark de permalink.

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *