You can use dbedit to configure the initial settings for a Security Gateway and the Security Policy, then update and change the settings when necessary.
|
Note - Make sure that the script in the text files does not contain blank lines. Otherwise the script stops with an error. |
Initial Configuration
fwm load and install the policy on one or more Security Gateways.Updating and Changing the Policy
send_command -s <domain_server> –u <admin> –p <password> –o db_change_since_last_saveThe Last modifier field shows the administrator name.
fwm load and install the policy on one or more Security Gateways.To update and change the commands for a Domain Management Server:
This sample script installs the Standard policy from Domain Management Server Cust_CMA on the Security Gateway examplegw.
mdsenv Cust_CMA send_command –s Cust_CMA –u admin –p admin –o db_change_since_last_save dbedit –globallock -s Cust_CMA -u admin -p admin -f dbedit_modifiability_objects.txt fwm load Standard examplegw |