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