<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.1" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ASGAUR</title>
		<link>http://asgaur.com/asgaur.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://asgaur.com/asgaur.php?tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.1"/>
		<ttl>60</ttl>
				<item>
			<title>HP-UX : How To Create Swap - Command Line</title>
			<link>http://asgaur.com/asgaur.php/2010/04/21/hp-ux-how-to-create-swap-command-line</link>
			<pubDate>Wed, 21 Apr 2010 11:02:55 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">HP-UX</category>			<guid isPermaLink="false">199@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;&lt;div style=&quot;float:right; clear:both; margin:5px;&quot;&gt;

&lt;!-- Paste from here... --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2953035854460349&quot;;
/* 300x250, created 20/08/09 */
google_ad_slot = &quot;5550529326&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
&lt;!-- ...to here --&gt;

&lt;/div&gt;To create swap, we need a contiguous space on a disk / LUN.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;Create vg01:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;pvcreate /dev/rdsk/c12t0d0&lt;br /&gt;pvcreate /dev/rdsk/c12t2d0&lt;br /&gt;vgcreate -s 8 -p  128 /dev/vg01 /dev/dsk/c12t0d0 /dev/dsk/c12t2d0&lt;br /&gt;vgchange -a y  /dev/vg01&lt;br /&gt;&lt;br /&gt;lvcreate -C y -L 16384 -n lvswap /dev/vg01&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;/usr/sbin/swapon -f -p 3&amp;#160; /dev/vg01/lvswap&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;add to /etc/fstab:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;/dev/vg01/lvswap ... swap pri=3 0 0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/21/hp-ux-how-to-create-swap-command-line&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;"><div style="float:right; clear:both; margin:5px;">

<!-- Paste from here... -->
<script type="text/javascript"><!--
google_ad_client = "pub-2953035854460349";
/* 300x250, created 20/08/09 */
google_ad_slot = "5550529326";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- ...to here -->

</div>To create swap, we need a contiguous space on a disk / LUN.</span></span></p>
<p></p><p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">Create vg01:</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">pvcreate /dev/rdsk/c12t0d0<br />pvcreate /dev/rdsk/c12t2d0<br />vgcreate -s 8 -p  128 /dev/vg01 /dev/dsk/c12t0d0 /dev/dsk/c12t2d0<br />vgchange -a y  /dev/vg01<br /><br />lvcreate -C y -L 16384 -n lvswap /dev/vg01</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">/usr/sbin/swapon -f -p 3&#160; /dev/vg01/lvswap</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">add to /etc/fstab:</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">/dev/vg01/lvswap ... swap pri=3 0 0</span></span></p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/21/hp-ux-how-to-create-swap-command-line">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/21/hp-ux-how-to-create-swap-command-line#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=199</wfw:commentRss>
		</item>
				<item>
			<title>How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix  terminal ?</title>
			<link>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-2</link>
			<pubDate>Wed, 21 Apr 2010 10:58:23 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="alt">Linux</category>
<category domain="main">Solaris</category>
<category domain="alt">HP-UX</category>			<guid isPermaLink="false">198@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;div style=&quot;float:right; clear:both; margin:5px;&quot;&gt;

&lt;!-- Paste from here... --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-2953035854460349&quot;;
/* 300x250, created 20/08/09 */
google_ad_slot = &quot;5550529326&quot;;
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
&lt;!-- ...to here --&gt;

