<?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; hardware</title>
	<atom:link href="http://www.system.adm.br/tag/hardware/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>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>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>
	</channel>
</rss>
