How to disable caching on NAM 3.1.0, 3.0.4 and earlier

  • 7005000
  • 09-Dec-2009
  • 26-Apr-2012

Environment

Novell Access Manager 3 Linux Access Gateway
Novell Access Manager 3.1.0 Linux Access Gateway

Situation

There may be times where you want to disable caching on the LAG in order to troubleshoot.

Resolution

On the LAG, create a touch file and remove the existing cache by doing the following:

touch /var/novell/.noCache

/etc/init.d/novell-vmc stop
rm /var/novell/.~newInstall
/etc/init.d/novell-vmc start

When done testing, simply delete the touch file and restart the vmc service to re-enable caching:

/etc/init.d/novell-vmc stop
/etc/init.d/novell-vmc start