&lt;/div&gt;To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&amp;#160; So here is the solution..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Solaris :&lt;/h3&gt;
&lt;p&gt;/usr/ucb/ps -awux&lt;/p&gt;
&lt;p&gt;You may need two &quot;w&quot; options. From ps(1b):&lt;br /&gt;&lt;br /&gt;-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.&lt;/p&gt;
&lt;h3&gt;AIX / Linux :&lt;/h3&gt;
&lt;p&gt;I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &amp;#8216;&amp;lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&amp;lt;' sign while I keep on writing it.&lt;br /&gt;&lt;br /&gt;I want to make it clear: a '&amp;lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.&lt;br /&gt;&lt;br /&gt;Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.&lt;br /&gt;&lt;br /&gt;Open your .kshrc or edit .kshrc, and add&lt;br /&gt;&lt;br /&gt;# echo $SHELL&lt;br /&gt;/usr/bin/ksh&lt;br /&gt;# export COLUMNS=1000&lt;br /&gt;# ps -ef&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-2&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><!-- Adsense block #4 not displayed since it exceed the limit of 3 -->To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&#160; So here is the solution..</p>
<p></p><h3>Solaris :</h3>
<p>/usr/ucb/ps -awux</p>
<p>You may need two "w" options. From ps(1b):<br /><br />-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.</p>
<h3>AIX / Linux :</h3>
<p>I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &#8216;&lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&lt;' sign while I keep on writing it.<br /><br />I want to make it clear: a '&lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.<br /><br />Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.<br /><br />Open your .kshrc or edit .kshrc, and add<br /><br /># echo $SHELL<br />/usr/bin/ksh<br /># export COLUMNS=1000<br /># ps -ef</p>
<p>&#160;</p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-2">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-2#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=198</wfw:commentRss>
		</item>
				<item>
			<title>How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix  terminal ?</title>
			<link>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-1</link>
			<pubDate>Wed, 21 Apr 2010 10:56:39 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Aix</category>			<guid isPermaLink="false">197@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;!-- Adsense block #5 not displayed since it exceed the limit of 3 --&gt;To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&amp;#160; So here is the solution..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Solaris :&lt;/h3&gt;
&lt;p&gt;/usr/ucb/ps -awux&lt;/p&gt;
&lt;p&gt;You may need two &quot;w&quot; options. From ps(1b):&lt;br /&gt;&lt;br /&gt;-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.&lt;/p&gt;
&lt;h3&gt;AIX / Linux :&lt;/h3&gt;
&lt;p&gt;I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &amp;#8216;&amp;lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&amp;lt;' sign while I keep on writing it.&lt;br /&gt;&lt;br /&gt;I want to make it clear: a '&amp;lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.&lt;br /&gt;&lt;br /&gt;Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.&lt;br /&gt;&lt;br /&gt;Open your .kshrc or edit .kshrc, and add&lt;br /&gt;&lt;br /&gt;# echo $SHELL&lt;br /&gt;/usr/bin/ksh&lt;br /&gt;# export COLUMNS=1000&lt;br /&gt;# ps -ef&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-1&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><!-- Adsense block #6 not displayed since it exceed the limit of 3 -->To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&#160; So here is the solution..</p>
<p></p><h3>Solaris :</h3>
<p>/usr/ucb/ps -awux</p>
<p>You may need two "w" options. From ps(1b):<br /><br />-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.</p>
<h3>AIX / Linux :</h3>
<p>I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &#8216;&lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&lt;' sign while I keep on writing it.<br /><br />I want to make it clear: a '&lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.<br /><br />Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.<br /><br />Open your .kshrc or edit .kshrc, and add<br /><br /># echo $SHELL<br />/usr/bin/ksh<br /># export COLUMNS=1000<br /># ps -ef</p>
<p>&#160;</p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-1">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal-1#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=197</wfw:commentRss>
		</item>
				<item>
			<title>How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix  terminal ?</title>
			<link>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal</link>
			<pubDate>Wed, 21 Apr 2010 10:56:14 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Aix</category>			<guid isPermaLink="false">196@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;!-- Adsense block #7 not displayed since it exceed the limit of 3 --&gt;To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&amp;#160; So here is the solution..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Solaris :&lt;/h3&gt;
