Thread: R60_HFA05
View Single Post
  #25 (permalink)  
Old 2007-03-01
Tetaworx Tetaworx is offline
Member
 
Join Date: 2006-01-04
Location: Germany
Posts: 36
Rep Power: 0
Tetaworx has an average reputation (10+)
Send a message via ICQ to Tetaworx
Default Re: R60_HFA05

Quote:
Originally Posted by thebuffman View Post
Does anyone know of a script that can be used for .def file upgrades? I am not well stooped in Linux and it takes forever to replace those things, there are tons of them.
First you should check, which files were updated:

# ls -al *HFA.def

Than I think, you have to copy them one by one...

i.e.:

cp snmp_HFA.def snmp.def

Don't forget to do a "cpstop" before and a "cpstart" afterwards. Than you have to reinstall the policy to push the changes to the enforcement points.

But take care, that when you had made manual changes to the .def-files you have to sync these changes manually with the updated files.

I think, there is no other way at the moment.
Reply With Quote