cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall Netbackup Oracle Agent

chrislogo
Level 5
how do i unstall netbackup oracle agent from my unix box ?
1 ACCEPTED SOLUTION

Accepted Solutions

rj_nbu
Level 6
Employee Accredited Certified
when you run the oracle_link script, it basicallly creates a softlink between /usr/openv/netbackup/bin/libobk.so or libobk.so64 with $ORACLE_HOME/lib/libobk.so

To unlink this simply run the unlink command

cd $ORACLE_HOME/lib

unlink libobk.so


View solution in original post

5 REPLIES 5

Stumpr2
Level 6
why would you want to do this? If it is a license issue then simply uninstall the license.

chrislogo
Level 5
Is there a way to uninstall Netbackup Oracle Agent on the client ?

chrislogo
Level 5
how can we unlink netbackup aoracle gent from RMAN

rj_nbu
Level 6
Employee Accredited Certified
when you run the oracle_link script, it basicallly creates a softlink between /usr/openv/netbackup/bin/libobk.so or libobk.so64 with $ORACLE_HOME/lib/libobk.so

To unlink this simply run the unlink command

cd $ORACLE_HOME/lib

unlink libobk.so


Sriram
Level 6
Do this to uninstall the oracle agent:

1.  cd /usr/openv/pack/NB_ORA_6.5.2/save (or select whatever the version you have installed)
2.  run ./NB_update.uninstall
3.  Now follow the onscreen display and finish the uninstall
4.  The uninstallation process will be stored in /usr/openv/pack/pack.history and pack.summary.
5.  You can verify these logs to troubleshoot for any issues.

Hope this helps