&lt;p&gt;/usr/ucb/ps -awux&lt;/p&gt;
&lt;p&gt;You may need two &quot;w&quot; options. From ps(1b):&lt;br /&gt;&lt;br /&gt;-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.&lt;/p&gt;
&lt;h3&gt;AIX / Linux :&lt;/h3&gt;
&lt;p&gt;I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &amp;#8216;&amp;lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&amp;lt;' sign while I keep on writing it.&lt;br /&gt;&lt;br /&gt;I want to make it clear: a '&amp;lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.&lt;br /&gt;&lt;br /&gt;Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.&lt;br /&gt;&lt;br /&gt;Open your .kshrc or edit .kshrc, and add&lt;br /&gt;&lt;br /&gt;# echo $SHELL&lt;br /&gt;/usr/bin/ksh&lt;br /&gt;# export COLUMNS=1000&lt;br /&gt;# ps -ef&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><!-- Adsense block #8 not displayed since it exceed the limit of 3 -->To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&#160; So here is the solution..</p>
<p></p><h3>Solaris :</h3>
<p>/usr/ucb/ps -awux</p>
<p>You may need two "w" options. From ps(1b):<br /><br />-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.</p>
<h3>AIX / Linux :</h3>
<p>I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &#8216;&lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&lt;' sign while I keep on writing it.<br /><br />I want to make it clear: a '&lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.<br /><br />Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.<br /><br />Open your .kshrc or edit .kshrc, and add<br /><br /># echo $SHELL<br />/usr/bin/ksh<br /># export COLUMNS=1000<br /># ps -ef</p>
<p>&#160;</p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/21/how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=196</wfw:commentRss>
		</item>
				<item>
			<title>Linux / Unix: How do I extend the terminal width or set term variables with ksh? / Not Getting the full command info from ps in Unix  terminal ?</title>
			<link>http://asgaur.com/asgaur.php/2010/04/21/linux-unix-how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal</link>
			<pubDate>Wed, 21 Apr 2010 10:55:47 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Aix</category>			<guid isPermaLink="false">195@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;!-- Adsense block #9 not displayed since it exceed the limit of 3 --&gt;To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&amp;#160; So here is the solution..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Solaris :&lt;/h3&gt;
