RACF IRRDBU00 connector provides configuration to customize the exclusion of resource and transaction records. This configuration is made through the connector.xml file. The sample connector.xml is available in the connector's override directory.
Follow these steps:
<property name="resourceClassesToExclude">
<list>
<!-- specify the values as regular expressions -->
<!-- NOTE: this is case sensitive -->
<value>UNIXMAP</value>
<value>RACFVARS</value>
<value>CACHECLS</value>
<value>CDT</value>
<value>GLOBAL</value>
<value>GMBR</value>
<value>RACFEVNT</value>
<value>RACFHC</value>
<value>RAUDITX</value>
<value>NDSLINK</value>
<value>NOTELINK</value>
<value>VM[^@#$]*</value>
</list>
</property>
<property name="transactionClassesToExclude">
<list>
<!-- specify the values as regular expressions -->
<!-- NOTE: this is case sensitive -->
<value>PROGRAM</value>
</list>
</property>
To verify the changes, acquire another RACF endpoint type, perform an import and check whether the resources are imported correctly or not.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |