<?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</title>
	<atom:link href="http://www.system.adm.br/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>AIX and user access denied</title>
		<link>http://www.system.adm.br/2010/05/aix-and-user-access-denied/</link>
		<comments>http://www.system.adm.br/2010/05/aix-and-user-access-denied/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:11:00 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=297</guid>
		<description><![CDATA[AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute. So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login [...]]]></description>
			<content:encoded><![CDATA[<p>AIX has a security feature named unsuccessful_login_count (/etc/security/lastlog) . It is an user account feature that count the number of unsuccessful login attempts and it works conjunction with the user&#39;s loginretries (/etc/security/user) attribute.</p>
<p>	So, if you configure the loginretries=5, the user will not be able to log in after 5 retries. To enable the login again, you should reset the unsuccessful_login_count parameter by editing the file /etc/security/lastlog or with the following command:</p>
<p>	<span style="font-size: 12px;"><code># chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s foobar</code></span></p>
<p>	You can identify this problem by the following message in syslog:</p>
<p>	<span style="font-size: 12px;"><code>May 19 15:42:41 aixbox auth|security:info sshd[7884888]: Login restricted for foobar: 3004-303 There have been too<br />
	many unsuccessful login attempts; please see \tthe system administrator.</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/aix-and-user-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change user settings and password attributes in AIX</title>
		<link>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 14:03:53 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=294</guid>
		<description><![CDATA[To change some user and password settings in AIX, you should use the command &#34;chuser&#34;. Follow some available parameters: - loginretries -&#62; number of login failures before lock the account. - maxage -&#62; maximum age of a password (in weeks) - gecos -&#62; general information about the user. - groups - home - minlen -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>To change some user and password settings in AIX, you should use the command &quot;chuser&quot;. Follow some available parameters:</p>
<p>	- loginretries -&gt; number of login failures before lock the account.<br />
	- maxage -&gt; maximum age of a password (in weeks)<br />
	- gecos -&gt; general information about the user.<br />
	- groups<br />
	- home<br />
	- minlen -&gt; minimum password length<br />
	- pgrp -&gt; primary group</p>
<p>	Example:<br />
	<span style="font-size: 12px;"><code># chuser loginretries=&#39;0&#39; maxage=&#39;0&#39; gecos=&#39;User Foo Bar&#39; groups=&#39;group1,group2,group3&#39; home=&#39;/home/foobar&#39; minlen=&#39;7&#39; pgrp=&#39;groupX&#39; &lt;username&gt;</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/change-user-settings-and-password-attributes-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlock user account in AIX</title>
		<link>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:38:49 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=292</guid>
		<description><![CDATA[To unlock an user account in AIX, you should use the following command: # chuser account_locked=&#39;true&#39; &#60;username&#62;]]></description>
			<content:encoded><![CDATA[<p>To unlock an user account in AIX, you should use the following command:</p>
<p>	<span style="font-size: 12px;"><code># chuser account_locked=&#39;true&#39; &lt;username&gt;</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/unlock-user-account-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock user account in AIX</title>
		<link>http://www.system.adm.br/2010/05/lock-user-account-in-aix/</link>
		<comments>http://www.system.adm.br/2010/05/lock-user-account-in-aix/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:37:33 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=290</guid>
		<description><![CDATA[To lock an user account in AIX, you should use the following command: # chuser account_locked=&#39;false&#39; &#60;username&#62;]]></description>
			<content:encoded><![CDATA[<p>To lock an user account in AIX, you should use the following command:</p>
<p>	<span style="font-size: 12px;"><code># chuser account_locked=&#39;false&#39; &lt;username&gt;</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/lock-user-account-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase lvol size in HP-UX</title>
		<link>http://www.system.adm.br/2010/05/increase-lvol-size-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2010/05/increase-lvol-size-in-hp-ux/#comments</comments>
		<pubDate>Fri, 07 May 2010 21:11:21 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[fs]]></category>
		<category><![CDATA[hpux]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=285</guid>
		<description><![CDATA[Let&#8217;s assume that you want to increase 1Gb of the /dev/MyVG /lvol1 device (mounted as /filesystem): # bdf /filesystem Filesystem&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; kbytes&#160;&#160;&#160; used&#160;&#160; avail %used Mounted on /dev/ MyVG /lvol1 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 573440000 533892407 37080557&#160;&#160; 94% /filesystem The actual size is 573440000 Kb (573 Gb) and you will increase it to 574440000 Kb (574 Gb). - Check [...]]]></description>
			<content:encoded><![CDATA[<p>Let&rsquo;s assume that you want to increase 1Gb of the /dev/MyVG /lvol1 device (mounted as /filesystem):<br />
	<span style="font-size: 12px;"><code># bdf /filesystem<br />
	Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kbytes&nbsp;&nbsp;&nbsp; used&nbsp;&nbsp; avail %used Mounted on<br />
	/dev/ MyVG /lvol1<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 573440000 533892407 37080557&nbsp;&nbsp; 94% /filesystem<br />
	</code></span> <br />
	The actual size is 573440000 Kb (573 Gb) and you will increase it to 574440000 Kb (574 Gb).</p>
<p>	- Check if there is available space in the Volume Group:<br />
	<span style="font-size: 12px;"><code># vgdisplay MyVG<br />
	--- Volume groups ---<br />
	VG Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/MyVG<br />
	VG Write Access&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read/write<br />
	VG Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; available<br />
	Max LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255<br />
	Cur LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br />
	Open LV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br />
	Max PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100<br />
	Cur PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17<br />
	Act PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17<br />
	Max PE per PV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15000<br />
	VGDA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34<br />
	PE Size (Mbytes)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16<br />
	Total PE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 36907<br />
	Alloc PE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 35000<br />
	Free PE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1907<br />
	Total PVG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br />
	Total Spare PVs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br />
	Total Spare PVs in use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</p>
<p>	</code></span> Note the &ldquo;Free PE&rdquo; and &ldquo;PE Size (Mbytes)&rdquo;. It say that you has 30512 Mb (30Gb) available in MyVG (Free PE * PE Size).</p>
<p>	- Increase the lvol:<br />
	<span style="font-size: 12px;"><code># lvextend -L 574440 /dev/MyVG/lvol1<br />
	</code></span> * the syntax is: lvexten -L &lt;new size in Mb&gt; &lt;lvol path&gt;</p>
<p>	- Now, increase the filesystem:<br />
	<span style="font-size: 12px;"><code># fsadm -b 574440m /filesystem<br />
	</code></span> * the syntax is: fsadm &ndash;b &lt;new size in Mb&gt; &lt;mount point&gt;<br />
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/increase-lvol-size-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the HP-UX hostname</title>
		<link>http://www.system.adm.br/2010/05/changing-the-hp-ux-hostname/</link>
		<comments>http://www.system.adm.br/2010/05/changing-the-hp-ux-hostname/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:08:34 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hpux]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=282</guid>
		<description><![CDATA[To change the hostname in HP-UX: - Edit the file &#34;/etc/rc.config.d/netconf&#34; # /etc/rc.config.d/netconf - Look for the line that starts with HOSTNAME and change the hostname, example: HOSTNAME=&#34;mylittleserver&#34; - Now, apply the change: # /sbin/init.d/hostname start]]></description>
			<content:encoded><![CDATA[<p>To change the hostname in HP-UX:</p>
<p>	- Edit the file &quot;/etc/rc.config.d/netconf&quot;<br />
	<span style="font-size: 12px;"><code># /etc/rc.config.d/netconf<br />
	</code></span> <br />
	- Look for the line that starts with HOSTNAME and change the hostname, example:<br />
	<span style="font-size: 12px;"><code>HOSTNAME=&quot;mylittleserver&quot;<br />
	</code></span> <br />
	- Now, apply the change:<br />
	<span style="font-size: 12px;"><code># /sbin/init.d/hostname start</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/05/changing-the-hp-ux-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename a Super Dome Partition</title>
		<link>http://www.system.adm.br/2010/04/rename-a-super-dome-partition/</link>
		<comments>http://www.system.adm.br/2010/04/rename-a-super-dome-partition/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:31:40 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[console]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=240</guid>
		<description><![CDATA[To rename a Super Dome Partition (for example change the name that is showed in the MP console menu), do the following: Login into any host of this SD and run: parmodify -p &#60;partition number&#62; -P &#60;partition name&#62; Example: parmodify -p 2 -P WEBSERVER01 &#160;]]></description>
			<content:encoded><![CDATA[<p>To rename a Super Dome Partition (for example change the name that is showed in the MP console menu), do the following:</p>
<p>	Login into any host of this SD and run:<br />
	<span style="font-size: 12px;"><code>parmodify -p &lt;partition number&gt; -P &lt;partition name&gt;</code></span><br />
	Example:<br />
	<span style="font-size: 12px;"><code>parmodify -p 2 -P WEBSERVER01</code></span><br />
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/04/rename-a-super-dome-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating partition table in Linux</title>
		<link>http://www.system.adm.br/2010/03/updating-partition-table-in-linux/</link>
		<comments>http://www.system.adm.br/2010/03/updating-partition-table-in-linux/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 14:53:16 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=232</guid>
		<description><![CDATA[When you use the &#34;fdisk&#34; to handle the partitions of a disk, depending on the disc, the &#34;fdisk&#34; will bring the following message: WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot. Syncing disks. No, you [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the &quot;fdisk&quot; to handle the partitions of a disk, depending on the disc, the &quot;fdisk&quot; will bring the following message:</p>
<p><span style="font-size: 12px;"><code>WARNING: Re-reading the partition table failed with error 22: Invalid argument.<br />
	The kernel still uses the old table.<br />
	The new table will be used at the next reboot.<br />
	Syncing disks.</code></span></p>
<p>	No, you do not have to restart the server for the changes are applied, simply use the following command (example):<br />
	<span style="font-size: 12px;"><code>kpartx -a /dev/sda</code></span></p>
<p>	This will re-read the partition table on /dev/sda and create the mapping of the system partitions (/dev/sda1, /dev/sda2, etc).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/03/updating-partition-table-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physical memory in AIX</title>
		<link>http://www.system.adm.br/2010/02/physical-memory-in-aix/</link>
		<comments>http://www.system.adm.br/2010/02/physical-memory-in-aix/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:56:21 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=218</guid>
		<description><![CDATA[To check the amount of physical RAM that a AIX Server has, you can use the following commands: # lsattr -El sys0 &#124; grep realmem realmem 16121856 Amount of usable physical memory in Kbytes or # lsattr -El mem0 goodsize 15744 Amount of usable physical memory in Mbytes False size 15744 Total amount of physical [...]]]></description>
			<content:encoded><![CDATA[<p>To check the amount of physical RAM that a AIX Server has, you can use the following commands:</p>
<p>
	<span style="font-size: 12px;"><code><br />
	# lsattr -El sys0 | grep realmem<br />
	realmem 16121856 Amount of usable physical memory in Kbytes</code><br />
	</span><br />
	or</p>
<p>	<span style="font-size: 12px;"><code># lsattr -El mem0<br />
	goodsize 15744 Amount of usable physical memory in Mbytes False<br />
	size 15744 Total amount of physical memory in Mbytes False</code></span></p>
<p>	or</p>
<p>	<span style="font-size: 12px;"><code># prtconf|grep &quot;Memory Size&quot;<br />
	Memory Size: 15744 MB Good Memory Size: 15744 MB</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/02/physical-memory-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glance shortcuts</title>
		<link>http://www.system.adm.br/2010/02/glance-shortcuts/</link>
		<comments>http://www.system.adm.br/2010/02/glance-shortcuts/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:00:24 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hpux]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=215</guid>
		<description><![CDATA[To use the buttons at the bottom of the glance, you should do an &#34;export TERM=dtterm&#34;. After that, you will be able to use: F1 for ProcList F2 for CPU Rpt F3 for Mem Rpt F4 for Disk Rpt F5 for NextKeys F6 for SlctProc F7 for Help F8 for Exit &#160;]]></description>
			<content:encoded><![CDATA[<p>To use the buttons at the bottom of the glance, you should do an &quot;<span style="font-size: 12px;"><code>export TERM=dtterm</code></span>&quot;.</p>
<p>	After that, you will be able to use:<br />
	<span style="font-size: 12px;"><code>F1 for ProcList<br />
	F2 for CPU Rpt<br />
	F3 for Mem Rpt<br />
	F4 for Disk Rpt<br />
	F5 for NextKeys<br />
	F6 for SlctProc<br />
	F7 for Help<br />
	F8 for Exit</code></span></p>
<p>
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/02/glance-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control agent problem (OVO)</title>
		<link>http://www.system.adm.br/2010/01/control-agent-problem-ovo/</link>
		<comments>http://www.system.adm.br/2010/01/control-agent-problem-ovo/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:32:24 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[ovo]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=205</guid>
		<description><![CDATA[Sometimes the OVO agent stops communicating with the OVO Server. Control agent on nodeHOST isn&#39;t accessible. (OpC40-405) Network communication problem: Could not obtain endpoint information from node ncadg_ip_udp:10.0.0.10[]. (OpC40-399) To reestablish the communication, you should restart it: To stop, use the command: # /opt/OV/bin/OpC/opcagt -stop Check if it is stopped: # /opt/OV/bin/OpC/opcagt -status ITO Managed [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes the OVO agent stops communicating with the OVO Server.<br />
	<span style="font-size: 12px;"><code>Control agent on nodeHOST isn&#39;t accessible. (OpC40-405) Network communication problem: Could not obtain endpoint information from node ncadg_ip_udp:10.0.0.10[]. (OpC40-399)<br />
	</code></span><br />
	To reestablish the communication, you should restart it:</p>
<p>	To stop, use the command:<br />
	<span style="font-size: 12px;"><code># /opt/OV/bin/OpC/opcagt -stop</code></span></p>
<p>	Check if it is stopped:<br />
	<span style="font-size: 12px;"><code># /opt/OV/bin/OpC/opcagt -status<br />
	ITO Managed Node status :<br />
	-------------------------<br />
	Control Agent /opt/OV/bin/OpC/opcctla&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3818) is running<br />
	Message Agent /opt/OV/bin/OpC/opcmsga&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3819) is running<br />
	Subagent 1:<br />
	Action Agent /opt/OV/bin/OpC/opcacta&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3820) is running<br />
	Logfile Encapsulator /opt/OV/bin/OpC/opcle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3821) is running<br />
	Monitor Agent /opt/OV/bin/OpC/opcmona&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3822) is running<br />
	Message Interceptor /opt/OV/bin/OpC/opcmsgi&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (3823) is running</code></span></p>
<p>	Attention: the &quot;Control Agent&quot; may not stop, you can kill it with a &quot;<span style="font-size: 12px;"><code>kill -9 PID</code></span>&quot;</p>
<p>	To start, use the command:<br />
	<span style="font-size: 12px;"><code># /opt/OV/bin/OpC/opcagt -start</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2010/01/control-agent-problem-ovo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check powerpath links in HP-UX</title>
		<link>http://www.system.adm.br/2009/12/check-powerpath-links-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/12/check-powerpath-links-in-hp-ux/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:22:43 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=202</guid>
		<description><![CDATA[To check if the powerpath links are up in HP-UX, you can use the following command: # powermt display dev=all &#160;]]></description>
			<content:encoded><![CDATA[<p>To check if the powerpath links are up in HP-UX, you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># powermt display dev=all</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/check-powerpath-links-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Disable file size limit in AIX</title>
		<link>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/</link>
		<comments>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 11:58:48 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[fs]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=185</guid>
		<description><![CDATA[By default, if you try do copy/create a file larger than 2Gb in AIX, you will get a &#8220;file too large&#8221; message. That happen because AIX have a default limit of 2Gb for files. To disable (or increase) this limit, edit /etc/security/limits and change the parameter fsize to &#8220;-1&#8221; or whatever value you want. You [...]]]></description>
			<content:encoded><![CDATA[<p>By default, if you try do copy/create a file larger than 2Gb in AIX, you will get a &ldquo;file too large&rdquo; message. That happen because AIX have a default limit of 2Gb for files.</p>
<p>To disable (or increase) this limit, edit /etc/security/limits and change the parameter fsize to &ldquo;-1&rdquo; or whatever value you want.</p>
<p>You can change it in &ldquo;default&rdquo; to apply to all users or change it to a specific user.</p>
<p>Remember that the file system should be JFS2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/disable-file-size-limit-in-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with “SVC”</title>
		<link>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/</link>
		<comments>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 12:29:40 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[sec]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=181</guid>
		<description><![CDATA[Follow useful commands to work with &#8220;SVC&#8221; in Solaris: More option can be found at &#8220;man svcadm&#8221; # svcs -a -&#62; list all installed services. # svcadm disable SERVICE -&#62; disable a service. if you use &#8220;svcadm disable -t SERVICE&#8221;, the service will be disabled only until the next reboot. You can use this commando [...]]]></description>
			<content:encoded><![CDATA[<p>Follow useful commands to work with &ldquo;SVC&rdquo; in Solaris:</p>
<p>	More option can be found at &ldquo;man svcadm&rdquo;<br />
	<span style="font-size: 12px;"><code># svcs -a</code></span> -&gt; list all installed services.<br />
	<span style="font-size: 12px;"><code># svcadm disable SERVICE</code></span> -&gt; disable a service. if you use &ldquo;svcadm disable -t SERVICE&rdquo;, the service will be disabled only until the next reboot. You can use this commando to stop a service.<br />
	<span style="font-size: 12px;"><code># svcadm enable SERVICE</code></span> -&gt; enable a service. If you use &ldquo;svcadm enable -t SERVICE&rdquo;, the service will not be enabled automatically on reboot.<br />
	<span style="font-size: 12px;"><code># svcadm restart SERVICE</code></span> -&gt; restart a service.<br />
	<span style="font-size: 12px;"><code># svcadm reload SERVICE</code></span> -&gt; reload the configuration file.</p>
<p>	More options can be found at &ldquo;<span style="font-size: 12px;"><code>man svcadm</code></span>&rdquo;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/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>
		<item>
		<title>Forcing an user changing the password on AIX</title>
		<link>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/</link>
		<comments>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:33:25 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Aix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=175</guid>
		<description><![CDATA[Forcing an user changing the password on AIX On AIX, you can use the following commands to unlock na user and force it to change it&#8217;s password on first logon: # pwdadm -f ADMCHG USER &#160;]]></description>
			<content:encoded><![CDATA[<p>Forcing an user changing the password on AIX</p>
<p>	On AIX, you can use the following commands to unlock na user and force it to change it&rsquo;s password on first logon:<br />
	<span style="font-size: 12px;"><code># pwdadm -f ADMCHG USER</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/11/forcing-an-user-changing-the-password-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock an user account in HP-UX</title>
		<link>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:45:17 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=171</guid>
		<description><![CDATA[To lock an user account in HP-UX, you can use the following command: # /usr/lbin/modprpw -m alock=YES USER]]></description>
			<content:encoded><![CDATA[<p>To lock an user account in HP-UX, you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># /usr/lbin/modprpw -m alock=YES USER</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/09/lock-an-user-account-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Martian Friend</title>
		<link>http://www.system.adm.br/2009/09/martian-friend/</link>
		<comments>http://www.system.adm.br/2009/09/martian-friend/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:59:06 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=165</guid>
		<description><![CDATA[You may find some weird messages indications in your syslog telling you something like &#8220;martian source&#8221; like the followings: When a host needs send a package to another host, it can define the route on the network or use the default route. Those &#8220;source routed packages&#8221; are identified in Linux as martian packages. You can [...]]]></description>
			<content:encoded><![CDATA[<p>You may find some weird messages indications in your syslog telling you something like &ldquo;martian source&rdquo; like the followings:</p>
<p>	When a host needs send a package to another host, it can define the route on the network or use the default route. Those &ldquo;source routed packages&rdquo; are identified in Linux as martian packages. You can configure your Linux log/do not log those packages:</p>
<p>	<span style="font-size: 12px;"><code># echo 0 &gt; /proc/sys/net/ipv4/conf/*/log_martians #do not log</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/09/martian-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merge many depots</title>
		<link>http://www.system.adm.br/2009/08/merge-many-depots/</link>
		<comments>http://www.system.adm.br/2009/08/merge-many-depots/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:58:23 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=162</guid>
		<description><![CDATA[When you have many depot files, you can create a single big depot and install it instead of install one by one. Let&#8217;s assume that you need install the following depots, and they are all located in the directory /tmp/install/depots: autoconf-2.64-hppa-11.11.depot bison-2.4.1-hppa-11.11.depot gawk-3.1.7-hppa-11.11.depot sed-4.2.1-hppa-11.11.depot tcltk-8.5.7-hppa-11.11.depot texinfo-4.13-hppa-11.11.depot zip-3.0-hppa-11.11.depot To create a single depot, run the follow [...]]]></description>
			<content:encoded><![CDATA[<p>When you have many depot files, you can create a single big depot and install it instead of install one by one. Let&rsquo;s assume that you need install the following depots, and they are all located in the directory /tmp/install/depots:</p>
<p>	<span style="font-size: 12px;"><code>autoconf-2.64-hppa-11.11.depot bison-2.4.1-hppa-11.11.depot gawk-3.1.7-hppa-11.11.depot sed-4.2.1-hppa-11.11.depot tcltk-8.5.7-hppa-11.11.depot texinfo-4.13-hppa-11.11.depot zip-3.0-hppa-11.11.depot</code></span></p>
<p>	To create a single depot, run the follow commands:<br />
	<span style="font-size: 12px;"><code># cd /tmp/install/ for i in `ls depots/*.depot` ;do swcopy -s /tmp/install/$i \* @/tmp/install/big;done</code></span></p>
<p>	Now, to install it, you can use:<br />
	<span style="font-size: 12px;"><code># swinstall -s /tmp/install/big</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/08/merge-many-depots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
