<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Egotistical Admin</title>
	
	<link>http://egotisticaladmin.com</link>
	<description>A Technology blog by Jason Beebe</description>
	<lastBuildDate>Tue, 17 Aug 2010 16:19:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheEgotisticalAdmin" /><feedburner:info uri="theegotisticaladmin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Webmin for Ubuntu Server 10.04</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/QHrrMnJkFag/</link>
		<comments>http://egotisticaladmin.com/2010/08/17/webmin-for-ubuntu-server-10-04/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 16:17:20 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=794</guid>
		<description><![CDATA[For Ubuntu Server amateurs, Webmin is a web management application that can greatly simplify administration tasks.  Below is a step-by-step guide to installing this handy tool.   1. From your command prompt, edit the APT sources.list file:     sudo pico /etc/apt/sources.list 2. In the editor, add the Webmin source and save the file:    deb http://download.webmin.com/download/repository sarge [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/webmin.jpg"><img class="alignnone size-full wp-image-809" title="Webmin" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/webmin.jpg" alt="Webmin" width="180" height="135" /></a></div>
<div class="mceTemp">For Ubuntu Server amateurs, Webmin is a web management application that can greatly simplify administration tasks.  Below is a step-by-step guide to installing this handy tool.</div>
<p> </p>
<div class="mceTemp"><strong>1.</strong> From your command prompt, edit the APT sources.list file:<br />
    <span style="color: #008000;">sudo pico /etc/apt/sources.list</span></div>
<div id="attachment_795" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/1.jpg"><img class="size-medium wp-image-795 " title="Edit APT Sources" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/1-300x187.jpg" alt="Edit APT Sources" width="300" height="187" /></a><p class="wp-caption-text">Edit APT Sources</p></div>
<p><strong>2.</strong> In the editor, add the Webmin source and save the file:<br />
   <span style="color: #008000;">deb http://download.webmin.com/download/repository sarge contrib</span></p>
<div id="attachment_796" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/2.jpg"><img class="size-medium wp-image-796" title="Add Webmin Source" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/2-300x187.jpg" alt="Add Webmin Source" width="300" height="187" /></a><p class="wp-caption-text">Add Webmin Source</p></div>
<p> <strong>3.</strong> From the command prompt, download the Webmin source key:<br />
    <span style="color: #008000;">sudo wget http://www.webmin.com/jcameron-key.asc</span></p>
<div id="attachment_797" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/3.jpg"><img class="size-medium wp-image-797" title="Download Source Key" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/3-300x187.jpg" alt="Download Source Key" width="300" height="187" /></a><p class="wp-caption-text">Download Source Key</p></div>
<p> <strong>4.</strong> Now, install the key:<br />
    <span style="color: #008000;">sudo apt-key add jcameron-key.asc</span></p>
<div id="attachment_798" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/4.jpg"><img class="size-medium wp-image-798" title="Install Webmin Source Key" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/4-300x187.jpg" alt="Install Webmin Source Key" width="300" height="187" /></a><p class="wp-caption-text">Install Webmin Source Key</p></div>
<p><strong> 5.</strong> Update your APT repository:<br />
    <span style="color: #008000;">sudo apt-get update</span></p>
<div id="attachment_799" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/5.jpg"><img class="size-medium wp-image-799" title="Update the Source Repository" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/5-300x187.jpg" alt="Update the Source Repository" width="300" height="187" /></a><p class="wp-caption-text">Update the Source Repository</p></div>
<p> <strong>6.</strong> Install Webmin and confirm:<br />
    <span style="color: #008000;">sudo apt-get install webmin</span></p>
<div id="attachment_800" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/6.jpg"><img class="size-medium wp-image-800" title="Install Webmin" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/6-300x187.jpg" alt="Install Webmin" width="300" height="187" /></a><p class="wp-caption-text">Install Webmin</p></div>
<p> <strong>7.</strong> Once the install is finished, you are presented with a URL to access Webmin.  Type the URL into your browser and use your sudoer credentials to log in.  Note: If you do not have DNS setup, you may have to use the IP address in your URL instead.</p>
<div id="attachment_801" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/7.jpg"><img class="size-medium wp-image-801" title="Webmin Installation Complete" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/7-300x187.jpg" alt="Webmin Installation Complete" width="300" height="187" /></a><p class="wp-caption-text">Webmin Installation Complete</p></div>
<div id="attachment_805" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/08/8.jpg"><img class="size-medium wp-image-805" title="Webmin Main Screen" src="http://egotisticaladmin.com/wp-content/uploads/2010/08/8-300x215.jpg" alt="Webmin Main Screen" width="300" height="215" /></a><p class="wp-caption-text">Webmin Main Screen</p></div>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/QHrrMnJkFag" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2010/08/17/webmin-for-ubuntu-server-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2010/08/17/webmin-for-ubuntu-server-10-04/</feedburner:origLink></item>
		<item>
		<title>Google Voice Invites</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/ZpV5TM46KOg/</link>
		<comments>http://egotisticaladmin.com/2010/01/27/google-voice-invites/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:32:25 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Google Voice]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=781</guid>
		<description><![CDATA[I have been extremely impressed with the functionality of Google Voice.  For those of you not familiar, Google Voice is simply a free internet phone service.  You receive your own phone number, voice mail box and a myriad of features that are both powerful and super cool.  There is one caveat, however; you need to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/GoogleVoice.jpg"><img class="alignleft size-full wp-image-785" title="GoogleVoice" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/GoogleVoice.jpg" alt="GoogleVoice Google Voice Invites" width="176" height="43" /></a>I have been extremely impressed with the functionality of Google Voice.  For those of you not familiar, Google Voice is simply a free internet phone service.  You receive your own phone number, voice mail box and a myriad of features that are both powerful and super cool.  There is one caveat, however; you need to already have a mobile phone or land line to take full advantage of the service.  The features I have found most useful are as follows:</p>
<h3>Call Widgets</h3>
<p>If you have browsed my <a href="http://egotisticaladmin.com/?page_id=171" target="_self">Contact Me</a> page, you may have noticed that you can place a phone call to my Google Voice number.  This widget will ask for your name, phone number and whether you want to keep your number private.  When you click connect, Google Voice will dial both your phone and my designated phone and connect the call.  Both number are kept private throughout the entire process.</p>
<p>Read more <a href="http://www.google.com/support/voice/bin/answer.py?hl=en&amp;answer=115128" target="_blank">about Call Widgets here.</a></p>
<h3>Replacing Mobile Phone Voice Mail with Google Voice Mail</h3>
<p>I currently have my mobile phone forwarding all missed calls to Google Voice Mail rather than the default Verizon Voice Mail.  I prefer this because I like to have my voice mails integrated with my Google Mail.  I also think the voice mail transcription feature is very helpful on my Blackberry.  I hardly ever listen to voicemails anymore.  I just read the transcription email Google sends me.  There are times though when the transcription doesn&#8217;t do a very good job and makes for a few giggles when you read the nonsense it sends you.</p>
<div id="attachment_782" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/FunnyTranscript.jpg"><img class="size-medium wp-image-782" title="FunnyTranscript" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/FunnyTranscript-300x53.jpg" alt="FunnyTranscript 300x53 Google Voice Invites" width="300" height="53" /></a><p class="wp-caption-text">As you can see, the transcript feature can be bundles of laughs sometimes.</p></div>
<p>Read more <a href="http://www.google.com/support/voice/bin/answer.py?hl=en&amp;answer=164652" target="_blank">about Google Voice Mail here.</a></p>
<h3>Google Voice Blackberry App</h3>
<p>The Google Voice Blackberry app integrates into my phone&#8217;s call features and address book.  I can choose to make a call or SMS a recipient via my Google Voice number instead of my mobile number.  When doing this, Google Voice keeps a nice little log of calls and SMS sent and received.  Placing a call this way also allows me to use some of the features that my mobile service doesn&#8217;t provide, like <a href="http://www.google.com/support/voice/bin/answer.py?hl=en&amp;answer=115037" target="_blank">recording calls</a>.</p>
<p><a href="http://www.google.com/mobile/voice/" target="_blank">The Google Voice Blackberry App can be downloaded here.</a></p>
<h3>Invites</h3>
<p>I currently have two invites for Google Voice that I would like to hand out.  Please leave a comment on this post, making sure to fill in the e-mail address field correctly. I will draw names on 2/3/2010 to determine who I send invites to.</p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/ZpV5TM46KOg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2010/01/27/google-voice-invites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2010/01/27/google-voice-invites/</feedburner:origLink></item>
		<item>
		<title>Perfecting That Which You Never Wish To Do – Part 2</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/13C_5g2vyA4/</link>
		<comments>http://egotisticaladmin.com/2010/01/04/perfecting-that-which-you-never-wish-to-do-part-2/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:01:06 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Recent News]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Netbackup]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=770</guid>
		<description><![CDATA[&#8220;All technology should be assumed guilty until proven innocent.&#8221; -David Brower I searched for quite a while to find a quote that summed up my feelings about my recent experience with a full disaster recovery test.  I went into this test with measured confidence and was whipped back to reality within the first 2 hours. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;All technology should be assumed guilty until proven innocent.&#8221;<br />
-David Brower</p>
<p>I searched for quite a while to find a quote that summed up my feelings about my recent experience with a full disaster recovery test.  I went into this test with measured confidence and was whipped back to reality within the first 2 hours.  The technology was not innocent and neither was I.</p>
<h2>Encryption &#8211; Secured from external threats but what about your own stupidity?</h2>
<p><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/stupidity.jpg"><img class="alignnone size-medium wp-image-772" title="Stupidity" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/stupidity-300x240.jpg" alt="stupidity 300x240 Perfecting That Which You Never Wish To Do   Part 2" width="300" height="240" /></a></p>
<p>Yes, backup encryption was the first thing to bite me in the ass during the test.  Note to self, when setting up the encryption pass phrases, check and double check that you documented them perfectly.  I think I may have mis-typed one of the pass phrases so the backup server restore procedure failed.  Luckily for me, I was able to remote in to our main office and copy over the encryption database so that I could proceed with the test.  In a real disaster, we would have been stopped dead in our tracks right here.  I now have to re-build the encryption restore procedure from scratch with new pass phrases, since I can&#8217;t know the correct pass phrases reliably in my old setup.  I am also keeping a copy of the encryption database in a safe location (just in case).</p>
<h2>One Tape in, One Tape Out</h2>
<p><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/tape2.jpg"><img class="alignnone size-medium wp-image-773" title="Slow" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/tape2-300x225.jpg" alt="tape2 300x225 Perfecting That Which You Never Wish To Do   Part 2" width="300" height="225" /></a></p>
<p>We backup to one tape drive.  While this meets our needs on a daily basis (barely), restoring is another matter.  We spent almost 18 hours waiting for data to restore from tape.  Each job had to run serially since the DR site only had one tape drive as well.  We we&#8217;re able to restore most of the servers, however, some of the larger archive servers had to be skipped due to time constraints.  We are completely re-doing our backup and restore scheme in 2010 so our DR tape restore efficiency will be greatly improved.</p>
<h2>Independent Disks, Not So Independent</h2>
<p><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/independent.jpg"><img class="alignnone size-medium wp-image-774" title="Independent" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/independent-300x288.jpg" alt="independent 300x288 Perfecting That Which You Never Wish To Do   Part 2" width="300" height="288" /></a></p>
<p>Apparently, when a virtual disk in a VMware Infrastructure environment is set as Independent, Virtual Consolidated Backup (VCB) ignores the disk when backing up the virtual machine.  Of course, Netbackup does not report an error and shows a successful backup.  We found out halfway through the test that some of our machines would not fully restore due to this issue.  One of them ended up containing very important timekeeping information.  Post test, I have done a full visual inspection on all virtual disk configuration in our environment and have turned off the Independent Disk setting.  We are now getting proper backups of these problem virtual machines.</p>
<h2>Not All of it Was Smoke, Fire and Ashes</h2>
<p><a href="http://egotisticaladmin.com/wp-content/uploads/2010/01/fire.jpg"><img class="alignnone size-medium wp-image-775" title="Fire" src="http://egotisticaladmin.com/wp-content/uploads/2010/01/fire-300x225.jpg" alt="fire 300x225 Perfecting That Which You Never Wish To Do   Part 2" width="300" height="225" /></a></p>
<p>Besides the 3 problems previously mentioned, this DR test was a success.  Most of our hosts were restored successfully and most of our procedures we&#8217;re validated.  Of course, the most important lesson learned and the purpose of this exercise was that we found out where our shortcomings we&#8217;re and are on the path of fixing them.  Personally, I am happy to have done this test because it exposed me to an aspect of business planning that I have not yet experienced.  Disaster Recovery felt like a giant mountain that I could never hope to scale to something a bit more manageable but still very formidable.</p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/13C_5g2vyA4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2010/01/04/perfecting-that-which-you-never-wish-to-do-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2010/01/04/perfecting-that-which-you-never-wish-to-do-part-2/</feedburner:origLink></item>
		<item>
		<title>Google Wave Invites</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/IGd_-Us7qvE/</link>
		<comments>http://egotisticaladmin.com/2009/11/30/google-wave-invites/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:45:32 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google Wave]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=764</guid>
		<description><![CDATA[First off, I know I am late on my Disaster Recovery Test follow up post.  Bear with me as the holiday has limited the time I have available for blogging.  In the meantime, I have 8 Google Wave invites to dole out.  So, the first 8 people to comment on this post will get an [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-765 alignleft" title="google_wave_logo" src="http://egotisticaladmin.com/wp-content/uploads/2009/11/google_wave_logo-1.jpg" alt="google wave logo 1 Google Wave Invites" width="180" height="180" /></p>
<p>First off, I know I am late on my Disaster Recovery Test follow up post.  Bear with me as the holiday has limited the time I have available for blogging.  In the meantime, I have 8 Google Wave invites to dole out.  So, the first 8 people to comment on this post will get an invite!  Make sure you fill out your email address.</p>
<p>Here are some links to get you started with Wave once you get your invite:</p>
<p><span style="font-weight: bold;"><a href="http://lifehacker.com/5407183/how-to-manage-a-group-project-in-google-wave" target="_blank">Lifehacker article on running a group project on Wave</a></span></p>
<p><strong><a href="http://www.completewaveguide.com/" target="_blank">Gina Trapani&#8217;s Complete Wave Guide</a></strong></p>
<p><strong><a href="http://www.google.com/support/forum/p/wave/thread?tid=7069d518e76f7468&amp;hl=en" target="_blank">Making your profile picture visible</a></strong></p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/IGd_-Us7qvE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/11/30/google-wave-invites/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/11/30/google-wave-invites/</feedburner:origLink></item>
		<item>
		<title>Perfecting That Which You Never Wish To Do</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/S1oijl-7xr4/</link>
		<comments>http://egotisticaladmin.com/2009/11/11/perfecting-that-which-you-never-wish-to-do/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:39:26 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Recent News]]></category>
		<category><![CDATA[Netbackup]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=743</guid>
		<description><![CDATA[The title pretty much sums up planning a disaster recovery scenario. As a mentioned in a previous post, my colleagues and I are planning a DR test. We basically have to document every restore procedure and put together a set of materials that are required for a successful test. Saying that I have been stressed [...]]]></description>
			<content:encoded><![CDATA[<p>The title pretty much sums up planning a disaster recovery scenario. As a mentioned in a<a href="http://egotisticaladmin.com/?p=684" target="_self"> previous post</a>, my colleagues and I are planning a DR test. We basically have to document every restore procedure and put together a set of materials that are required for a successful test. Saying that I have been stressed out lately is an understatement. Gearing up for and actually performing the steps required after a fire or bomb, etc. puts anxious thoughts in my mind. All of these have to come together within 48 hours or it is considered a failed test. I have been working on three key areas:</p>
<h2 style="font-size: 1.5em;">Backups</h2>
<p><img class="size-full wp-image-754 alignnone" title="Backups" src="http://egotisticaladmin.com/wp-content/uploads/2009/11/Backups.jpg" alt="Backups Perfecting That Which You Never Wish To Do" width="432" height="504" /></p>
<p>A DR test is really a kick in the butt for backup reliability. When this project became a priority our backups were performing at an acceptable level for user error restores or the occasional server crash, but not even close for DR recoverability.</p>
<p>I have been tasked with getting the backups up to par so we can restore completely during the test. Now, to do this I needed to fix the small errors that cause backups to fail and tweak the windows to allow enough time for them to complete, but it really came down to knowing the performance impact of the processes that are run on each system and the backups themselves.</p>
<p>My company is one that actually has a higher overall resource need during non-work hours. We run so many automated processes at night that working backups around them becomes an art. In this case, a lot of communication with the process owners and developing some sort of schedule agreement is key. I met with the appropriate people and created a makeshift gannt chart to help with the visualization.  Our backups are now performing with an almost 100% completion rate.  There are still times when I need to manually re-run a job due to some scheduling conflict or system hiccup.</p>
<h2 style="font-size: 1.5em;">Workstation Disaster Recovery Image</h2>
<p><img class="alignnone size-full wp-image-755" title="Windows 7" src="http://egotisticaladmin.com/wp-content/uploads/2009/11/Windows-7.jpg" alt="Windows 7" width="390" height="390" /></p>
<p>I debated myself for quite a while on how I was going to accomplish this particular task.  We have so few computers at our company (&gt;100) that a workstation image wasn&#8217;t something that I had created as of yet.  I needed an image that would work on all different types of HALs, have all of the required software and configure itself based on the computer&#8217;s hardware with little to no user interaction.</p>
<p>I ended up choosing Windows 7 simply because it was the easiest OS to achieve hardware independence, however, software compatibility was a concern.  I played tug of war with the operating system for several days but I was able to get all of our required software functional on the image.  Surprisingly, all it took was either running the installer as Administrator (even though I was already an Administrator) and/or running the installer in Windows XP compatibility mode.</p>
<p>The last bit, auto-configuring the OS, was probably the most fun.  Thanks to the wonderful tool, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c7d4bc6d-15f3-4284-9123-679830d629f2&amp;displaylang=en&amp;Hash=qIqU6jQ4hKz3ngGdiaNw//D/LdKMWvS5DliFJQkcN6QDU8pjvOueb5fZ4v1HJLi/1j/lqAfmmltOgOOhWpB7Yw%3d%3d" target="_blank">Automated Installation Kit</a>(AIK), I was able to create an answer file that provided information such as Product Key, Registration Information and Domain Addition.  The only thing the user has to do is login and activate windows once the image is deployed.</p>
<h2>Backup Server and Virtual Machine Restoration</h2>
<p><img class="alignnone size-full wp-image-756" title="recovery-color" src="http://egotisticaladmin.com/wp-content/uploads/2009/11/recovery-color.jpg" alt="recovery color Perfecting That Which You Never Wish To Do" width="450" height="489" /></p>
<p>Who/what backs up the backup server?  This is a valid question that can be easy to overlook, especially for those that are doing a DR test for the first time.  I have not seen all backup software under the sun but I believe the backup server can be backed up just like the client servers.  Local drives and system state can be snapshotted just like everything else.</p>
<p>In my case, however, things have to be done a little differently.  Symantec&#8217;s licensing model segregates every single little feature in Netbackup and we just so happen to not have the Bare Metal Restore license installed.  Instead of trying a OS build from scratch and then a restore of the system state over top, I just elected to do everything from scratch.  Everything except the catalog!</p>
<p>Netbackup stores all information about backups and policies in its catalog.  All Network Administrators should be taking a Catalog Backup along with all other backups.  After I get the new backup server installed, I will simply restore the catalog and will be ready to begin restoring my virtual machines.</p>
<p>Since we are running a VMware environment, we take advantage of Virtual Consolidated Backup to do our backups and restores of virtual machines.  VCB integrated pretty nicely into NetBackup and allows you to do the entire VM restore procedure right from the Restore utility.  NetBackup with VCB simply restores the virtual machine VMDK files to a mount disk and then fires up VMware Converter to move it into the Virtual Infrastructure Environment.</p>
<h2 style="font-size: 1.5em;">The Weekend From Hell</h2>
<p><img class="alignnone size-full wp-image-757" title="Movie-JasonGoesToHellDVD1" src="http://egotisticaladmin.com/wp-content/uploads/2009/11/Movie-JasonGoesToHellDVD1.jpg" alt="Movie JasonGoesToHellDVD1 Perfecting That Which You Never Wish To Do" width="322" height="475" /></p>
<p>This weekend is our Disaster Recovery test.  I lovingly refer to it as the weekend of hell, of course!  My supervisor and I will be working from 4 PM Saturday until 4PM Monday to bring up our entire environment.  I will update next week with the results!</p>
<p>I feel no pressure at all <img src='http://egotisticaladmin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="Perfecting That Which You Never Wish To Do" /> </p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/S1oijl-7xr4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/11/11/perfecting-that-which-you-never-wish-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/11/11/perfecting-that-which-you-never-wish-to-do/</feedburner:origLink></item>
		<item>
		<title>Whopper 7</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/PhGhTWzp1hU/</link>
		<comments>http://egotisticaladmin.com/2009/10/26/whopper-7/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:20:33 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=736</guid>
		<description><![CDATA[I thought I would share this joint Windows 7 and Burger King ad I recieved in an email.  Supposedly the 7 stack Whopper costs 777 yen and is available for 7 days.  Hilarious!]]></description>
			<content:encoded><![CDATA[<p>I thought I would share this joint Windows 7 and Burger King ad I recieved in an email.  Supposedly the 7 stack Whopper costs 777 yen and is available for 7 days.  Hilarious!</p>
<p><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/Whopper7.jpg"><img class="alignnone size-full wp-image-737" title="Whopper7" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/Whopper7.jpg" alt="Whopper7 Whopper 7" width="396" height="560" /></a></p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/PhGhTWzp1hU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/10/26/whopper-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/10/26/whopper-7/</feedburner:origLink></item>
		<item>
		<title>Daily Update 10/19/2009</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/_dpsjdBEOOY/</link>
		<comments>http://egotisticaladmin.com/2009/10/19/daily-update-10192009/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 03:12:58 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=734</guid>
		<description><![CDATA[Alright!  I am beginning to think this daily update thing is a little ridiculous.  Since I don&#8217;t want to cram empty posts down your throat, I am going to reduce the frequency of these posts.  Possibly a weekly or twice weekly post depending on how much is going on. If you hadn&#8217;t noticed, I got [...]]]></description>
			<content:encoded><![CDATA[<p>Alright!  I am beginning to think this daily update thing is a little ridiculous.  Since I don&#8217;t want to cram empty posts down your throat, I am going to reduce the frequency of these posts.  Possibly a weekly or twice weekly post depending on how much is going on.</p>
<p>If you hadn&#8217;t noticed, I got the post up about <a href="http://egotisticaladmin.com/?p=692" target="_self">Installing and Configuring WDS</a>, so check it out if you are interested.</p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/_dpsjdBEOOY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/10/19/daily-update-10192009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/10/19/daily-update-10192009/</feedburner:origLink></item>
		<item>
		<title>How-To: Installing and Configuring Windows Deployment Services</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/HFMpnwi0arc/</link>
		<comments>http://egotisticaladmin.com/2009/10/19/how-to-installing-and-configuring-windows-deployment-services/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:45:14 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=692</guid>
		<description><![CDATA[This is a step by step explanation of what I have done to setup Windows Deployment Services(WDS) in my work environment.  I have generalized a few steps to make it generic enough to work in any environment with a few tweaks here and there.  In this post, I assume you have Active Directory and a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a step by step explanation of what I have done to setup Windows Deployment Services(WDS) in my work environment.  I have generalized a few steps to make it generic enough to work in any environment with a few tweaks here and there.  In this post, I assume you have Active Directory and a Windows DHCP server deployed.  I am also assuming you have a good familiarity with Windows Server 2008.</p>
<h2>Step 1</h2>
<p>Add the Windows Deployment Service Role using the Server Manager Tool.</p>
<div id="attachment_713" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS2.jpg"><img class="size-medium wp-image-713" title="WDS Role Installation Wizard" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS2-300x226.jpg" alt="WDS2 300x226 How To: Installing and Configuring Windows Deployment Services" width="300" height="226" /></a><p class="wp-caption-text">Windows Deployment Services is the only server role that needs to be selected.</p></div>
<div id="attachment_714" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS3.jpg"><img class="size-medium wp-image-714" title="WDS Role Installation Wizard" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS3-300x225.jpg" alt="WDS3 300x225 How To: Installing and Configuring Windows Deployment Services" width="300" height="225" /></a><p class="wp-caption-text">Choose both Deployment Server and Transport Server from the Role Services screen.</p></div>
<h2>Step 2</h2>
<p>Initialize the WDS server using the following command:</p>
<p style="padding-left: 30px;">wdsutil /initialize-server /reminst:C:\RemoteInstall</p>
<div id="attachment_712" class="wp-caption alignnone" style="width: 310px"><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS1.jpg"><img class="size-medium wp-image-712" title="WDS Initialization" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS1-300x148.jpg" alt="WDS1 300x148 How To: Installing and Configuring Windows Deployment Services" width="300" height="148" /></a><p class="wp-caption-text">Use the wdsutil command to initialize the server and set the Remote Install path.</p></div>
<h2>Step 3</h2>
<p>Configure the WDS Properties.  I only needed to change the settings in the &#8220;PXE Response Settings&#8221; and &#8220;Advanced&#8221; tabs.</p>
<div id="attachment_719" class="wp-caption alignnone" style="width: 266px"><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS4.jpg"><img class="size-medium wp-image-719" title="WDS Properties - PXE Response Settings" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS4-256x300.jpg" alt="Change the response policy to accept all client computers.  You can further restrict this after WDS is confirmed working in this same tab." width="256" height="300" /></a><p class="wp-caption-text">Change the response policy to accept all client computers.  You can further restrict this after WDS is confirmed working in this same tab.</p></div>
<div id="attachment_720" class="wp-caption alignnone" style="width: 266px"><a href="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS5.jpg"><img class="size-medium wp-image-720" title="WDS Properties - Advanced" src="http://egotisticaladmin.com/wp-content/uploads/2009/10/WDS5-256x300.jpg" alt="Select &quot;Authorize this Windows Deployment Services server in DHCP&quot;." width="256" height="300" /></a><p class="wp-caption-text">Select &quot;Authorize this Windows Deployment Services server in DHCP&quot;.</p></div>
<p>Apply the changes and click OK to complete.  At this point you may want to restart the WDS services or simply reboot the server.</p>
<h2>Step 4</h2>
<p>In order for the client computer to find the WDS server during a PXE boot, you may need to setup an <strong>ip-helper address</strong> in on your switch/router.  This enables the PXE broadcast to be seen by the WDS server if it is on a different subnet/VLAN.  On a Cisco device you can use:</p>
<p style="padding-left: 30px;"><em>config t<br />
interface [VLAN Interface ID]<br />
ip helper-address [IP of WDS server]<br />
exit</em></p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/HFMpnwi0arc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/10/19/how-to-installing-and-configuring-windows-deployment-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/10/19/how-to-installing-and-configuring-windows-deployment-services/</feedburner:origLink></item>
		<item>
		<title>Daily Update 10-9-2009</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/uIQoNo8W8jE/</link>
		<comments>http://egotisticaladmin.com/2009/10/09/daily-update-10-9-2009/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 19:28:19 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=708</guid>
		<description><![CDATA[I know I have promised a post on setting up WDS but I am having an issue with WordPress and uploading screenshots.  The post would suck without screenshots so I will have to delay sometime longer, especially since I leave for a week vacation tomorrow morning.  Look for my next post to be Monday, October [...]]]></description>
			<content:encoded><![CDATA[<p>I know I have promised a post on setting up WDS but I am having an issue with WordPress and uploading screenshots.  The post would suck without screenshots so I will have to delay sometime longer, especially since I leave for a week vacation tomorrow morning.  Look for my next post to be Monday, October 19th.</p>
<p>Adios!</p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/uIQoNo8W8jE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/10/09/daily-update-10-9-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/10/09/daily-update-10-9-2009/</feedburner:origLink></item>
		<item>
		<title>Daily Update 10-7-2009</title>
		<link>http://feedproxy.google.com/~r/TheEgotisticalAdmin/~3/vpxrLO2vFVw/</link>
		<comments>http://egotisticaladmin.com/2009/10/07/daily-update-10-7-2009/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 02:39:31 +0000</pubDate>
		<dc:creator>Jason Beebe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://egotisticaladmin.com/?p=700</guid>
		<description><![CDATA[Today was one of those days where you can never sit down and work on a single project for more than an hour.  I have the distinction of being a Network Administrator and also being responsible for Help Desk tickets at the same time so these days are inevitable.  I did however, finish up some [...]]]></description>
			<content:encoded><![CDATA[<p>Today was one of those days where you can never sit down and work on a single project for more than an hour.  I have the distinction of being a Network Administrator and also being responsible for Help Desk tickets at the same time so these days are inevitable.  I did however, finish up some documentation on our WDS rollout and hope to have that transfered in a more &#8220;public&#8221; format here within the next 24 hours.  I just need to finish up the screenshots and it should be good to go.  Stay tuned.</p>
<p>In the meantime, I will be remoting into my workstation at work to give the evil eye to my backups jobs to make sure they are running properly.  *Sigh* My work is never done.</p>
<img src="http://feeds.feedburner.com/~r/TheEgotisticalAdmin/~4/vpxrLO2vFVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://egotisticaladmin.com/2009/10/07/daily-update-10-7-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://egotisticaladmin.com/2009/10/07/daily-update-10-7-2009/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.747 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-03 10:21:05 -->
