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>
This section has the following tag:
Defines the location of the export and import files. The default path is C:\Documents and Settings\All Users\Application Data\CA\software_definitions.
In this section, you can specify the following parameters for exporting the files:
Defines the name of the DSM manager where you want to export the files.
Defines whether the CA Provided definitions must be exported.
Defines whether the custom software definitions must be exported.
Specifies whether files are to be exported.
Specifies whether to export Intellisigs or not.
In this section, you can specify the following parameters for importing the files:
Defines the name of the DSM manager where you want to import the files.
Defines whether the CA Provided definitions must be imported.
Defines whether the custom software definitions must be imported.
Specifies whether files are to be imported.
Specifies whether to import Intellisigs or not.
|
Copyright © 2013 CA.
All rights reserved.
|
|