<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>n@eemzlog</title>
	<atom:link href="http://naeemzlog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://naeemzlog.wordpress.com</link>
	<description>Just some thoughts about everything...</description>
	<lastBuildDate>Thu, 01 Oct 2009 17:50:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='naeemzlog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>n@eemzlog</title>
		<link>http://naeemzlog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://naeemzlog.wordpress.com/osd.xml" title="n@eemzlog" />
	<atom:link rel='hub' href='http://naeemzlog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to optimize Swap usage of Ubuntu?</title>
		<link>http://naeemzlog.wordpress.com/2009/10/01/how-to-optimize-swap-usage-of-ubuntu/</link>
		<comments>http://naeemzlog.wordpress.com/2009/10/01/how-to-optimize-swap-usage-of-ubuntu/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:47:03 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=75</guid>
		<description><![CDATA[I am using Ubuntu as my primary desktop Operating System  for last couple of years and finally upgraded to Jaunty last week. I noticed that Jaunty was using a lot of swap at the end of the day.  I usually run 8-10 terminal sessions; couple of instances of Firefox; Lotus Notes; Pidgin; OpenOffice &#38; rdesktop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=75&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am using <a title="www.ubuntu.com" href="http://www.ubuntu.com/" target="_blank"><em>Ubuntu</em></a> as my primary desktop Operating System  for last couple of years and finally upgraded to <em>Jaunty</em> last week. I noticed that <em>Jaunty</em> was using a lot of swap at the end of the day.  I usually run 8-10 terminal sessions; couple of instances of Firefox; Lotus Notes; Pidgin; OpenOffice &amp; rdesktop and my laptop has 2 GB of RAM which is more than enough to run everything from physical memory. I recalled that I had to change <em>Ubuntu</em>&#8216;s swap usage behaviour in Intrepid too. <em>Ubuntu</em>&#8216;s kernel uses a parameter called <em>vm.swappiness</em> to figure out how aggressively it should swap processes out to disk. By default <em>vm.swappiness</em> is set to value of 60. I usually set to 5 or 10 but everyone run different applications so you should try different values and figure out the best value for your system. Following is the process to change this parameter:</p>
<p style="padding-left:30px;">To get the current value for <em>vm.swappiness</em><br />
$ <em>sudo sysctl vm.swappiness</em><br />
OR<br />
<em>cat /proc/sys/vm/swappiness</em></p>
<p style="padding-left:30px;">To change <em>vm.swappiness </em>to 10 for current session (upon restart value will be reset to default value)<br />
<em>sudo sysctl vm.swappiness=10</em><br />
OR<br />
<em>echo 10 &gt; /proc/sys/vm/swappiness</em></p>
<p style="padding-left:30px;">To set <em>vm.swappiness</em> value permanently to 10 (it will take effect upon reboot)<br />
<em>sudo sysctl -w vm.swappiness=10</em><br />
OR<br />
<em>sudo vi /etc/sysctl.conf</em><br />
Search for <em>vm.swappiness</em> and change its value as desired; if <em>vm.swappiness</em> does not exist, add it to the end of the file e.g : <em>vm.swappiness=10</em></p>
<br />Posted in Linux, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=75&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/10/01/how-to-optimize-swap-usage-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Machines with Read-Only disks in Virtualbox</title>
		<link>http://naeemzlog.wordpress.com/2009/08/10/virtual-machines-with-read-only-disks-in-virtualbox/</link>
		<comments>http://naeemzlog.wordpress.com/2009/08/10/virtual-machines-with-read-only-disks-in-virtualbox/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 22:02:37 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=69</guid>
		<description><![CDATA[VirtualBox provides a free platform to create/run Virtual Machines; following is the process to create  read-only virtual disk for a virtual machine. There can be several reasons to use Read-Only virtual disks for VMs; I use it avoid viruses or malware. The virtual disk is read-only and nothing can be written to it; as soon [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=69&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> provides a free platform to create/run Virtual Machines; following is the process to create  read-only virtual disk for a virtual machine. There can be several reasons to use Read-Only virtual disks for VMs; I use it avoid viruses or malware. The virtual disk is read-only and nothing can be written to it; as soon as VM is rebooted everything is lost from previous session. Read-Only virtual disk works really good for a Browser Virtual Appliance.</p>
<p style="padding-left:30px;">Install a VM with your favourite operating system (Linux or Windows).</p>
<p style="padding-left:30px;">Install patches and make OS up-to-date with all security fixes.</p>
<p style="padding-left:30px;">Shut-down the VM; open &#8216;Virtual Media Manager&#8217; for Virtual Box.</p>
<p style="padding-left:30px;">Select the desired Virtual Disk and click Release icon on the menu bar (this will release the disk from VM).</p>
<p style="padding-left:30px;">Open a terminal window and run following command:<br />
<em>VBoxManage modifyhd &#8211;type immutable <span style="color:#0000ff;">{full path to vdi file}</span></em></p>
<p style="padding-left:30px;">Run following file to verify the change:<br />
<em>VBoxManage showhdinfo <span style="color:#0000ff;">{full path to vdi file}</span></em></p>
<p style="padding-left:30px;">Attach the virtual disk to the VM using VM Settings Editor and configuration is complete now.</p>
<p style="padding-left:30px;">To change virtual disk back to normal from read-only mode:<br />
<em>VBoxManage modifyhd &#8211;type normal <span style="color:#0000ff;">{full path to vdi file} </span></em></p>
<p>Virtual disk needs to be released from VM to run any <em>&#8221;modifyhd&#8217;</em> commands.</p>
<br />Posted in Linux, Technology, Virtualization  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=69&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/08/10/virtual-machines-with-read-only-disks-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Duplex/Speed settings for a network interface on HP-UX 11.x</title>
		<link>http://naeemzlog.wordpress.com/2009/07/24/change-duplexspeed-settings-for-a-network-interface-on-hp-ux-11-x/</link>
		<comments>http://naeemzlog.wordpress.com/2009/07/24/change-duplexspeed-settings-for-a-network-interface-on-hp-ux-11-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 22:29:50 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=52</guid>
		<description><![CDATA[Following steps can be taken to change the Duplex/Speed settings for a network interface on a HP Unix based system: lanscan and lanadmin are the two tools which are used to configure most the network parameters on a network interface. (click on the links to get to the man page for both tools) List of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=52&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following steps can be taken to change the Duplex/Speed settings for a network interface on a HP Unix based system:</p>
<p><a title="HP Man page lanscan" href="http://docs.hp.com/en/B2355-60130/lanscan.1M.html" target="_blank">lanscan</a> and <a title="HP guide for using lanadmin" href="http://docs.hp.com/en/J5683-90002/ch02s02.html" target="_blank">lanadmin</a> are the two tools which are used to configure most the network parameters on a network interface. (click on the links to get to the man page for both tools)</p>
<p>List of all interfaces along with names, type and their corresponding drivers:</p>
<p>&gt;<em>lanscan -v</em></p>
<p style="padding-left:30px;"><img class="alignnone size-full wp-image-60" title="lanscan" src="http://naeemzlog.files.wordpress.com/2009/07/lanscan3.png" alt="lanscan" width="450" height="319" /></p>
<p style="padding-left:30px;">In the above output; this server has two interfaces <em>lan1/lan3</em> and <em>lan1</em> is <em><strong>igelan</strong></em> based device and <em>lan3</em> is <strong><em>btlan</em></strong> based device.</p>
<p>To display the duplex and speed configuration of any interface:</p>
<p style="padding-left:30px;"><em>lanadmin -x 0</em> (where 0 is lan0 and for <em>lan1</em> use <em>lanadmin -x 1</em>)</p>
<p>To set/change the duplex and speed configuration of any interface:</p>
<p style="padding-left:30px;"><em>lanadmin -X 100FD</em> (As per requirement 10HD or 10FD or 100HD or 100FD or AUTO_ON can be used)</p>
<p>To change the duplex and speed configuration in the start-up scripts:</p>
<p style="padding-left:30px;">Edit the appropriate file for <em><strong>btlan</strong></em> or <strong><em>igelan</em></strong> device config:</p>
<p style="padding-left:60px;">for <em><strong>igelan</strong></em> device edit <em>/etc/rc.config.d/hpigelanconf<br />
</em>change <em>HP_BTLAN_SPEED</em> parameter to <em>10HD or 10FD or 100HD or100FD or AUTO_ON</em></p>
<p style="padding-left:60px;">for <em><strong>btlan </strong></em>device edit <em>/etc/rc.config.d/hpbtlanconf</em><br />
change <em>HP_IGELAN_SPEED</em> parameter to <em>10HD or 10FD or 100HD or 100FD or AUTO_ON</em></p>
<p>then restart the device:</p>
<p style="padding-left:30px;"><em>/sbin/init.d/hpbtlan start<br />
/sbin/init.d/hpigelan start</em></p>
<p>To verify the changes; display the current  duplex and speed configuration:</p>
<p style="padding-left:30px;"><em>lanadmin -x 0</em></p>
<p><em><br />
</em></p>
<br />Posted in HPUX, Network, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=52&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/07/24/change-duplexspeed-settings-for-a-network-interface-on-hp-ux-11-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>

		<media:content url="http://naeemzlog.files.wordpress.com/2009/07/lanscan3.png" medium="image">
			<media:title type="html">lanscan</media:title>
		</media:content>
	</item>
		<item>
		<title>How to determine the version of OpenView Operations (OVO)?</title>
		<link>http://naeemzlog.wordpress.com/2009/06/29/how-to-determine-the-version-of-openview-operations-ovo/</link>
		<comments>http://naeemzlog.wordpress.com/2009/06/29/how-to-determine-the-version-of-openview-operations-ovo/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:40:06 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=46</guid>
		<description><![CDATA[A quick way to determine the version of OpenView Operations: List the version of Management server (Unix based) : use the what command to get the detailed information about installed version of OVO: #what /opt/OV/bin/OpC/opc* OR #swlist -l product &#124; grep OVO List of Available OVO Agent versions on Management server: #/opt/OV/bin/OpC/agtinstall/opcversion -a List the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=46&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick way to determine the version of OpenView Operations:</p>
<p>List the version of Management server (Unix based) :</p>
<p style="padding-left:30px;">use the what command to get the detailed information about installed version of OVO:</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">#</span><em><span style="color:#0000ff;">what /opt/OV/bin/OpC/opc*</span></em></p>
<p style="padding-left:30px;">OR</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">#</span><em><span style="color:#0000ff;">swlist -l product | grep OVO</span></em></p>
<p>List of Available OVO Agent versions on Management server:</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">#</span><em><span style="color:#0000ff;">/opt/OV/bin/OpC/agtinstall/opcversion -a</span></em></p>
<p>List the Installed version of OVO Agent on a node:</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">#</span><em><span style="color:#0000ff;">/opt/OV/bin/OpC/opcragt -agent_version &lt;NodeName&gt;</span></em></p>
<br />Posted in HPUX, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=46&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/06/29/how-to-determine-the-version-of-openview-operations-ovo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>cmviewcl &#8211; no output and command just hangs</title>
		<link>http://naeemzlog.wordpress.com/2009/06/09/cmviewcl-no-output-and-command-just-hangs/</link>
		<comments>http://naeemzlog.wordpress.com/2009/06/09/cmviewcl-no-output-and-command-just-hangs/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:39:57 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=39</guid>
		<description><![CDATA[Symptoms: cmviewcl command doesn&#8217;t display any output and just hangs; it behaves same  way on two of the cluster nodes. Third node displays the output from cmviewcl command and all packages are up. System is HPUX 11.11 running ServiceGuard A.11.16.00. Following steps were taken to diagnose/fix the problem: ps -ef &#124; grep inetd &#8211; make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=39&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;">Symptoms:</span> <em><span style="color:#0000ff;">cmviewcl</span></em> command doesn&#8217;t display any output and just hangs; it behaves same  way on two of the cluster nodes. Third node displays the output from <em><span style="color:#0000ff;">cmviewcl</span></em> command and all packages are up. System is <em><span style="color:#0000ff;">HPUX 11.11</span></em> running <em><span style="color:#0000ff;">ServiceGuard A.11.16.00</span></em>.</p>
<p>Following steps were taken to diagnose/fix the problem:</p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;">ps -ef | grep inetd</span></em> &#8211; make sure inetd daemon is running</p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;">ps -ef | grep cmcl</span></em> shows approximately 50 processes for <em><span style="color:#0000ff;">cmclconfd</span></em> daemon on both nodes; on the 3rd node there are only 2 processes for <em><span style="color:#0000ff;">cmclconfd</span></em>.</p>
<p style="padding-left:30px;">kill <em><span style="color:#0000ff;">cmclconfd</span></em> daemon processes except the first one</p>
<p style="padding-left:30px;">run &#8220;<em><span style="color:#0000ff;">inetd -k; inetd</span></em>&#8220;  to restart a fresh inetd daemon</p>
<p>This should restart the <em><span style="color:#0000ff;">inetd</span></em> daemon and <em><span style="color:#0000ff;">cmviewcl</span></em> command should start working after this.</p>
<br />Posted in HPUX, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=39&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/06/09/cmviewcl-no-output-and-command-just-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenView messages &#8211; Can&#8217;t start monitor script for object &#8216;OSSPI-inetdp roc_1&#8242;. Script still running. (OpC30-610)</title>
		<link>http://naeemzlog.wordpress.com/2009/06/02/openview-messages-cant-start-monitor-script-for-object-osspi-inetdp-roc_1-script-still-running-opc30-610/</link>
		<comments>http://naeemzlog.wordpress.com/2009/06/02/openview-messages-cant-start-monitor-script-for-object-osspi-inetdp-roc_1-script-still-running-opc30-610/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 20:10:27 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=26</guid>
		<description><![CDATA[OpenView console started showing these messages from one of our HP-UX cluster node; 05/27/09 04:51:21 WARNING opcmona   (Monitor Agent)(24834) [genmona.c:4693]: Can&#8217;t start monitor script for object &#8216;OSSPI-inetdproc_1&#8242;. Script still running. (OpC30-610) /var/opt/OV/log/OpC/opcerror on the agent machine showed that this message is being generated every 5 minutes. ps -ef &#124; grep -i osspi output shows multiple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=26&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OpenView console started showing these messages from one of our HP-UX cluster node;</p>
<p><span style="color:#0000ff;"><em>05/27/09 04:51:21 WARNING opcmona   (Monitor Agent)(24834) [genmona.c:4693]: Can&#8217;t start monitor script for object &#8216;OSSPI-inetdproc_1&#8242;. Script still running. (OpC30-610)</em></span></p>
<p><em><span style="color:#0000ff;">/var/opt/OV/log/OpC/opcerror</span></em> on the agent machine showed that this message is being generated every 5 minutes.</p>
<p><span style="color:#0000ff;"><em>ps -ef | grep -i osspi</em></span> output shows multiple instances of these OpenView monitor scripts being run and some of the these instances were running for couple of hours.</p>
<p>The most common cause of this error is heavy I/O or processor usage; agent script starving for processor usage and another script is kicked off in the mean while causing this warning. That was not the case in this instance as resource usage was normal on this server. We tried restarting theOpenView agent but it didn&#8217;t fix the issue.</p>
<p>The easiest way to troubleshoot the problem is run this script manually and review the output to see why the script is failing:  (make sure you have <em><span style="color:#0000ff;">/var/opt/OV/bin/OpC/cmds</span></em> in your <em><span style="color:#0000ff;">PATH</span></em> variable)</p>
<p>run following command from <em><span style="color:#0000ff;">/var/opt/OV/bin/OpC/monitor</span></em> directory<br />
<span style="color:#0000ff;"><em>s</em><em>h -x ./osspi_procmon.sh OSSPI-inetdproc_1 inetd</em></span></p>
<p>It will provide a long output and will give you a starting point where the script is hanging. In our case it was trying to run cmviewcl which was causing this script to hang as there were some problems with cluster state (which will be discussed in next post).</p>
<br />Posted in HPUX, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=26&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/06/02/openview-messages-cant-start-monitor-script-for-object-osspi-inetdp-roc_1-script-still-running-opc30-610/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>NIC Bonding &#8211; RedHat Linux</title>
		<link>http://naeemzlog.wordpress.com/2009/05/06/nic-bonding-redhat/</link>
		<comments>http://naeemzlog.wordpress.com/2009/05/06/nic-bonding-redhat/#comments</comments>
		<pubDate>Wed, 06 May 2009 21:00:56 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=18</guid>
		<description><![CDATA[I got a request from our network team that one of the RedHat based server needs NIC bonding; apprently the server was installed and put into production without NIC bonding.  Following is the simple process to configure NIC bonding on a RedHat based server: Create/Edit a file called ifcfg-bond0 in /etc/sysconfig/network-scripts/ vi /etc/sysconfig/network-scripts/ifcfg-bond0 Add the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=18&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got a request from our network team that one of the RedHat based server needs NIC bonding; apprently the server was installed and put into production without NIC bonding.  Following is the simple process to configure NIC bonding on a RedHat based server:</p>
<p>Create/Edit a file called <span style="color:#0000ff;"><em>ifcfg-bond0</em></span> in <span style="color:#0000ff;"><em>/etc/sysconfig/network-scripts/</em></span></p>
<p style="padding-left:30px;"><em>vi /etc/sysconfig/network-scripts/ifcfg-bond0</em></p>
<p>Add the required network parameters e.g.</p>
<p style="padding-left:30px;"><span style="color:#0000ff;">DEVICE=bond0<br />
IPADDR=192.168.1.20<br />
NETWORK=192.168.1.0<br />
NETMASK=255.255.255.0<br />
GATEWAY=192.168.0.1<br />
USERCTL=no<br />
BOOTPROTO=none<br />
ONBOOT=yes</span></p>
<p>Edit the existing ifcfg-eth0 and ifcfg-eth1 files and remove IP address, network ID, network mask and gateway address. Add the parameter <span style="color:#0000ff;"><em>MASTER=(your bond ID i.e. bond0 or bond1)</em></span>. Following are the sample files after editing:</p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;"># vi /etc/sysconfig/network-scripts/ifcfg-eth0<br />
DEVICE=eth0<br />
USERCTL=no<br />
ONBOOT=yes<br />
MASTER=bond0<br />
SLAVE=yes<br />
BOOTPROTO=none<br />
# vi /etc/sysconfig/network-scripts/ifcfg-eth1<br />
DEVICE=eth1<br />
USERCTL=no<br />
ONBOOT=yes<br />
MASTER=bond0<br />
SLAVE=yes<br />
BOOTPROTO=none</span></em></p>
<p>Edit <em><span style="color:#0000ff;">/etc/modeprobe.conf</span></em> and add following two lines: <em></em></p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;"># vi /etc/modprobe.conf<br />
alias bond0 bonding<br />
options bond0 miimon=100 mode=1</span></em></p>
<p><em></em>Mode value is used to determine the operational mode of Bond e.g. active-backup or active-active. Different bonding modes are documented in <em><span style="color:#0000ff;">/usr/share/doc/kernel-doc-2.4.21/networking/bonding.txt</span></em></p>
<p>Run following commands to activate bonding; make sure you are connected to console otherwise you will loose your session as network services will be restarted.</p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;"># modprobe bonding<br />
# modprobe -r -v bonding<br />
# modeprobe -r -b bonding -o bond0</span></em></p>
<p style="padding-left:30px;"><em><span style="color:#0000ff;"># service network restart</span></em></p>
<p>To verify that bond is working; use following commands:</p>
<p style="padding-left:30px;"><span style="color:#0000ff;"><em># less /proc/net/bonding/bond0<br />
# ifconfig -a</em></span></p>
<br />Posted in Linux, Network  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=18&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/05/06/nic-bonding-redhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Unlock user account in HP-UX</title>
		<link>http://naeemzlog.wordpress.com/2009/05/06/unlock-user-account-in-hp-ux/</link>
		<comments>http://naeemzlog.wordpress.com/2009/05/06/unlock-user-account-in-hp-ux/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:30:32 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=15</guid>
		<description><![CDATA[HP-UX provides SAM utility which can be used to do all user account administration; incase there is a need to unlock someone&#8217;s account and you don&#8217;t want to go through SAM&#8217;s menus; following is a handy command for this situation: /usr/lbin/modprpw -l -k username It will unlock the user account. This utility is only available [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=15&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HP-UX provides SAM utility which can be used to do all user account administration; incase there is a need to unlock someone&#8217;s account and you don&#8217;t want to go through SAM&#8217;s menus; following is a handy command for this situation:</p>
<p><span style="color:#0000ff;">/usr/lbin/modprpw -l -k <em>username</em></span></p>
<p>It will unlock the user account. This utility is only available on trusted system and you will have to run it as root.</p>
<p>Man page for modprpw can be found here    <a href="http://www.docs.hp.com/en/B2355-90691/modprpw.1M.html"><span style="color:#0000ff;">http://www.docs.hp.com/en/B2355-90691/modprpw.1M.html</span></a></p>
<br />Posted in Security, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=15&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/05/06/unlock-user-account-in-hp-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>HACMP &#8211; Default Gateway Issue</title>
		<link>http://naeemzlog.wordpress.com/2009/04/14/hacmp-default-gateway-issue/</link>
		<comments>http://naeemzlog.wordpress.com/2009/04/14/hacmp-default-gateway-issue/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:51:08 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://naeemzlog.wordpress.com/?p=8</guid>
		<description><![CDATA[We experienced an interesting issue with HACMP (aka PowerHA) version 5.5.0.0 last week; whenever there is a Network Adapter failure; HACMP will not be able to move Default Gateway to surviving adapter. So you will have all the Persistent &#38; Service IPs on the surviving interface but netstat -rnC shows that Default Gateway is still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=8&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We experienced an interesting issue with HACMP (aka PowerHA) version 5.5.0.0 last week; whenever there is a Network Adapter failure; HACMP will not be able to move Default Gateway to surviving adapter. So you will have all the Persistent &amp; Service IPs on the surviving interface but <span style="text-decoration:underline;"><span style="color:#3366ff;">netstat -rnC</span></span> shows that Default Gateway is still on the failed adapter.</p>
<p>IBM has an ifix for this issue which updates following filesets:</p>
<p><span></span></p>
<pre>cluster.es.server.events</pre>
<p>You can apply this ifix using <span style="text-decoration:underline;"><span style="color:#3366ff;">emgr</span></span> command; there is no outage to HACMP when you apply this fix.</p>
<p>This ifix is not available to public yet; you will have to contact IBM Support for this.</p>
<br />Posted in AIX, Unix  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=8&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/04/14/hacmp-default-gateway-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://naeemzlog.wordpress.com/2009/04/14/hello-world/</link>
		<comments>http://naeemzlog.wordpress.com/2009/04/14/hello-world/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:00:33 +0000</pubDate>
		<dc:creator>naeemzlog</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Intro]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello world; my first post; wow finally I am here; my own personal blog. Thanks for visiting; I will be putting my thoughts about technology, general life and whatever I can think of here. I am an IT Professional and currently working as a Unix Systsem Administrator. Posted in General<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=1&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello world; my first post; wow finally I am here; my own personal blog.</p>
<p>Thanks for visiting; I will be putting my thoughts about technology, general life and whatever I can think of here.</p>
<p>I am an IT Professional and currently working as a Unix Systsem Administrator.</p>
<br />Posted in General  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naeemzlog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naeemzlog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naeemzlog.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naeemzlog.wordpress.com&amp;blog=7359159&amp;post=1&amp;subd=naeemzlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://naeemzlog.wordpress.com/2009/04/14/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97fbf8a247624be24beab59a054c1153?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">naeemzlog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