&lt;p&gt;/usr/ucb/ps -awux&lt;/p&gt;
&lt;p&gt;You may need two &quot;w&quot; options. From ps(1b):&lt;br /&gt;&lt;br /&gt;-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.&lt;/p&gt;
&lt;h3&gt;AIX / Linux :&lt;/h3&gt;
&lt;p&gt;I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &amp;#8216;&amp;lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&amp;lt;' sign while I keep on writing it.&lt;br /&gt;&lt;br /&gt;I want to make it clear: a '&amp;lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.&lt;br /&gt;&lt;br /&gt;Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.&lt;br /&gt;&lt;br /&gt;Open your .kshrc or edit .kshrc, and add&lt;br /&gt;&lt;br /&gt;# echo $SHELL&lt;br /&gt;/usr/bin/ksh&lt;br /&gt;# export COLUMNS=1000&lt;br /&gt;# ps -ef&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/21/linux-unix-how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><!-- Adsense block #10 not displayed since it exceed the limit of 3 -->To identify processes to kill we need to view the FULL output from the ps command (we use the comm  field). But by default we are not able to view full command.&#160; So here is the solution..</p>
<p></p><h3>Solaris :</h3>
<p>/usr/ucb/ps -awux</p>
<p>You may need two "w" options. From ps(1b):<br /><br />-w Uses a wide output format  (132 columns rather than 80). If the option  letter is repeated, that is, -ww, uses arbitrarily wide output. This  information is used to decide how much of long commands to print.</p>
<h3>AIX / Linux :</h3>
<p>I have a putty remote session or any terminal session with ksh shell. When I insert a long command I can see &#8216;&lt;' suddenly appear on the line and my command begins to scroll horizontally between prompt and '&lt;' sign while I keep on writing it.<br /><br />I want to make it clear: a '&lt;' sing does not appear at the end of the visible line (ie. limited by putty window) but in the middle of it. Is there a way to change it to higher value? I tried TERM, but did not set it.<br /><br />Answer: You have to define $COLUMNS after you login or in .kshrc. Similarly, you can also define $LINES.<br /><br />Open your .kshrc or edit .kshrc, and add<br /><br /># echo $SHELL<br />/usr/bin/ksh<br /># export COLUMNS=1000<br /># ps -ef</p>
<p>&#160;</p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/21/linux-unix-how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/21/linux-unix-how-do-i-extend-the-terminal-width-or-set-term-variables-with-ksh-not-getting-the-full-command-info-from-ps-in-unix-terminal#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=195</wfw:commentRss>
		</item>
				<item>
			<title>HP-UX : ICAP Quick How To</title>
			<link>http://asgaur.com/asgaur.php/2010/04/20/hp-ux-icap-quick-how-to</link>
			<pubDate>Tue, 20 Apr 2010 09:41:07 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">HP-UX</category>			<guid isPermaLink="false">194@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;!-- Adsense block #11 not displayed since it exceed the limit of 3 --&gt;Use icapstatus to display Instant Capacity (iCAP) status and  information:&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;# icapstatus&lt;br /&gt;Software version:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; B.08.00&lt;br /&gt;System ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;  test06&lt;br /&gt;Serial number:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; UFR99899X2&lt;br /&gt;Product number:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;A6752A&lt;br /&gt;Unique ID:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;   Z3e1999999999ffb4&lt;br /&gt;System contact e-mail:&amp;#160;&amp;#160;me @ mydomain.ca&lt;br /&gt;From e-mail:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;  Set to the default ('adm')&lt;br /&gt;Asset reporting:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;  on&lt;br /&gt;Temporary capacity warning period:&amp;#160; 15 days&lt;br /&gt;Exception status:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; No exception&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;Local nPartition Status&lt;br /&gt;-----------------------&lt;br /&gt;Total number of configured cores:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8&lt;br /&gt;Number of Intended Active cores:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 6&lt;br /&gt;Number of active cores:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;      6&lt;br /&gt;Number of inactive cores:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;      2&lt;br /&gt;Additional cores that can be activated with current usage rights:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;1&lt;br /&gt;Number of cores that could be activated with additional usage rights:&amp;#160;&amp;#160;&amp;#160; 0&lt;br /&gt;Number of cores that can be activated with temporary capacity:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&lt;br /&gt;Number of cores that are deconfigured or attached to inactive cells:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;Instant Capacity Resource Summary&lt;br /&gt;---------------------------------&lt;br /&gt;Number of cells without usage rights:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&lt;br /&gt;Number of inactive cells:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;       0&lt;br /&gt;Amount of memory without usage rights:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0.0 GB&lt;br /&gt;Amount of inactive memory:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;      0.0 GB&lt;br /&gt;Number of cores without usage rights:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1&lt;br /&gt;Number of inactive cores:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;       2&lt;br /&gt;Number of cores using temporary capacity:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&lt;br /&gt;Temporary capacity available:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 30 days, 0 hours, 0 minutes&lt;br /&gt;Projected temporary capacity expiration:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;Allocation of Instant Capacity Resources among the nPartitions&lt;br /&gt;--------------------------------------------------------------&lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Intended Actual&lt;br /&gt;nPar Total Active&amp;#160;&amp;#160; Active =======Inactive======= Runs&lt;br /&gt;ID&amp;#160;&amp;#160; Cores Cores&amp;#160;&amp;#160;&amp;#160; Cores&amp;#160; Cores&amp;#160;&amp;#160; Memory&amp;#160;&amp;#160; Cells iCAP nPar Name&lt;br /&gt;==== ===== ======== ====== ====================== ==== ======================&lt;br /&gt;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 6&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 6&amp;#160;&amp;#160;&amp;#160;&amp;#160; 2&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0.0 GB&amp;#160;&amp;#160;&amp;#160; 0&amp;#160; Yes&amp;#160; Partition 0 (local)&lt;br /&gt;N/A&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0&amp;#160;&amp;#160;&amp;#160; N/A&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; N/A&amp;#160;&amp;#160; N/A&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0.0 GB&amp;#160;&amp;#160;&amp;#160; 0&amp;#160; N/A&amp;#160; Unassigned Cells&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;Use icapmodify to&amp;#160;activate and deactivate cores.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;icapmodify -t -a 1 &quot;Temp use of one core:ASGAUR&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;icapmodify -d 1 &quot;Temp use of one core no longer required:ASGAUR&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;Note: Replace ASGAUR with your name.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/20/hp-ux-icap-quick-how-to&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;"><strong><!-- Adsense block #12 not displayed since it exceed the limit of 3 -->Use icapstatus to display Instant Capacity (iCAP) status and  information:</strong></span></span></p>
