<?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; motif GUI</title>
	<atom:link href="https://lakm.us/logit/tag/motif-gui/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>Java GUI First Look</title>
		<link>https://lakm.us/logit/2009/02/java-gui-first-look/</link>
		<comments>https://lakm.us/logit/2009/02/java-gui-first-look/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:20:47 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[OpenView]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java GUI]]></category>
		<category><![CDATA[motif GUI]]></category>

		<guid isPermaLink="false">http://localhost/it/?p=28</guid>
		<description><![CDATA[Unlike motif GUI session, Java GUI user session can be used in multiple logins. However, administration tools are in limited set compared to motif GUI. Get this GUI from the management server through browser port 3443 (i.e http://192.168.80.3:3443/). For Linux, Java Runtime Environment must be set. I use Sun Java 6, so: JAVA_DIR=/usr/ for the [...]]]></description>
				<content:encoded><![CDATA[<p>Unlike motif GUI session, Java GUI user session can be used in multiple logins. However, administration tools are in limited set compared to motif GUI.</p>
<p>Get this GUI from the management server through browser port 3443 (i.e <code>http://192.168.80.3:3443/</code>). For Linux, Java Runtime Environment must be set.</p>
<p>I use Sun Java 6, so: <code>JAVA_DIR=/usr/</code> for the GUI to run it as <code>$JAVA_DIR/bin/java</code>. I use <code>export JAVA_DIR=/usr/</code>  as <code>set</code> didn&#8217;t work. Fire ./ito_op and it will load (take long). I keep these .jar files &#038; everything under /opt/OV/www/htdocs/ito_op/.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2009/02/java-gui-first-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill opc_adm Process</title>
		<link>https://lakm.us/logit/2009/02/kill-opc_adm-process/</link>
		<comments>https://lakm.us/logit/2009/02/kill-opc_adm-process/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 04:05:44 +0000</pubDate>
		<dc:creator>Arif</dc:creator>
				<category><![CDATA[OpenView]]></category>
		<category><![CDATA[motif GUI]]></category>

		<guid isPermaLink="false">http://localhost/it/?p=26</guid>
		<description><![CDATA[Unclean logout may leave opc_adm logged in and locked for a new session of motif GUI login. (from a forum thread) ps -ef &#124; grep opc_adm And you will get a line back that looks something like this: root 9999 8888 0 Aug 9 ? 2:29 ovw -map opc_adm -xrn OVw*... This is the process [...]]]></description>
				<content:encoded><![CDATA[<p>Unclean logout may leave <code>opc_adm</code> logged in and locked for a  new session of motif GUI login.</p>
<p>(from a forum thread)<br />
<code>ps -ef | grep opc_adm</code></p>
<p>And you will get a line back that looks something like<br />
this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">root <span style="color: #000000;">9999</span> <span style="color: #000000;">8888</span> <span style="color: #000000;">0</span> Aug <span style="color: #000000;">9</span> ? <span style="color: #000000;">2</span>:<span style="color: #000000;">29</span> ovw <span style="color: #660033;">-map</span> opc_adm <span style="color: #660033;">-xrn</span> OVw<span style="color: #000000; font-weight: bold;">*</span>...</pre></div></div>

<p>This is the process that is stopping you logging in. The first number is the process id, and it will be<br />
different on your system. Kill it off like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #660033;">-1</span> <span style="color: #000000;">9999</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>https://lakm.us/logit/2009/02/kill-opc_adm-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
