Previous Topic: Run the Content UtilityNext Topic: Content Utility Log Files


Configure the Content Utility

When the Content Utility runs for the first time, it generates a configuration file named content_utility.xml in the Installation path\CA\DSM\bin folder. You must configure this file to set the following parameters:

The content_utility.xml looks like this after the first run:

<contentutility_configuration>
	<general>
		<datadirectory>default</datadirectory>
	</general>
	<export>
		<manager>
			<hostname>machine001.ca.com</hostname> 
  			<enabled>yes</enabled> 
  			<ca_provided>no</ca_provided> 
 			<custom_created>yes</custom_created> 
  			<ca_intellisig>no</ca_intellisig> 
  			<custom_intellisig>yes</custom_intellisig> 
  			<intellisig_detail>yes</intellisig_detail>
		</manager>
	</export>
	<import>
		<manager>
			<hostname>machine101.ca.com</hostname> 
  			<enabled>yes</enabled> 
  			<ca_provided>no</ca_provided> 
  			<custom_created>yes</custom_created> 
  			<ca_intellisig>no</ca_intellisig> 
  			<custom_intellisig>yes</custom_intellisig> 
  			<intellisig_detail>yes</intellisig_detail>
		</manager>
	</import>
</contentutility_configuration>
General Section

This section has the following tag:

datadirectory

Defines the location of the export and import files. The default path is C:\Documents and Settings\All Users\Application Data\CA\software_definitions.

Export Section

In this section, you can specify the following parameters for exporting the files:

hostname

Defines the name of the DSM manager where you want to export the files.

ca_provided

Defines whether the CA Provided definitions must be exported.

custom_created

Defines whether the custom software definitions must be exported.

enabled

Specifies whether files are to be exported.

ca_intellisig

Specifies whether to export Intellisigs or not.

Import Section

In this section, you can specify the following parameters for importing the files:

hostname

Defines the name of the DSM manager where you want to import the files.

ca_provided

Defines whether the CA Provided definitions must be imported.

custom_created

Defines whether the custom software definitions must be imported.

enabled

Specifies whether files are to be imported.

ca_intellisig

Specifies whether to import Intellisigs or not.