<p></p><pre><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;"># icapstatus<br />Software version:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; B.08.00<br />System ID:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  test06<br />Serial number:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; UFR99899X2<br />Product number:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;A6752A<br />Unique ID:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;   Z3e1999999999ffb4<br />System contact e-mail:&#160;&#160;me @ mydomain.ca<br />From e-mail:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  Set to the default ('adm')<br />Asset reporting:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  on<br />Temporary capacity warning period:&#160; 15 days<br />Exception status:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; No exception</span></span></pre>
<pre><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">Local nPartition Status<br />-----------------------<br />Total number of configured cores:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 8<br />Number of Intended Active cores:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 6<br />Number of active cores:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;      6<br />Number of inactive cores:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;      2<br />Additional cores that can be activated with current usage rights:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;1<br />Number of cores that could be activated with additional usage rights:&#160;&#160;&#160; 0<br />Number of cores that can be activated with temporary capacity:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />Number of cores that are deconfigured or attached to inactive cells:&#160;&#160;&#160;&#160;&#160; 1</span></span></pre>
<pre><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">Instant Capacity Resource Summary<br />---------------------------------<br />Number of cells without usage rights:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />Number of inactive cells:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;       0<br />Amount of memory without usage rights:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0.0 GB<br />Amount of inactive memory:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;      0.0 GB<br />Number of cores without usage rights:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1<br />Number of inactive cores:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;       2<br />Number of cores using temporary capacity:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 0<br />Temporary capacity available:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 30 days, 0 hours, 0 minutes<br />Projected temporary capacity expiration:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A</span></span></pre>
<pre><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">Allocation of Instant Capacity Resources among the nPartitions<br />--------------------------------------------------------------<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Intended Actual<br />nPar Total Active&#160;&#160; Active =======Inactive======= Runs<br />ID&#160;&#160; Cores Cores&#160;&#160;&#160; Cores&#160; Cores&#160;&#160; Memory&#160;&#160; Cells iCAP nPar Name<br />==== ===== ======== ====== ====================== ==== ======================<br />&#160; 0&#160;&#160;&#160;&#160;&#160; 8&#160;&#160;&#160;&#160;&#160; 6&#160;&#160;&#160;&#160;&#160;&#160;&#160; 6&#160;&#160;&#160;&#160; 2&#160;&#160;&#160;&#160; 0.0 GB&#160;&#160;&#160; 0&#160; Yes&#160; Partition 0 (local)<br />N/A&#160;&#160;&#160;&#160;&#160; 0&#160;&#160;&#160; N/A&#160;&#160;&#160;&#160;&#160; N/A&#160;&#160; N/A&#160;&#160;&#160;&#160; 0.0 GB&#160;&#160;&#160; 0&#160; N/A&#160; Unassigned Cells</span></span></pre>
<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;"><br /></span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;"><strong>Use icapmodify to&#160;activate and deactivate cores.</strong></span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">icapmodify -t -a 1 "Temp use of one core:ASGAUR"</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">icapmodify -d 1 "Temp use of one core no longer required:ASGAUR"</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: arial,helvetica,sans-serif;">Note: Replace ASGAUR with your name.</span></span></p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/20/hp-ux-icap-quick-how-to">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/20/hp-ux-icap-quick-how-to#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=194</wfw:commentRss>
		</item>
				<item>
			<title>LogicalExtentsNumber is bigger than the maximum value allowed in hp-ux</title>
			<link>http://asgaur.com/asgaur.php/2010/04/20/logicalextentsnumber-is-bigger-than-the-maximum-value-allowed-in-hp-ux</link>
			<pubDate>Tue, 20 Apr 2010 09:24:06 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">HP-UX</category>			<guid isPermaLink="false">193@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;If you get this error when trying to lvextend a lvol:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;lvextend: &quot;LogicalExtentsNumber&quot; is bigger than the maximum value  allowed.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;It is becuse you&amp;#160;have tried to use more than 65,535 logical extents -- the  limit for a logical volume.&lt;br /&gt;&lt;br /&gt;Your only choice is to recreate the *volume  group* ('vgcreate') and specify a larger extent size ('-s pe_size'). The default  pe_size of four (4) is small for today's disks and file systems as is (8).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;With 8, the maximum size of a lvol is: 8 * 65535 = 524280 MB which is 8 MB  shy of 512 GB.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: arial,helvetica,sans-serif;&quot;&gt;So, if you want a lvol bigger then 512 GB, then the PE size (which can only  be set at vgcreate time - can not be changed after the fact) should be 16 or  32.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/20/logicalextentsnumber-is-bigger-than-the-maximum-value-allowed-in-hp-ux&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">If you get this error when trying to lvextend a lvol:</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">lvextend: "LogicalExtentsNumber" is bigger than the maximum value  allowed.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">It is becuse you&#160;have tried to use more than 65,535 logical extents -- the  limit for a logical volume.<br /><br />Your only choice is to recreate the *volume  group* ('vgcreate') and specify a larger extent size ('-s pe_size'). The default  pe_size of four (4) is small for today's disks and file systems as is (8).</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">With 8, the maximum size of a lvol is: 8 * 65535 = 524280 MB which is 8 MB  shy of 512 GB.</span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;">So, if you want a lvol bigger then 512 GB, then the PE size (which can only  be set at vgcreate time - can not be changed after the fact) should be 16 or  32.</span></span></p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/20/logicalextentsnumber-is-bigger-than-the-maximum-value-allowed-in-hp-ux">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/20/logicalextentsnumber-is-bigger-than-the-maximum-value-allowed-in-hp-ux#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=193</wfw:commentRss>
		</item>
				<item>
			<title>5 Useful Solaris Unix Administration Cheat Sheets</title>
			<link>http://asgaur.com/asgaur.php/2010/04/20/5-useful-solaris-unix-administration-cheat-sheets</link>
			<pubDate>Tue, 20 Apr 2010 09:16:03 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Solaris</category>			<guid isPermaLink="false">192@http://asgaur.com/</guid>
						<description>&lt;p&gt;&lt;!-- Adsense block #13 not displayed since it exceed the limit of 3 --&gt;&lt;p&gt;When I started in UNIX, I really fancy &lt;strong&gt;cheat sheets&lt;/strong&gt;, as they  give &lt;strong&gt;quick reference&lt;/strong&gt; to the most useful commands. They are  helpful to both new and experienced administrators.&lt;br /&gt;&lt;br /&gt;Even the most  experienced &lt;strong&gt;UNIX&lt;/strong&gt; system administrators forget their commands,  sometimes even the most basic of them. We usually write our  &lt;strong&gt;commands&lt;/strong&gt; somewhere, either in a small notebook or a digital  copy, easily accessible to us when we needed to execute it.&lt;br /&gt;&lt;br /&gt;Below is the  list of the most useful &lt;strong&gt;Solaris cheat sheets&lt;/strong&gt; and &lt;strong&gt;quick  references&lt;/strong&gt; in the net.&lt;/p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;br /&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://www.cheat-sheets.org/saved-copy/Solaris_quickref.pdf&quot;&gt;Solaris  Administrator's Quick Reference&lt;/a&gt;&lt;/strong&gt; by Jialong He - This has been the  most helpful quick reference guide I've used so far. It is nicely organized into  categories, ranging from user initialization to basic shell programming.  Alternative download &lt;a href=&quot;http://johnellaverilla.com/blog/wp-content/uploads/2009/01/solaris_quickref.pdf&quot;&gt;here&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://www.tablespace.net/quicksheet/solaris-quicksheet.pdf&quot;&gt;Solaris Quick  Sheet&lt;/a&gt;&lt;/strong&gt; by William Favorite - Another good quick sheet. It is based  on Solaris 10, having commands on the new Service Management on Sol10. Mirror &lt;a href=&quot;http://johnellaverilla.com/blog/wp-content/uploads/2009/01/solaris-quicksheet.pdf&quot;&gt;here&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://blogs.sun.com/lyon/entry/solaris_certified_administrator_cheat_sheet&quot;&gt;Solaris  Cheat Sheet&lt;/a&gt;&lt;/strong&gt; by lyon - This is a unique cheat sheet, created by  using FreeMind. It is composed of different images, derived from Sun SA  Curriculum. Very helpful in studying for certification exams.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://sun.3113.com/wp-content/uploads/2007/08/sun_obp_reference.pdf&quot;&gt;Sun  OpenBoot PROM Quick Reference Card&lt;/a&gt;&lt;/strong&gt; - A comprehensive reference card  into Sun Sparc OpenBoot (most of us relates this as &quot;ok&quot; Prompt). Popularized by  Sun, OpenBoot is also used by Apple and IBM. Mirror download &lt;a href=&quot;http://johnellaverilla.com/blog/wp-content/uploads/2009/01/sun_obp_reference.pdf&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://johnellaverilla.com/blog/solaris-10-administration-quick-reference/&quot;&gt;Solaris  10 Administration Cheat Sheet&lt;/a&gt;&lt;/strong&gt; by me - I based this on Solaris 10,  dividing system administration into basic and advance categories. The layout was  based on Jialong He's Quick Reference.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;That's all of the five  useful cheat sheet I've found across the net.&lt;br /&gt;&lt;br /&gt;Special mention of the link  below. It isn't based on Solaris, but most of the commands is Solaris  compatible. Kudos to all of the authors of these guides. Thanks!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://asgaur.com/asgaur.php/2010/04/20/5-useful-solaris-unix-administration-cheat-sheets&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p><!-- Adsense block #14 not displayed since it exceed the limit of 3 --><p>When I started in UNIX, I really fancy <strong>cheat sheets</strong>, as they  give <strong>quick reference</strong> to the most useful commands. They are  helpful to both new and experienced administrators.<br /><br />Even the most  experienced <strong>UNIX</strong> system administrators forget their commands,  sometimes even the most basic of them. We usually write our  <strong>commands</strong> somewhere, either in a small notebook or a digital  copy, easily accessible to us when we needed to execute it.<br /><br />Below is the  list of the most useful <strong>Solaris cheat sheets</strong> and <strong>quick  references</strong> in the net.</p></p>
