View Single Post
  #2 (permalink)  
Old 2006-04-28
Lackie Lackie is offline
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 5
Lackie has an average reputation (10+)
Default Re: Uninstalling VPN-1 Pro from Mgmt Server

These commands are not platform-specific; they will work on Windows or Unix-based systems, including IPSO. This example is done on a windows plaform with the default installation directory.

A reboot will be necessary for this to take effect. If rebooting the Management Station is not possible, unloading the policy from the Management Station should resolve any immediate issues.

Verify that the Management Station is configured as a FireWall Module:

c:\>cpprod_util FwIsFireWallModule

The output will be 1 or 0.

If it is 1, then the Management Station believes itself to be a FireWall Module, as well.

Unload the policy from the Management Station **very important to make sure you do this**:

c:\>fw unloadlocal

Run this command to set the Management Station not to be a module:

c:\>cpprod_util FwSetFireWallModule 0

Verify the setting with the first command; the output should be 0.

Reboot the Management Station at the earliest convenience.
Reply With Quote