<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>logIt &#187; OVCoreID</title>
	<atom:link href="https://lakm.us/logit/tag/ovcoreid/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/logit</link>
	<description>Log Around The Clock</description>
	<lastBuildDate>Sat, 06 Jun 2015 14:17:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Replace Existing OVCoreID Entries</title>
		<link>https://lakm.us/logit/2009/03/replace-existing-ovcoreid-entries/</link>
		<comments>https://lakm.us/logit/2009/03/replace-existing-ovcoreid-entries/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:00:50 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[OpenView]]></category>
		<category><![CDATA[install-deinstall]]></category>
		<category><![CDATA[managed node]]></category>
		<category><![CDATA[OVCoreID]]></category>

		<guid isPermaLink="false">http://localhost/it/?p=47</guid>
		<description><![CDATA[In a de-installed node, OVCoreID can then be manually added to the management server. After installing the node copy the new $ ovcoreid from the managed node to the management server: opcnode -chg_id cocpeca1.somecompany.lan id=xxx &#60;ovcoreid&#62; The node label cocpeca1 must already exist, check first by using: opcnode -list_nodes node_list=cocpeca1.somecompany.lan It is also better to [...]]]></description>
				<content:encoded><![CDATA[<p>In a de-installed node, OVCoreID can then be manually added to the management server. After installing the node copy the <strong>new</strong> <code>$ ovcoreid</code> from the managed node to the management server:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -chg_id cocpeca1.somecompany.lan <span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">id</span></span>=xxx <span style="color: #000000; font-weight: bold;">&lt;</span>ovcoreid<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>The node label cocpeca1 must already exist, check first by using:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -list_nodes <span style="color: #007800;">node_list</span>=cocpeca1.somecompany.lan</pre></div></div>

<p>It is also better to disable the node first by using:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -chg_nodetype <span style="color: #007800;">node_list</span>=cocpeca1.somecompany.lan <span style="color: #007800;">node_type</span>=DISABLED</pre></div></div>

<p>After granting (<code>opccsa</code>), it can be re-enabled by:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -chg_nodetype <span style="color: #007800;">node_list</span>=cocpeca1.somecompany.lan <span style="color: #007800;">node_type</span>=CONTROLLED</pre></div></div>

<p>(<a href="http://localhost/it/?p=19">Here</a> is related post on forcing OVCoreID)</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2009/03/replace-existing-ovcoreid-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual HTTPS Agent Installation-Deinstallation (2)</title>
		<link>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation-2/</link>
		<comments>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation-2/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:16:16 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[OpenView]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[install-deinstall]]></category>
		<category><![CDATA[managed node]]></category>
		<category><![CDATA[OVCoreID]]></category>

		<guid isPermaLink="false">http://localhost/it/?p=19</guid>
		<description><![CDATA[&#8230;cont&#8217;d&#8230; More Messy situation usually occur if agent was previously installed (along with activation in management server, node addition, etc.). If an HTTPS agent is deinstalled manually in the managed node, its data stays exist in certificate server &#38; management server. We need to clean this mess. Under complete deinstallation, the following directories are removed [...]]]></description>
				<content:encoded><![CDATA[<p>&#8230;cont&#8217;d&#8230;<br />
<strong>More Messy</strong> situation usually occur if agent was previously installed (along with activation in management server, node addition, etc.). If an HTTPS agent is deinstalled manually in the managed node, its data stays exist in certificate server &amp; management server. We need to clean this mess.</p>
<p>Under complete deinstallation, the following directories are removed by</p>
<ul>
<li><code>rm -Rf /etc/OV/</code></li>
<li><code>rm -Rf /var/opt/OV/</code></li>
</ul>
<p>Hence, installing again in that managed node will give new OVCoreID. After activation, certificate request (<code>ovcert -certreq</code>) will appear in management server. A mismatch then occurs (due to similar host name [?]) from previous registration.</p>
<p>In management server we must delete previous information. At least the previously added node:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -del_node <span style="color: #007800;">node_name</span>=tikanga3.internal.mycompany.lan <span style="color: #007800;">net_type</span>=NETWORK_IP</pre></div></div>

<p>There is a way to force previously-registered OVCoreID from the management server:</p>
<ol>
<li> Copy the core ID from the managed node (check <code>ovcoreid</code>)</li>
<li> On management server: <code>opccsacm -issue -file [some file to save to] -pass [password] -name [fqdn hostname] -coreid [coreid of node]</code></li>
<li> FTP above file to managed node</li>
<li> On managed node:</li>
</ol>
<ul>
<li><code>ovconfchg -ns sec.cm.client -set CERTIFICATE_DEPLOYMENT_TYPE MANUAL</code></li>
<li><code>ovc -stop</code></li>
<li><code> ovcert -importcert -file [FTP'd file]</code></li>
<li><code> ovc -start</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual HTTPS Agent Installation-Deinstallation (1)</title>
		<link>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation/</link>
		<comments>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:30:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenView]]></category>
		<category><![CDATA[install-deinstall]]></category>
		<category><![CDATA[managed node]]></category>
		<category><![CDATA[OVCoreID]]></category>

		<guid isPermaLink="false">http://localhost/it/?p=3</guid>
		<description><![CDATA[Having pre-installed machine to be used for agent installation experiment is somehow tedious. But, I benefit from the troubleshooting effort. Actually the pointers is written in Arsena &#8211; OVO Admin Guide v1.0a, but it wasn&#8217;t emphasized visually as being significant (so I missed it). There are three common install situation: Clean. OVCoreID and node mapping [...]]]></description>
				<content:encoded><![CDATA[<p>Having pre-installed machine to be used for agent installation experiment is somehow tedious. But, I benefit from the troubleshooting effort.</p>
<p>Actually the pointers is written in <em>Arsena &#8211; OVO Admin Guide v1.0a</em>, but it wasn&#8217;t emphasized visually as being significant (so I missed it). There are three common install situation:</p>
<ul>
<li><strong>Clean</strong>. OVCoreID and node mapping is triggered by agent (usually fresh install)</li>
<li><strong>Messy</strong>. Node mapping is not exist</li>
<li><strong>More Messy</strong>. OVCoreID mismatch (usually there was previous ID from previous deinstallation)</li>
</ul>
<p>How to find which trouble I&#8217;m into?</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opccsa -list_pending_cr</pre></div></div>

<p>The problem is: it&#8217;d take some time for the pending-list to appear in the management server. I did restart (<code>ovc -restart</code>) the server, but it only helped a little (inconsistent). The server may have too much load at that time as the pending-list is appearing completely in the following day:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> Hostname  <span style="color: #000000; font-weight: bold;">|</span>                         Request ID  <span style="color: #000000; font-weight: bold;">|</span>                  Mapped Host  <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #660033;">-------------------------------------------------------------------------------------------------------</span>
localhost.localdomain  d936333e-f6a4-<span style="color: #000000;">7537</span>-0376-8e055989b35e
localhost.localdomain  e8087476-f686-<span style="color: #000000;">7537</span>-16ba-c77d2fc599e3
rhel-arif.internal.mycompany.lan  6e73e0a6-f57c-<span style="color: #000000;">7537</span>-<span style="color: #000000;">1622</span>-b0d28f73264c
tikanga3.internal.mycompany.lan  <span style="color: #000000; font-weight: bold;">&lt;</span>strong<span style="color: #000000; font-weight: bold;">&gt;</span>bc0a2506-f8d2-<span style="color: #000000;">7537</span>-<span style="color: #000000;">1416</span>-e692e27b7af0<span style="color: #000000; font-weight: bold;">&lt;/</span>strong<span style="color: #000000; font-weight: bold;">&gt;</span>  tikanga3.internal.mycompany.lan
tikanga3.internal.mycompany.lan  d1f8b5b2-d14a-<span style="color: #000000;">7537</span>-0325-c7ed4464fe55</pre></div></div>

<p>In <strong>Messy</strong> situation. We need to map the node through command line or Motif GUI.</p>
<p>Once, I do it through GUI:.</p>
<p>In the 2nd attempt I mix: adding node in GUI: <code>Actions > Add Node</code> and then map using command line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opccsa -map_node bc0a2506-f8d2-<span style="color: #000000;">7537</span>-<span style="color: #000000;">1416</span>-e692<span style="color: #007800;">e27b7af0</span>=tikanga3</pre></div></div>

<p>Those numbers are request ID listed in <code>list_pending_cr</code>. <code>tikanga3</code> is the name of the node that we&#8217;ve added.</p>
<p>To add node through command line (instead of GUI) do:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">opcnode -add_node <span style="color: #007800;">node_name</span>=tikanga3.internal.mycompany.lan <span style="color: #007800;">node_label</span>=tikanga3 <span style="color: #007800;">net_type</span>=NETWORK_IP <span style="color: #007800;">mach_type</span>=MACH_BBC_LX26RPM_X86 <span style="color: #007800;">comm_type</span>=COMM_BBC <span style="color: #007800;">group_name</span>=Linux <span style="color: #007800;">layout_group</span>=MenaraDuta</pre></div></div>

<p>If  <code>layout_group</code> isn&#8217;t included by default the added node will be in layout group <code>HoldingArea</code>.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2009/02/manual-https-agent-installation-deinstallation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