<ul>
<br />
<li><strong><a href="http://www.cheat-sheets.org/saved-copy/Solaris_quickref.pdf">Solaris  Administrator's Quick Reference</a></strong> by Jialong He - This has been the  most helpful quick reference guide I've used so far. It is nicely organized into  categories, ranging from user initialization to basic shell programming.  Alternative download <a href="http://johnellaverilla.com/blog/wp-content/uploads/2009/01/solaris_quickref.pdf">here</a>. </li>
<li><strong><a href="http://www.tablespace.net/quicksheet/solaris-quicksheet.pdf">Solaris Quick  Sheet</a></strong> by William Favorite - Another good quick sheet. It is based  on Solaris 10, having commands on the new Service Management on Sol10. Mirror <a href="http://johnellaverilla.com/blog/wp-content/uploads/2009/01/solaris-quicksheet.pdf">here</a>. </li>
<li><strong><a href="http://blogs.sun.com/lyon/entry/solaris_certified_administrator_cheat_sheet">Solaris  Cheat Sheet</a></strong> by lyon - This is a unique cheat sheet, created by  using FreeMind. It is composed of different images, derived from Sun SA  Curriculum. Very helpful in studying for certification exams.</li>
</ul>
<ul>
<li><strong><a href="http://sun.3113.com/wp-content/uploads/2007/08/sun_obp_reference.pdf">Sun  OpenBoot PROM Quick Reference Card</a></strong> - A comprehensive reference card  into Sun Sparc OpenBoot (most of us relates this as "ok" Prompt). Popularized by  Sun, OpenBoot is also used by Apple and IBM. Mirror download <a href="http://johnellaverilla.com/blog/wp-content/uploads/2009/01/sun_obp_reference.pdf">here</a>.</li>
</ul>
<ul>
<li><strong><a href="http://johnellaverilla.com/blog/solaris-10-administration-quick-reference/">Solaris  10 Administration Cheat Sheet</a></strong> by me - I based this on Solaris 10,  dividing system administration into basic and advance categories. The layout was  based on Jialong He's Quick Reference.</li>
</ul>
<p><br />That's all of the five  useful cheat sheet I've found across the net.<br /><br />Special mention of the link  below. It isn't based on Solaris, but most of the commands is Solaris  compatible. Kudos to all of the authors of these guides. Thanks!</p><div class="item_footer"><p><small><a href="http://asgaur.com/asgaur.php/2010/04/20/5-useful-solaris-unix-administration-cheat-sheets">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://asgaur.com/asgaur.php/2010/04/20/5-useful-solaris-unix-administration-cheat-sheets#comments</comments>
			<wfw:commentRss>http://asgaur.com/asgaur.php?tempskin=_rss2&#38;disp=comments&#38;p=192</wfw:commentRss>
		</item>
			</channel>
</rss>
