How to enable IBM z/OS Connect rule sets and policies
You must enable IBM z/OS Connect policies to have IBM z/OS Connect perform the actions that are defined in your rule sets.
You can manually enable your policies and rule sets either by restarting the server or by using the Refresh Modify command. The Refresh Modify command refreshes all server artifacts, including bind files, policies, .aar, .sar, and .ara files, and the server.xml configuration file. For more information, see MVS system MODIFY commands in the Reference section.
When the server starts, it enables any rule set files in the location defined in the
location parameter of the zosconnect_policy
element in the
server.xml configuration file.
BAQR7056I z/OS Connect policy <policy name> is active.The following message indicates that an API-specific policy is active:
BAQR7082I: z/OS Connect policy <policy name> is active for API <API name>
You can also use MBeans to update your policies and rule sets on demand. For more information, see Using an MBean to trigger updates.
How to apply rule set changes dynamically
Before you begin
About this task
Procedure
How to apply policy changes dynamically
Before you begin
About this task
Procedure
-
In the server.xml configuration file, set the
updateTrigger parameter of the
config
element to polled.You can also set this parameter to mbean to enable updates on demand. For more information, see Using an MBean to trigger updates. -
Save the configuration file.
If the updateTrigger parameter was set to
disabled
, restart the server or issue the Refresh Modify command to activate this change. - From now on, changes to the server.xml configuration file, will be enabled automatically without restarting the server.