<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kudithipudi.Org</title>
	<atom:link href="http://kudithipudi.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://kudithipudi.org</link>
	<description>Too much time on hand!!!</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:43:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What does it mean to be a &#8220;Proactive IT Team&#8221;?</title>
		<link>http://kudithipudi.org/2010/08/10/what-does-it-mean-to-be-a-pro-active-it-team/</link>
		<comments>http://kudithipudi.org/2010/08/10/what-does-it-mean-to-be-a-pro-active-it-team/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 12:59:06 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=842</guid>
		<description><![CDATA[This picture (credited to Uptime Software) shows how you can classify outages so that you know which ones to tackle first. A very good way to take stock of things and show progress over time.]]></description>
			<content:encoded><![CDATA[<p>This picture (<a href="http://www.uptimesoftware.com/mttr.php">credited to Uptime Software</a>) shows how you can classify outages so that you know which ones to tackle first. A very good way to take stock of things and show progress over time.</p>
<p><img class="aligncenter" title="IT Operations :  Magic Quadrant" src="http://farm5.static.flickr.com/4094/4878558513_d2efb0e007_z_d.jpg" alt="" width="640" height="414" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/08/10/what-does-it-mean-to-be-a-pro-active-it-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Run commands at regular intervals in Linux</title>
		<link>http://kudithipudi.org/2010/08/06/how-to-run-commands-at-regular-intervals-in-linux/</link>
		<comments>http://kudithipudi.org/2010/08/06/how-to-run-commands-at-regular-intervals-in-linux/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 02:07:29 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=839</guid>
		<description><![CDATA[There are several ways to run commands repetively in Linux.. (cron, while loop etc). Here is a simple trick. Say you want to check the size of a directory using &#8220;du&#8221; every 5 seconds, you can use the following command watch -n 5 du -ch Check out all the options available in watch by running [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to run commands repetively in Linux.. (cron, while loop etc). Here is a simple trick. Say you want to check the size of a directory using &#8220;du&#8221; every 5 seconds, you can use the following command<br />
<code>watch -n 5 du -ch</code></p>
<p>Check out all the options available in watch by running &#8220;man watch&#8221; <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/08/06/how-to-run-commands-at-regular-intervals-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 First Half Marathon</title>
		<link>http://kudithipudi.org/2010/08/01/2010-first-half-marathon/</link>
		<comments>http://kudithipudi.org/2010/08/01/2010-first-half-marathon/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 22:49:03 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[2010 : Half Marathons]]></category>
		<category><![CDATA[Running]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=837</guid>
		<description><![CDATA[Guess what happens, when one runs a half marathon without any training? You break all records for finishing late . Jhanvi and I ran the 2010 Rock and Roll Half Marathon in Chicago today. It was hot and humid.. but we managed to finish the run. Am so proud of Jhanvi for finished faster than [...]]]></description>
			<content:encoded><![CDATA[<p>Guess what happens, when one runs a half marathon without any training? You break all records for finishing late <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Jhanvi and I ran the 2010 Rock and Roll Half Marathon in Chicago today. It was hot and humid.. but we managed to finish the run. Am so proud of Jhanvi for finished faster than me.. She just started running last year and I think she is a natural.</p>
<p><img src="http://farm5.static.flickr.com/4116/4850548637_32c4340769.jpg" alt="2010 August : Chicago Rock and Roll Half Marathon" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/08/01/2010-first-half-marathon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO : Check status of bond interface in Linux</title>
		<link>http://kudithipudi.org/2010/07/30/how-to-check-status-of-bond-interface-in-linux/</link>
		<comments>http://kudithipudi.org/2010/07/30/how-to-check-status-of-bond-interface-in-linux/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 20:03:36 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=830</guid>
		<description><![CDATA[For my notes.. If you ever wanted to check the status of a bonded interface configure in Linux (esp RHEL), you can check the status by running the following command [root@serverxyz bin]# cat /proc/net/bonding/bond0 i.e. assuming the name of your bond interface is bond0. Output from the command Ethernet Channel Bonding Driver: v3.4.0 (October 7, [...]]]></description>
			<content:encoded><![CDATA[<p>For my notes.. If you ever wanted to check the status of a bonded interface configure in Linux (esp RHEL), you can check the status by running the following command</p>
<pre>[root@serverxyz bin]# cat /proc/net/bonding/bond0
</pre>
<p>i.e. assuming the name of your bond interface is bond0.</p>
<p>Output from the command</p>
<pre>Ethernet Channel Bonding Driver: v3.4.0 (October 7, 2008)

Bonding Mode: fault-tolerance (active-backup)
Primary Slave: eth3 (primary_reselect always)
Currently Active Slave: eth3
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

Slave Interface: eth3
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:10:18:6e:b8:1a

Slave Interface: eth0
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:21:5e:11:34:32
</pre>
<p>The configuration files involved are</p>
<p>/etc/sysconfig/network-scripts/ifcfg-bond0 (Bond Interface)</p>
<pre>DEVICE=bond0
IPADDR=10.10.40.26
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
GATEWAY=10.10.40.1
NETWORK=10.10.40.0
BROADCAST=10.10.40.255
TYPE=Ethernet</pre>
<p>/etc/sysconfig/network-scripts/ifcfg-eth3 (Primary Interface)</p>
<pre>DEVICE=eth3
BOOTPROTO=none
ONBOOT=yes
HWADDR=00:10:18:6e:b8:1a
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
USERCTL=no</pre>
<p>/etc/sysconfig/network-scripts/ifcfg-eth0 (Secondary Interface)</p>
<pre>DEVICE=eth0
HWADDR=00:21:5e:11:34:32
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
TYPE=Ethernet</pre>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/07/30/how-to-check-status-of-bond-interface-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lessons of the Trade : Purging Databases</title>
		<link>http://kudithipudi.org/2010/07/12/lessons-of-the-trade-purging-databases/</link>
		<comments>http://kudithipudi.org/2010/07/12/lessons-of-the-trade-purging-databases/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 02:33:09 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=825</guid>
		<description><![CDATA[We ran into an interesting issue at work recently. Documenting the solution for my records.. BACKGROUND : We had a table in one of our databases that served as a &#8220;hopping&#8221; point for some jobs. Data was inserted into this table and at jobs get kicked off at periodic intervals to &#8220;process&#8221; the data and [...]]]></description>
			<content:encoded><![CDATA[<p>We ran into an interesting issue at work recently. Documenting the solution for my records..</p>
<p>BACKGROUND : We had a table in one of our databases that served as a &#8220;hopping&#8221; point for some jobs. Data was inserted into this table and at jobs get kicked off at periodic intervals to &#8220;process&#8221; the data and delete it.</p>
<p>CURRENT METHOD : Launch multiple jobs to process the data and delete the rows as soon as the data is processed. This is causing locks on the table because there are multiple delete operations occurring at the same time. Which in turn means that the jobs cannot complete processing the data causing the table to grow in size.</p>
<p>PROPOSED METHOD : Add a new column to the table called &#8220;PROCESSED_STATE&#8221; and modify the &#8220;processing&#8221; jobs to set a flag &#8220;Y&#8221; in this column as soon as the data is processed. Create a new job that will be launched periodically, which checks the PROCESSED_STATE column and if the flag is set to &#8220;Y&#8221;, deletes the row.</p>
<p>Morale of the story.. <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .. Multiple deletes on a table are bad. Better way is to have multiple updates and one delete.</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/07/12/lessons-of-the-trade-purging-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Makhna ve Makhna : Part II</title>
		<link>http://kudithipudi.org/2010/06/16/makhna-ve-makhna-part-ii/</link>
		<comments>http://kudithipudi.org/2010/06/16/makhna-ve-makhna-part-ii/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 04:07:41 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=818</guid>
		<description><![CDATA[Jhanvi and I spent the weekend with friends at the 2010 Andersonville Midsommarfest where I got to see Funkadesi live (for the second time). And they were rocking as usual . I got to get some snaps with the artists and also record some video (apologize for the poor quality). Funkadesi&#8217;s Valroy Dawkins Radhika Chimata [...]]]></description>
			<content:encoded><![CDATA[<p>Jhanvi and I spent the weekend with friends at the <a href="http://www.andersonville.org/">2010 Andersonville Midsommarfest</a> where I got to see <a href="http://www.funkadesi.com">Funkadesi</a> live (for the <a href="http://kudithipudi.org/2008/12/13/makhna-ve-makhna/">second time</a>). And they were rocking as usual <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I got to get some snaps with the artists and also record some video (apologize for the poor quality).</p>
<p>Funkadesi&#8217;s Valroy Dawkins</p>
<p><img class="alignnone" title="Funkadesi : Valroy Dawkins" src="http://farm5.static.flickr.com/4028/4696510505_de7371f381.jpg" alt="" width="500" height="375" /></p>
<p><del datetime="2010-07-02T05:41:28+00:00">Radhika Chimata</del> Pavithra Anand</p>
<p><img class="alignnone" title="Funkadesi" src="http://farm5.static.flickr.com/4068/4697567214_5579bd950b.jpg" alt="" width="500" height="375" /></p>
<p>And finally the opening of Makhna ve Makhna <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object type="application/x-shockwave-flash" width="400" height="300" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=17b62d3792&#038;photo_id=4696377459"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=17b62d3792&#038;photo_id=4696377459" height="300" width="400"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/06/16/makhna-ve-makhna-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What happens when you get busy (lazy)?</title>
		<link>http://kudithipudi.org/2010/06/16/what-happens-when-you-get-busy-lazy/</link>
		<comments>http://kudithipudi.org/2010/06/16/what-happens-when-you-get-busy-lazy/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:53:09 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=816</guid>
		<description><![CDATA[Your site goes down And traffic to the site drops!! Things have been a bit crazy at work recently, so I didn&#8217;t get a chance to fix the site as soon as it went down (due to an error I still haven&#8217;t figured out). And as a result, the traffic to the site dropped. I [...]]]></description>
			<content:encoded><![CDATA[<p>Your site goes down <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="Kudithipudi.Org error" src="http://farm5.static.flickr.com/4020/4708281368_4c00542cfb.jpg" alt="" width="500" height="321" /></p>
<p>And traffic to the site drops!!</p>
<p><img class="alignnone" title="Google Analytics Traffic Drop" src="http://farm5.static.flickr.com/4047/4707638083_50e9b6ba64_o.png" alt="" width="496" height="141" /></p>
<p>Things have been a bit crazy at work recently, so I didn&#8217;t get a chance to fix the site as soon as it went down (due to an error I still haven&#8217;t figured out). And as a result, the traffic to the site dropped.</p>
<p>I finally took the chance to move the site to a dedicated server running on the RackSpace Cloud services. Am putting together a post on how I handled this migration and will publish it soon.</p>
<p>The bad news is that I have lost traffic to the site that I have built over a period of time.. the good news is that I am the master of my own house (website) at last <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/06/16/what-happens-when-you-get-busy-lazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Industry Jargon : Hotel Industry</title>
		<link>http://kudithipudi.org/2010/05/12/industry-jargon-hotel-industry-2/</link>
		<comments>http://kudithipudi.org/2010/05/12/industry-jargon-hotel-industry-2/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:19:16 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Rantings]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=813</guid>
		<description><![CDATA[For my records LAR : Last Available Room. This is the term used to define the last available room in inventory for a channel.]]></description>
			<content:encoded><![CDATA[<p>For my records</p>
<ul>
<li>LAR : Last Available Room. This is the term used to define the last available room in inventory for a channel.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/05/12/industry-jargon-hotel-industry-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like to be in control of my destiny</title>
		<link>http://kudithipudi.org/2010/05/12/i-like-to-be-in-control-of-my-destiny/</link>
		<comments>http://kudithipudi.org/2010/05/12/i-like-to-be-in-control-of-my-destiny/#comments</comments>
		<pubDate>Wed, 12 May 2010 13:52:41 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Rantings]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=809</guid>
		<description><![CDATA[I don&#8217;t have a Facebook or twitter account and that surprises a lot of my friends since I am such a geek . And the reason I keep (kept) giving was that I want to be in control of my destiny. In this case, destiny being content. While Facebook and Twitter provide you with a [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have a <a href="http://www.facebook.com">Facebook</a> or <a href="http://www.twitter.com">twitter</a> account and that surprises a lot of my friends since I am such a geek <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . And the reason I keep (kept) giving was that I want to be in control of my destiny. In this case, destiny being content. While Facebook and Twitter provide you with a easy way to connect with friends/relatives/<a href="http://www.facebookstalker.net/news/">stalkers</a> etc, I believe it gives a lot of leeway on control over the content for the companies running these applications. I have all the means and ways to communicate with my friends and advertise what I need to world. How I do that? That is a blog post that I have been &#8220;drafting&#8221; for the last couple of months <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ..Hope to publish it soon. And looks like the wider audience is finally waking up to it.</p>
<p>Check out <a href="http://www.readwriteweb.com/archives/more_web_industry_leaders_quit_facebook_call_for_o.php">this</a> article on ReadWriteWeb regd how the tech leaders are calling for a boycott of Facebook and advocating for an open social networking protocol (<a href="http://www.readwriteweb.com/archives/more_web_industry_leaders_quit_facebook_call_for_o.php">http://www.readwriteweb.com/archives/more_web_industry_leaders_quit_facebook_call_for_o.php</a>).</p>
<p>Another <a href="http://www.readwriteweb.com/archives/study_twitter_isnt_very_social.php">article</a> on the same website, speaks about a study by the Advanced Institute of Science and Technology in Korea, which shows that Twitter is really not a social networking site, but more of a medium to broadcast your content (<a href="http://www.readwriteweb.com/archives/study_twitter_isnt_very_social.php">http://www.readwriteweb.com/archives/study_twitter_isnt_very_social.php</a>). Doesn&#8217;t really support the argument I made earlier that <a href="http://kudithipudi.org/2009/11/03/twitter-is-not-going-to-make-it/">Twitter is not going to make it</a>..but it certainly supports the notion that once the hype is gone the influence of twitter as a medium will decrease.</p>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/05/12/i-like-to-be-in-control-of-my-destiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Express.com DNS outage</title>
		<link>http://kudithipudi.org/2010/04/26/express-com-dns-outage/</link>
		<comments>http://kudithipudi.org/2010/04/26/express-com-dns-outage/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 01:42:19 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kudithipudi.org/?p=805</guid>
		<description><![CDATA[I am sure a lot of people shop on express.com , but I probably get the credits for being the first blogger to post that express.com has not been responding to DNS queries since ~7:00 PM CST (4/26). Looks like Qwest is hosting DNS for Express. The name servers (most probably global load balancers) are [...]]]></description>
			<content:encoded><![CDATA[<p>I am sure a lot of people shop on <a href="http://www.express.com">express.com </a>, but I probably get the credits for being the first blogger to post that express.com has not been responding to DNS queries since ~7:00 PM CST (4/26). Looks like Qwest is hosting DNS for Express. The name servers (most probably global load balancers) are not responding to DNS requests.</p>
<p>Here&#8217;s what I get, when I queried for www.express.com</p>
<div>
<div id="output">
<h4>Nameserver  trace for www.express.com:</h4>
<ul>
<li>Looking for who is responsible  for root zone and followed h.root-servers.net.</li>
<li>Looking for who  is responsible for com and followed h.gtld-servers.net.</li>
<li>Looking  for who is responsible for express.com and followed  dca-ans-01.inet.qwest.net.</li>
</ul>
<h4>Nameservers for  www.express.com:</h4>
<ul>
<li><strong>dca-ans-01.inet.qwest.net</strong> returned (NORECORDS)</li>
<li><strong>svl-ans-01.inet.qwest.net</strong> returned (NORECORDS)</li>
</ul>
<p>I feel for the poor ops team scrambling around to bring up the service <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Another reason, you want diversity in your DNS hosting.</p>
<p><img class="aligncenter" title="Express.Com site outage" src="http://farm4.static.flickr.com/3161/4556053235_74281750fc.jpg" alt="" width="500" height="383" /></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kudithipudi.org/2010/04/26/express-com-dns-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
