<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scoutbaker</id>
		<title>SDU - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Scoutbaker"/>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Special:Contributions/Scoutbaker"/>
		<updated>2026-04-28T07:04:40Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.1</generator>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Cohesion&amp;diff=4307</id>
		<title>Cohesion</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Cohesion&amp;diff=4307"/>
				<updated>2011-02-15T02:35:47Z</updated>
		
		<summary type="html">&lt;p&gt;Scoutbaker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Cohesion Application Configuration Manager 5.0 '''&lt;br /&gt;
&lt;br /&gt;
Cohesion's integration with CA CMDB v12 and above is supported by CA Support.&lt;br /&gt;
&lt;br /&gt;
Cohesion can update the CMDB via a report given proper access to update the CMDB application.  The report function creates an xml file that uploaded/inserted into the CMDB.&lt;br /&gt;
The system checks for duplicates by looking for like: system name, host name, dns name, serial number.     There is also a shared MDR number between the configuration item in CMDB and the configuration item in Cohesion.&lt;br /&gt;
You can also export the xml file and update the CMDB manually via the command line using GRLOADER.  &lt;br /&gt;
&lt;br /&gt;
GRLOADER /? will give you available parameters.&lt;br /&gt;
&lt;br /&gt;
typical update command is ''grloader -E -I -a -u username -p password -s http://host:8080 -i c:\filename.xml''&lt;br /&gt;
&lt;br /&gt;
to insert add the -n parameter ''grloader -n -E -I -a -u username -p password -s http://host:8080 -i c:\filename.xml''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CA recommends no more than 500 servers per instance of Cohesion, any more then you have to add secondary servers&lt;br /&gt;
&lt;br /&gt;
'''TroubleShooting Cohesion integration with CMDB'''&lt;br /&gt;
&lt;br /&gt;
In running CMDB 12.1 with an externally hosted database we had many duplicate CI&amp;quot;s created when we tried to update the CMDB with XML from Cohesion, even though there should not have been.  CA stated the MDR Registration process goes to sleep and sometimes does not reconnect properly.  Killing the MDR_registration process on the server hosting the CMDB application before doing any imports seems to resolve this, as the MDR_registration process will restart automatically and make a solid connection to database to enable any imports.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''SQL Tables'''&lt;br /&gt;
&lt;br /&gt;
If you are interested in doing a query for which software is found which servers the two tables components_ui_table (software) and the cc_host table (servers)&lt;br /&gt;
&lt;br /&gt;
The following query will give you results of software to server &lt;br /&gt;
&lt;br /&gt;
    use cohesion&lt;br /&gt;
    select sw.mod_name, srv.host_name&lt;br /&gt;
    from components_ui_table sw&lt;br /&gt;
    left outer join cc_host srv&lt;br /&gt;
    on &lt;br /&gt;
    sw.host_id = srv.host_id&lt;br /&gt;
    order by mod_name&lt;/div&gt;</summary>
		<author><name>Scoutbaker</name></author>	</entry>

	</feed>