Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Optivity Tip -- Clearing the Optivity NMS Database [AIX,HPUX, Solaris]

Status
Not open for further replies.

jfk

Vendor
Mar 11, 1999
67
US
Here are the steps to clear the Optivity NMS database:<br>
<br>
Log in as root on the Optivity server.<br>
<br>
sa_term &lt;= These two steps will end all optivity processes.<br>
opt_term<br>
<br>
cd $LNMSHOME/db<br>
rm -rf optivity.taf &lt;users&gt;.db *.log &lt;= Remove the &lt;user&gt;'s databases.<br>
IMPORTANT NOTE: Do not delete the ev.db or TEMPLATE directory!!!<br>
<br>
sa_init<br>
opt_init<br>
<br>
Bonus Tip:<br>
There is a handy (yet unsupported) utility in the $LNMSHOME/unsupported directory to clear the OpenView/NetView database called clearOVdb... Check it out.<br>
<br>
Later,<br>
jfk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top