<?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>System Adm &#187; unix</title>
	<atom:link href="http://www.system.adm.br/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 19 May 2010 20:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>When Glance stop working</title>
		<link>http://www.system.adm.br/2009/12/when-glance-stop-working/</link>
		<comments>http://www.system.adm.br/2009/12/when-glance-stop-working/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 20:41:39 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=192</guid>
		<description><![CDATA[Sometimes glance (performance monitor for HP-UX) can crash (before crash, it will return 0% of CPU, Disk and networking) working with the following error: GlancePlus fatal error. == Fatal Nums Error == C.04.50.57 02/10/07 == User: root/6pts/6(/dev/pts/6) Date: Sun Dec 6 15:52:12 File: /crm/numsVob/hp/11.0/nums.C Line: 485 Product id: Glance System: server B.11.11 9000/800 Errno: 0 [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes glance (performance monitor for HP-UX) can crash (before crash, it will return 0% of CPU, Disk and networking) working with the following error:<br />
	<span style="font-size: 12px;"><code>GlancePlus fatal error.<br />
	== Fatal Nums Error == C.04.50.57 02/10/07 ==<br />
	User: root/6pts/6(/dev/pts/6) Date: Sun Dec 6 15:52:12<br />
	File: /crm/numsVob/hp/11.0/nums.C Line: 485 Product id: Glance<br />
	System: server B.11.11 9000/800<br />
	Errno: 0 (Error 0)<br />
	Connection to midaemon lost -- check midaemon process and status.mi == End of Error Msg<br />
	=============================</code></span></p>
<p>	To solve it, you should:</p>
<p>	Stop MWA:<br />
	<span style="font-size: 12px;"><code># mwa stop</code></span></p>
<p>	Remove all files (including the hidden ones) from /var/opt/perf/datafiles:<br />
	<span style="font-size: 12px;"><code># rm -rf /var/opt/perf/datafiles/* rm -rf /var/opt/perf/datafiles/.*</code></span></p>
<p>	Check if midaemon and ttd are stopped:<br />
	<span style="font-size: 12px;"><code># mwa status</code></span></p>
<p>	If midaemon and ttd didn&rsquo;t stop, force stops them with the command kill (the PID was returned by the command &lsquo;mwa status&rsquo;).</p>
<p>	Now, start MWA again:<br />
	<span style="font-size: 12px;"><tt># mwa start</tt></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/when-glance-stop-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an user on AIX</title>
		<link>http://www.system.adm.br/2009/12/creating-an-user-on-aix/</link>
		<comments>http://www.system.adm.br/2009/12/creating-an-user-on-aix/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:33:12 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=178</guid>
		<description><![CDATA[Creating an user on AIX On AIX, you can use the following commands to create an user # mkuser pgrp=&#39;primary group&#39; groups=&#39;other groups&#39; home=&#39;home directory&#39; shell=&#39;/usr/bin/ksh&#39; gecos=&#39;GECOS&#39; USERNAME &#160;]]></description>
			<content:encoded><![CDATA[<p>Creating an user on AIX</p>
<p>	On AIX, you can use the following commands to create an user<br />
	<span style="font-size: 12px;"><code># mkuser pgrp=&#39;primary group&#39; groups=&#39;other groups&#39; home=&#39;home directory&#39; shell=&#39;/usr/bin/ksh&#39; gecos=&#39;GECOS&#39; USERNAME</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/creating-an-user-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
