nv-l

Re: snmpv2mib snmpv2mib.bin and trapd.conf

2000-01-13 17:56:10
Subject: Re: snmpv2mib snmpv2mib.bin and trapd.conf
From: Faruk Grozdanic <farukg AT US.IBM DOT COM>
To: nv-l AT lists.tivoli DOT com
Date: Thu, 13 Jan 2000 15:56:10 -0700
Phillip try this:


This method can be used to backup the database on an existing server weekly
or if there are two

systems that backup each other, this method can synch them.



The directories that should be copied are : databases, <ovsnmp> db, lrf,
rulesets, seedfile, and
ESE.automation.  Once we unpack that database on the new server and start
daemons, netmon can look for the same seedfile, and your rulesets should
work as well.  If you have notify on there you should pack that as well.
Also try to use
pax instead of tar because tar doesn't work well with hash files.


db source server:

cd /usr/OV
ovstop netmon
pax -wvf backup.pax databases/ lrf/ conf/rulesets conf/ovsnmp.conf_db
conf/ESE.automation <path>/seedfile
ovstart netmon
(you may think about oid_to_sym files as well, it depends if you defined
anything in there)

compress backup.pax
ftp the file to you destination server



db destination:
uncompress backup.pax.Z (in the /usr/OV dir of you dest. server)
ovstop nvsecd
pax -rvf backup.pax

ovstart OVORS_M
reset_ci
nvstat -cleanup
stopsrc -s snmpd  (to be safe, only on AIX)
ovstart ovwdb
mapadmin -u default:<hostname>
startsrc -s snmpd
xnmsnmpconf -clearCache
ovstart
nv6000


Faruk G.


Philip_Guerra AT TIVOLI DOT [email protected]> on 01/13/2000 08:32:22 AM

Please respond to Discussion of IBM NetView and POLYCENTER Manager on
      NetView <NV-L AT UCSBVM.UCSB DOT EDU>

Sent by:  Discussion of IBM NetView and POLYCENTER Manager on NetView
      <NV-L AT UCSBVM.UCSB DOT EDU>


To:   NV-L AT UCSBVM.UCSB DOT EDU
cc:
Subject:  Re: snmpv2mib snmpv2mib.bin and trapd.conf



ok with that being said, I need to move my netview server from one TMR to
another.  Is there a recommended way to do it without having to rediscover?
will baking up the directories below and the database dir be enough to tar
up
and install after it is in the new tmr?

Regards,
Philip




James Shanks <James_Shanks AT TIVOLI DOT COM> on 01/13/2000 08:43:10 AM

Please respond to Discussion of IBM NetView and POLYCENTER Manager on
NetView
      <NV-L AT UCSBVM.UCSB DOT EDU>

To:   NV-L AT UCSBVM.UCSB DOT EDU
cc:    (bcc: Philip Guerra/Tivoli Systems)
Subject:  Re: snmpv2mib snmpv2mib.bin and trapd.conf




Sure.  We load customer configurations that way all the time.

James Shanks
Tivoli (NetView for UNIX) L3 Support



Gregory Adams <gadams AT US.IBM DOT COM> on 01/13/2000 08:00:47 AM

Please respond to Discussion of IBM NetView and POLYCENTER Manager on
NetView
      <NV-L AT UCSBVM.UCSB DOT EDU>

To:   NV-L AT UCSBVM.UCSB DOT EDU
cc:    (bcc: James Shanks/Tivoli Systems)
Subject:  snmpv2mib snmpv2mib.bin and trapd.conf




Hello all,

I have loaded mibs and added traps on one nv6000 server v5.1.2 AIX and
would like to configure another new NV6000 v5.1.2 AIX server with the same
loaded mibs and traps configuration, would it be possible to copy
/usr/OV/snmp_mibs, /usr/OV/conf/trapd.conf, /usr/OV/conf/snmpv2mib,
/usr/OV/conf/snmpv2mib.bin on to this new server and run with that
configuration ?

Thankyou   Greg Adams