On Mon, Aug 27, 2001 at 10:11:38AM -0400, Dias, Mario (Bolton) wrote:
>    Looking to move the log files on FW-management system from one drive
>    to another (within the same system). How to I tell FW-1 to point the
>    logs to another drive.

Symbolic links are your friends:

fwstop
cd $FWDIR
tar cf - log | ( cd /somewhere/newlogdir; tar xf - )
rm -rf log
ln -s /somewhere/newlogdir log
fwstart

and you're done.

Regards,

Hanus Adler 

-- 
One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================

Reply via email to