<?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; HP-UX</title>
	<atom:link href="http://www.system.adm.br/category/hp-ux/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>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>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>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>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>
		<item>
		<title>HP-UX password maintenance</title>
		<link>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/</link>
		<comments>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 13:15:43 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=120</guid>
		<description><![CDATA[Follow a few utilities to maintain the user&#8217;s passwords: /usr/lbin/getprpw &#60;username&#62; - display protected password database information /usr/lbin/modprpw -x &#60;username&#62; &#8211; change password /usr/lbin/modprpw -k &#60;username&#62; &#8211; unlock the user]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT-BR</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabela normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --><!--[endif]--></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; line-height: 115%;">Follow a few utilities to maintain the user&rsquo;s passwords:</span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; line-height: 115%;"><span style="font-size: 12px;"><code>/usr/lbin/getprpw &lt;username&gt; </code></span>- display protected password database information<br />
	<span style="font-size: 12px;"><code>/usr/lbin/modprpw -x &lt;username&gt;</code></span> &#8211; change password<br />
	<span style="font-size: 12px;"><code>/usr/lbin/modprpw -k &lt;username&gt;</code></span> &#8211; unlock the user</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/06/hp-ux-password-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hardware specification in HP-UX</title>
		<link>http://www.system.adm.br/2009/05/hardware-specification-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/05/hardware-specification-in-hp-ux/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:48:00 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=112</guid>
		<description><![CDATA[You can use the following command to check the HP-UP hardware (like CPU and memory): # hpuxhost@root:/root # print_manifest &#124;more System Information Your Hewlett-Packard computer has software installed and configured as follows. The system was created July 04, 2007, 11:53:28 EDT. It was created with Ignite-UX revision C.6.10.97. ------------------------------------------------------------- NOTE: You should retain this information [...]]]></description>
			<content:encoded><![CDATA[<p>You can use the following command to check the HP-UP hardware (like CPU and memory):</p>
<p>	<span style="font-size: 12px;"><code># hpuxhost@root:/root # print_manifest |more<br />
	System Information</p>
<p>	Your Hewlett-Packard computer has software installed and<br />
	configured as follows.</p>
<p>	The system was created July 04, 2007, 11:53:28 EDT.</p>
<p>	It was created with Ignite-UX revision C.6.10.97.</p>
<p>	-------------------------------------------------------------<br />
	NOTE: You should retain this information for future reference.<br />
	-------------------------------------------------------------</p>
<p>	System Hardware<br />
	Model: 9000/800/SD32A<br />
	Main Memory: 65005 MB<br />
	Processors: 32<br />
	Proccesor(0) Speed: 1000 MHz<br />
	Proccesor(1) Speed: 1000 MHz<br />
	Proccesor(2) Speed: 1000 MHz<br />
	Proccesor(3) Speed: 1000 MHz<br />
	Proccesor(4) Speed: 1000 MHz<br />
	Proccesor(5) Speed: 1000 MHz<br />
	Proccesor(6) Speed: 1000 MHz<br />
	Proccesor(7) Speed: 1000 MHz<br />
	Proccesor(8) Speed: 1000 MHz<br />
	Proccesor(9) Speed: 1000 MHz<br />
	Proccesor(10) Speed: 1000 MHz<br />
	Proccesor(11) Speed: 1000 MHz<br />
	Proccesor(12) Speed: 1000 MHz<br />
	Proccesor(13) Speed: 1000 MHz<br />
	Proccesor(14) Speed: 1000 MHz<br />
	Proccesor(15) Speed: 1000 MHz<br />
	Proccesor(16) Speed: 1000 MHz<br />
	Proccesor(17) Speed: 1000 MHz<br />
	Proccesor(18) Speed: 1000 MHz<br />
	Proccesor(19) Speed: 1000 MHz<br />
	Proccesor(20) Speed: 1000 MHz<br />
	Proccesor(21) Speed: 1000 MHz<br />
	Proccesor(22) Speed: 1000 MHz<br />
	Proccesor(23) Speed: 1000 MHz<br />
	Proccesor(24) Speed: 1000 MHz<br />
	Proccesor(25) Speed: 1000 MHz<br />
	Proccesor(26) Speed: 1000 MHz<br />
	Proccesor(27) Speed: 1000 MHz<br />
	Proccesor(28) Speed: 1000 MHz<br />
	Proccesor(29) Speed: 1000 MHz<br />
	Proccesor(30) Speed: 1000 MHz<br />
	Proccesor(31) Speed: 1000 MHz<br />
	(...) Many other HW information above</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/05/hardware-specification-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recovering corrupted lvol on HP-UX</title>
		<link>http://www.system.adm.br/2009/05/recovering-corrupted-lvol-on-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/05/recovering-corrupted-lvol-on-hp-ux/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:32:34 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=102</guid>
		<description><![CDATA[Sometimes you can get the following error while try to access a directory in HP-UX: # cd /DATA sh: /DATA: The specified directory is not valid. This error is caused because the file system is corrupted and you need run fsck on it. First of all, umount the FS: # umount /DATA And them, run [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you can get the following error while try to access a directory in HP-UX:</p>
<p>	<span style="font-size: 12px;"><code># cd /DATA<br />
	sh: /DATA: The specified directory is not valid.</code></span></p>
<p>	This error is caused because the file system is corrupted and you need run fsck on it.</p>
<p>	First of all, umount the FS:</p>
<p>	<span style="font-size: 12px;"><code># umount /DATA</code></span></p>
<p>	And them, run the fsck:</p>
<p>	<span style="font-size: 12px;"><code># fsck -y -o full /dev/vgLOG/lvol1on clear? (ynq)y<br />
	UX:vxfs fsck: WARNING: V-3-20836: file system had I/O error(s) on meta-data.<br />
	log replay in progress<br />
	pass0 - checking structural files<br />
	pass1 - checking inode sanity and blocks<br />
	fileset 999 primary-ilist inode 177502 marked bad, allocation flags (0x0001)<br />
	fileset 999 primary-ilist inode 177502 has invalid number of blocks (7309)<br />
	fileset 999 primary-ilist inode 177502 has invalid block map<br />
	fileset 999 primary-ilist inode 177502 failed validation clear? (ynq)y<br />
	fileset 999 primary-ilist inode 177859 marked bad, allocation flags (0x0001)<br />
	fileset 999 primary-ilist inode 177859 has invalid number of blocks (24850)<br />
	fileset 999 primary-ilist inode 177859 has invalid block map<br />
	fileset 999 primary-ilist inode 177859 failed validation clear? (ynq)y<br />
	fileset 999 primary-ilist inode 178243 marked bad, allocation flags (0x0001)<br />
	fileset 999 primary-ilist inode 178243 has invalid number of blocks (6417)<br />
	fileset 999 primary-ilist inode 178243 has invalid block map<br />
	fileset 999 primary-ilist inode 178243 failed validation clear? (ynq)y<br />
	fileset 999 primary-ilist inode 178793 marked bad, allocation flags (0x0001)<br />
	fileset 999 primary-ilist inode 178793 failed validation clear? (ynq)y<br />
	pass2 - checking directory linkage<br />
	pass3 - checking reference counts<br />
	pass4 - checking resource maps<br />
	fileset 999 au 2 imap incorrect - fix (ynq)y<br />
	fileset 999 au 2 iemap incorrect - fix (ynq)y<br />
	au 42 emap incorrect - fix? (ynq)y<br />
	au 42 summary incorrect - fix? (ynq)y<br />
	au 59 emap incorrect - fix? (ynq)y<br />
	au 59 summary incorrect - fix? (ynq)y<br />
	au 60 emap incorrect - fix? (ynq)y<br />
	au 60 summary incorrect - fix? (ynq)y<br />
	au 61 emap incorrect - fix? (ynq)y<br />
	au 61 summary incorrect - fix? (ynq)y<br />
	au 62 emap incorrect - fix? (ynq)y<br />
	au 62 summary incorrect - fix? (ynq)y<br />
	au 63 emap incorrect - fix? (ynq)y<br />
	au 63 summary incorrect - fix? (ynq)y<br />
	fileset 999 iau 2 summary incorrect - fix? (ynq)y<br />
	free block count incorrect 2153192 expected 2202289 fix? (ynq)y<br />
	free extent vector incorrect fix? (ynq)y<br />
	OK to clear log? (ynq)y<br />
	set state to CLEAN? (ynq)y</code></span></p>
<p>	After that, you can mount the FS again.</p>
<p>	<span style="font-size: 12px;"><code># umount /DATA</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/05/recovering-corrupted-lvol-on-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing installed packages in HP-UX</title>
		<link>http://www.system.adm.br/2009/05/listing-installed-packages-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/05/listing-installed-packages-in-hp-ux/#comments</comments>
		<pubDate>Wed, 13 May 2009 12:23:13 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=97</guid>
		<description><![CDATA[To list all installed packages on HP-UX, you can use the following command: # swlist -l &#160;]]></description>
			<content:encoded><![CDATA[<p>To list all installed packages on HP-UX, you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># swlist -l</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/05/listing-installed-packages-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change user’s password in HP-UX</title>
		<link>http://www.system.adm.br/2009/04/how-to-change-user%e2%80%99s-password-in-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/04/how-to-change-user%e2%80%99s-password-in-hp-ux/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 18:14:02 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/2009/04/how-to-change-user%e2%80%99s-password-in-hp-ux/</guid>
		<description><![CDATA[To change the user passwd in HP-UX, you can use the following command: # /usr/lbin/modprpw -x foobar passwd=dyxmuola It will force the user foobar to change its password in the first login. &#160;]]></description>
			<content:encoded><![CDATA[<p>To change the user passwd in HP-UX, you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># /usr/lbin/modprpw -x foobar<br />
	passwd=dyxmuola</code></span></p>
<p>	It will force the user foobar to change its password in the first login.</p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/04/how-to-change-user%e2%80%99s-password-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Memory fault(coredump) in HP-UX</title>
		<link>http://www.system.adm.br/2009/04/ssh-memory-faultcoredump-from-hp-ux/</link>
		<comments>http://www.system.adm.br/2009/04/ssh-memory-faultcoredump-from-hp-ux/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:21:37 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=37</guid>
		<description><![CDATA[If you try to access from a HP-UX another machine that has a newer version of SSH running, you may get a &#8220;SSH Memory fault(coredump)&#8221; message like the following one: # ssh -v server Debian OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0&#215;0090609f 16153: debug1: Reading configuration data /opt/ssh/etc/ssh_config16153: debug1: Rhosts Authentication disabled, originating port will not [...]]]></description>
			<content:encoded><![CDATA[<p>If you try to access from a HP-UX another machine that has a newer version of SSH running, you may get a &ldquo;SSH Memory fault(coredump)&rdquo; message like the following one:</p>
<p>	<span style="font-size: 12px;"><code># ssh -v server<br />
	Debian OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0&times;0090609f 16153: <br />
	debug1: Reading configuration data /opt/ssh/etc/ssh_config16153: <br />
	debug1: Rhosts Authentication disabled, originating port will not be trusted.16153: <br />
	debug1: ssh_connect: needpriv 0 16153: <br />
	debug1: Connecting to serverDebian [10.0.0.1] port 22.16153: <br />
	debug1: Connection established.16153: debug1: identity file /.ssh/id_rsa type -116153: <br />
	debug1: identity file /.ssh/id_dsa type -116153: <br />
	debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2-chrootssh16153: <br />
	debug1: match: OpenSSH_4.2-chrootssh pat OpenSSH* 16153: <br />
	debug1: Enabling compatibility mode for protocol 2.0 16153: debug1: Local version string SSH-2.0-OpenSSH_3.5p1 <br />
	Memory fault(coredump)</code></span></p>
<p>
	To solve it, you should create a empty file named<span style="font-size: 12px;"><code> /etc/krb5.con</code></span>f in HP-UX. After that, you will be able to use SSH</p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/04/ssh-memory-faultcoredump-from-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
