<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Regime</title>
	<atom:link href="http://theregime.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theregime.wordpress.com</link>
	<description>Technical help to keep life fun by Eric Reitz</description>
	<lastBuildDate>Fri, 14 Aug 2009 14:02:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='theregime.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/457fa945199dc39228d2b18654564a7a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Regime</title>
		<link>http://theregime.wordpress.com</link>
	</image>
			<item>
		<title>How to debug a VM with a serial port</title>
		<link>http://theregime.wordpress.com/2009/08/14/how-to-debug-a-vm-with-a-serial-port/</link>
		<comments>http://theregime.wordpress.com/2009/08/14/how-to-debug-a-vm-with-a-serial-port/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:02:00 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[VMware Server]]></category>
		<category><![CDATA[VMware Workstation]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/2009/08/14/how-to-debug-a-vm-with-a-serial-port/</guid>
		<description><![CDATA[
Get your VM in Vmware workstation or Vmware server (with windows running as the host)
Add a serial port to the vm
Configure the serial port as


Configure Msconfig


Reboot
Configure BIOS (may not be needed) change serial port A and B


Install Debugging Tools for Windows
Open Windbg
Configure Symbol path (srv*c:\windows\symbols*http://msdl.microsoft.com/download/symbols) 
save workspace


Configure Kernel Debug


Save workspace
Go to debug&#62;break
And it should connect

Posted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=240&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ol>
<li>Get your VM in Vmware workstation or Vmware server (with windows running as the host)</li>
<li>Add a serial port to the vm</li>
<li>Configure the serial port as
<p><a href="http://theregime.files.wordpress.com/2009/08/clip_image001.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image001" border="0" alt="clip_image001" src="http://theregime.files.wordpress.com/2009/08/clip_image001_thumb.png?w=244&#038;h=190" width="244" height="190" /></a></p>
</li>
<li>Configure Msconfig
<p><a href="http://theregime.files.wordpress.com/2009/08/clip_image002.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image002" border="0" alt="clip_image002" src="http://theregime.files.wordpress.com/2009/08/clip_image002_thumb.png?w=244&#038;h=151" width="244" height="151" /></a></p>
</li>
<li>Reboot</li>
<li>Configure BIOS (may not be needed) change serial port A and B
<p><a href="http://theregime.files.wordpress.com/2009/08/clip_image003.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image003" border="0" alt="clip_image003" src="http://theregime.files.wordpress.com/2009/08/clip_image003_thumb.png?w=244&#038;h=184" width="244" height="184" /></a></p>
</li>
<li><a href="http://www.microsoft.com/whdc/devtools/debugging/default.mspx" target="_blank">Install Debugging Tools for Windows</a></li>
<li>Open Windbg</li>
<li>Configure Symbol path (srv*c:\windows\symbols*http://msdl.microsoft.com/download/symbols) </li>
<li>save workspace
<p><a href="http://theregime.files.wordpress.com/2009/08/clip_image004.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image004" border="0" alt="clip_image004" src="http://theregime.files.wordpress.com/2009/08/clip_image004_thumb.png?w=244&#038;h=91" width="244" height="91" /></a></p>
</li>
<li>Configure Kernel Debug
<p><a href="http://theregime.files.wordpress.com/2009/08/clip_image005.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image005" border="0" alt="clip_image005" src="http://theregime.files.wordpress.com/2009/08/clip_image005_thumb.png?w=244&#038;h=198" width="244" height="198" /></a></p>
</li>
<li>Save workspace</li>
<li>Go to debug&gt;break</li>
<li>And it should connect</li>
</ol>
Posted in 2000, 2003, 2008, Microsoft, Server, Vista, VMware, Windows, Workstation, XP Tagged: 2000, 2003, 2008, Microsoft, Server, Vista, VMware, VMware Server, VMware Workstation, Windows, Workstation, XP <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=240&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/08/14/how-to-debug-a-vm-with-a-serial-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/08/clip_image001_thumb.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/08/clip_image002_thumb.png" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/08/clip_image003_thumb.png" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/08/clip_image004_thumb.png" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/08/clip_image005_thumb.png" medium="image">
			<media:title type="html">clip_image005</media:title>
		</media:content>
	</item>
		<item>
		<title>How to align Windows disks in VMware with Netapp disk</title>
		<link>http://theregime.wordpress.com/2009/07/20/how-to-align-windows-disks-in-vmware-with-netapp-disk/</link>
		<comments>http://theregime.wordpress.com/2009/07/20/how-to-align-windows-disks-in-vmware-with-netapp-disk/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:33:53 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Netapp]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=225</guid>
		<description><![CDATA[Warning: Always have a backup before you perform disk alignments in windows
How to check Drive alignment in windows:


run &#8220;System Information&#8221; (msinfo32.exe in Start-&#62; Run)


and select Components .. Storage .. Disks


scroll to the bottom and you will see the Partition Starting Offset information.


This number needs to be perfectly divisible by 4096.


The default .vmdk, you will see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=225&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;"><strong><img class="alignnone size-full wp-image-227" title="alert" src="http://theregime.files.wordpress.com/2009/07/alert.jpg?w=25&#038;h=30" alt="alert" width="25" height="30" />Warning: </strong><span style="color:#000000;">Always have a backup before you perform disk alignments in windows</span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;">How to check Drive alignment in windows:</span></span></p>
<ol>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">run &#8220;System Information&#8221; (msinfo32.exe in Start-&gt; Run)</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">and select Components .. Storage .. Disks</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">scroll to the bottom and you will see the Partition Starting Offset information.</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">This number needs to be perfectly divisible by 4096.</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">The default .vmdk, you will see the Partition Starting Offset set to 32,256  (32,256 / 4096 = 7.875)</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">and thus this file system is not correctly aligned.</div>
</li>
</ol>
<p><span style="color:#ff0000;"><span style="color:#000000;"> <strong><span style="text-decoration:underline;">Align C Drive</span></strong></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="text-decoration:underline;">To do this after a P2V or after the fact</span></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><a title="http://blogs.netapp.com/storage_nuts_n_bolts/2009/01/mbrscanmbralign.html" href="http://blogs.netapp.com/storage_nuts_n_bolts/2009/01/mbrscanmbralign.html" target="_blank">http://blogs.netapp.com/storage_nuts_n_bolts/2009/01/mbrscanmbralign.html</a> to use mbrscan and mbralign in the ESX console to align, you will need to go to the host the VM is running on to do the steps (not for ESXi because they are part of netapp host tools that needs to be installed)</span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="text-decoration:underline;">New VM</span></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;">create your vm and use a boot disk before you install the OS to align the disk (follow align other disk section)</span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><strong><span style="text-decoration:underline;">How to align other windows disks</span></strong></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#ff0000;"><strong><img class="alignnone size-full wp-image-227" title="alert" src="http://theregime.files.wordpress.com/2009/07/alert.jpg?w=25&#038;h=30" alt="alert" width="25" height="30" />Important warning:</strong> <span style="color:#000000;">If you do these steps on C drive you will lose your data</span></span></span></span></p>
<p><span style="color:#ff0000;"><span style="color:#000000;"><span style="color:#ff0000;"><span style="color:#000000;">Note: if you have a misaligned disk you will need to create a new disk perform the steps and migrage the data, After you have added a new disk to your VM and <strong>NOT</strong> formated it follow the below steps, this might work with the align C drive steps to save recreating and migrating data, but have not tried it.</span></span></span></span></p>
<ol>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">CMD&gt;diskpart</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">DISKPART&gt; list disk (disks should be listed)</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">DISKPART&gt; select disk # (This selects the disk drive)</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">DISKPART&gt; list partition (This step should result in a message stating &#8220;There are no partitions on this disk to show.&#8221; This message confirms the disk is blank)</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">DISKPART&gt; create partition primary align=64</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">Viewing the disk using &#8220;System Information&#8221; the Partition Starting Offset is now 65,536&#8230; 65,536 / 4096 = 16, and thus this file system is properly aligned to the storage blocks.</div>
</li>
<li>
<div style="font-family:arial;font-size:10pt;margin:0;">Format it</div>
</li>
</ol>
<p style="font-family:arial;font-size:10pt;margin:0;">Another note: is currently VMware converter does not align your harddrives this will need to be done after you do your P2V, and you do not need these steps for Windows 2008 it should be aligned from the install.</p>
Posted in 2000, 2003, ESX, Microsoft, Netapp, VMware, Windows, XP Tagged: 2000, 2003, ESX, Microsoft, Netapp, VMware, Windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/225/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=225&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/07/20/how-to-align-windows-disks-in-vmware-with-netapp-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/07/alert.jpg" medium="image">
			<media:title type="html">alert</media:title>
		</media:content>

		<media:content url="http://theregime.files.wordpress.com/2009/07/alert.jpg" medium="image">
			<media:title type="html">alert</media:title>
		</media:content>
	</item>
		<item>
		<title>How to manage Termial services via Command line</title>
		<link>http://theregime.wordpress.com/2009/07/20/how-to-manage-termial-services-via-command-line/</link>
		<comments>http://theregime.wordpress.com/2009/07/20/how-to-manage-termial-services-via-command-line/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:56:44 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=222</guid>
		<description><![CDATA[I came a cross a problem when trying to connect to a system with the GUI Termical Services manager, had to use a different username and password and it came back as fail to login with the run as. I needed to clear some of the old disconnected sessions for a windows 2000 server. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=222&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I came a cross a problem when trying to connect to a system with the GUI Termical Services manager, had to use a different username and password and it came back as fail to login with the run as. I needed to clear some of the old disconnected sessions for a windows 2000 server. So I came a cross this blog <a title="http://weblogs.asp.net/owscott/archive/2003/12/30/Managing-Terminal-Services-Sessions-Remotely.aspx" href="http://weblogs.asp.net/owscott/archive/2003/12/30/Managing-Terminal-Services-Sessions-Remotely.aspx" target="_blank">http://weblogs.asp.net/owscott/archive/2003/12/30/Managing-Terminal-Services-Sessions-Remotely.aspx</a>. about how to use qwinsta /server: and rwinsta /server: to view and disconnect the sessions, I did already have a IPC$ connection to the server with the user name that i needed not sure if that is why i did not get prompted for a user name and password via command line.</p>
Posted in 2000, 2003, Microsoft, Windows Tagged: 2000, 2003, Microsoft, Windows <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=222&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/07/20/how-to-manage-termial-services-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>RAID calculator</title>
		<link>http://theregime.wordpress.com/2009/07/09/raid-calculator/</link>
		<comments>http://theregime.wordpress.com/2009/07/09/raid-calculator/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:41:34 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=217</guid>
		<description><![CDATA[I was contacted about a new RAID calculator to look over. http://raidcalculator.icc-usa.com/ It has some good RAID discriptions at the bottom of the page to show the different status of the different raid types, and what they look like.
Posted in RAID       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=217&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was contacted about a new RAID calculator to look over. <a href="http://raidcalculator.icc-usa.com/" target="_blank">http://raidcalculator.icc-usa.com/</a> It has some good RAID discriptions at the bottom of the page to show the different status of the different raid types, and what they look like.</p>
Posted in RAID  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=217&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/07/09/raid-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>How to merge split PDF&#8217;s for Free</title>
		<link>http://theregime.wordpress.com/2009/03/26/how-to-merge-split-pdfs-for-free/</link>
		<comments>http://theregime.wordpress.com/2009/03/26/how-to-merge-split-pdfs-for-free/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:20:07 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=214</guid>
		<description><![CDATA[PDFTK http://www.pdfhacks.com/pdftk/ is a command line free opensource tool that can do many things to PDF&#8217;s like merge and split them and you can get PDFTK Builder http://angusj.com/pdftkb/ that is a GUI for the main functions of the tool. This is better then spending lots of money for a tool and its small if you want the command line [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=214&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>PDFTK <a href="http://www.pdfhacks.com/pdftk/" target="_blank">http://www.pdfhacks.com/pdftk/</a> is a command line free opensource tool that can do many things to PDF&#8217;s like merge and split them and you can get PDFTK Builder <a href="http://" target="_blank">http://angusj.com/pdftkb/</a> that is a GUI for the main functions of the tool. This is better then spending lots of money for a tool and its small if you want the command line version. It is also available for other OS&#8217;s too.</p>
Posted in 2000, 2003, 2008, Microsoft, PDF, Tools, Vista, Windows, XP  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=214&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/03/26/how-to-merge-split-pdfs-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>How to share a workbook in excel 2007</title>
		<link>http://theregime.wordpress.com/2009/03/17/how-to-share-a-workbook-in-excel-2007/</link>
		<comments>http://theregime.wordpress.com/2009/03/17/how-to-share-a-workbook-in-excel-2007/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:45:21 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=212</guid>
		<description><![CDATA[I knew how to do this in 2003 but they moved it in 2007, found a good link for 2007 that tells how to share this.
http://www.lockergnome.com/windows/2007/06/07/share-a-workbook-in-excel-2007/
Posted in Excel, Microsoft, Office       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=212&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I knew how to do this in 2003 but they moved it in 2007, found a good link for 2007 that tells how to share this.</p>
<p><a title="http://www.lockergnome.com/windows/2007/06/07/share-a-workbook-in-excel-2007/" href="http://www.lockergnome.com/windows/2007/06/07/share-a-workbook-in-excel-2007/" target="_blank">http://www.lockergnome.com/windows/2007/06/07/share-a-workbook-in-excel-2007/</a></p>
Posted in Excel, Microsoft, Office  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=212&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/03/17/how-to-share-a-workbook-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Systems Insight Manager Error 193: 0xc1</title>
		<link>http://theregime.wordpress.com/2009/03/12/hp-systems-insight-manager-error-193-0xc1/</link>
		<comments>http://theregime.wordpress.com/2009/03/12/hp-systems-insight-manager-error-193-0xc1/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:55:11 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=210</guid>
		<description><![CDATA[Trying to start HP Systems Insight Manager and you get a error 193: 0xc1, to get rid of this error and get the service started, look for a &#8220;program&#8221; file in the root of the installed drive. there is more info at http://support.microsoft.com/default.aspx?scid=kb;en-us;Q325680. you can delete this file and get the service to start and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=210&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Trying to start HP Systems Insight Manager and you get a error 193: 0xc1, to get rid of this error and get the service started, look for a &#8220;program&#8221; file in the root of the installed drive. there is more info at <a title="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q325680" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q325680" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;Q325680</a>. you can delete this file and get the service to start and get you back and running. I have not found out why this happens but thats how to at least get it fixed for right now.</p>
Posted in HP  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=210&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2009/03/12/hp-systems-insight-manager-error-193-0xc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>GUI to add Portgroup to multi hosts</title>
		<link>http://theregime.wordpress.com/2008/12/06/gui-to-add-portgroup-to-multi-hosts/</link>
		<comments>http://theregime.wordpress.com/2008/12/06/gui-to-add-portgroup-to-multi-hosts/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:12:36 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=207</guid>
		<description><![CDATA[Warning: This tool is not created by VMware so use at your own risk, test it out before use
Ever needed to add a new portgroup to your VMware farm/cluster or enviroment? Well there is a GUI tool that will let you do this to 1 or more hosts. I did about 16 host in about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=207&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;"><strong>Warning: </strong><span style="color:#000000;">This tool is not created by VMware so use at your own risk, test it out before use</span></span></p>
<p>Ever needed to add a new portgroup to your VMware farm/cluster or enviroment? Well there is a GUI tool that will let you do this to 1 or more hosts. I did about 16 host in about 5mins with this tool so it may help you guys out.</p>
<p>Download: <a title="http://www.run-virtual.com/?page_id=160" href="http://www.run-virtual.com/?page_id=160" target="_blank">http://www.run-virtual.com/?page_id=160</a> There is also a screenshot of the tool too.</p>
Posted in ESX, VMware  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=207&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2008/12/06/gui-to-add-portgroup-to-multi-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>GUI Storage VMotion (SVMotion)</title>
		<link>http://theregime.wordpress.com/2008/12/06/gui-storage-vmotion-svmotion/</link>
		<comments>http://theregime.wordpress.com/2008/12/06/gui-storage-vmotion-svmotion/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:05:49 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[VMotion]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=204</guid>
		<description><![CDATA[WARNING: This plugin is not created my VMware, so us at your own risk and test it out first before you try and use it in Production.
You can get a GUI Storage VMotion plugin for VIC 2.5 
You can download this plugin at http://code.google.com/p/akutz/downloads/list
This plugin acks as a normal VMware plugin (ie update manager, etc)
All you do is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=204&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#ff0000;">WARNING:<span style="color:#000000;"> This plugin is not created my VMware, so us at your own risk and test it out first before you try and use it in Production.</span></span></p>
<p>You can get a GUI Storage VMotion plugin for VIC 2.5 </p>
<p>You can download this plugin at <a title="http://code.google.com/p/akutz/downloads/list" href="http://code.google.com/p/akutz/downloads/list" target="_blank">http://code.google.com/p/akutz/downloads/list</a></p>
<p>This plugin acks as a normal VMware plugin (ie update manager, etc)</p>
<p>All you do is right click your VM and you will have move storage option at bottom, then drag the VM to a new datastore of your choose.</p>
Posted in ESX, VMotion, VMware  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/204/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=204&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2008/12/06/gui-storage-vmotion-svmotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
		<item>
		<title>XP SP2 BlueScreen BSOD and DFS</title>
		<link>http://theregime.wordpress.com/2008/11/23/xp-sp2-bluescreen-bsod-and-dfs/</link>
		<comments>http://theregime.wordpress.com/2008/11/23/xp-sp2-bluescreen-bsod-and-dfs/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:47:15 +0000</pubDate>
		<dc:creator>Eric Reitz</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://theregime.wordpress.com/?p=193</guid>
		<description><![CDATA[Problem: Using Windows XP SP2 that is mapped to a DFS share will bluescreen when saving documents.
Recorded Microsoft KB artical: 906866  http://support.microsoft.com/kb/906866
Other related post: http://www.tech-archive.net/Archive/Windows/microsoft.public.windowsupdate/2007-04/msg00848.html
Fix: SP3 Fixes this problem, or you can follow the steps lisked in the two articals.
Posted in 2003, Microsoft, Uncategorized, Windows, XP       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=193&subd=theregime&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Problem: Using Windows XP SP2 that is mapped to a DFS share will bluescreen when saving documents.</p>
<p>Recorded Microsoft KB artical: 906866  <a title="http://support.microsoft.com/kb/906866" href="http://support.microsoft.com/kb/906866" target="_blank">http://support.microsoft.com/kb/906866</a></p>
<p>Other related post: <a title="http://www.tech-archive.net/Archive/Windows/microsoft.public.windowsupdate/2007-04/msg00848.html" href="http://www.tech-archive.net/Archive/Windows/microsoft.public.windowsupdate/2007-04/msg00848.html" target="_blank">http://www.tech-archive.net/Archive/Windows/microsoft.public.windowsupdate/2007-04/msg00848.html</a></p>
<p>Fix: SP3 Fixes this problem, or you can follow the steps lisked in the two articals.</p>
Posted in 2003, Microsoft, Uncategorized, Windows, XP  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theregime.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theregime.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theregime.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theregime.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theregime.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theregime.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theregime.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theregime.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theregime.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theregime.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theregime.wordpress.com&blog=2073661&post=193&subd=theregime&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theregime.wordpress.com/2008/11/23/xp-sp2-bluescreen-bsod-and-dfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac28e762a32e8277f8d21de96cfd595d?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">xxzab</media:title>
		</media:content>
	</item>
	</channel>
</rss>