<?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>John Bernard Abella [blog] &#187; Windows Help</title>
	<atom:link href="http://www.johnbernardabella.com/category/windows-winxp-hotfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnbernardabella.com</link>
	<description>A System Admin&#039;s Notebook, A Programmers Journal</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:13:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Windows 2008 server on a dynamic disk drive</title>
		<link>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/</link>
		<comments>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:39:24 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Windows Help]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/?p=114</guid>
		<description><![CDATA[A week ago I was task to build a server with windows 2008 server and MSSQL Server. I made some stress testing on the hardware but Im am not aware that two hard drive installed was previously installed with windows 2008 server windows raid also enable. During the installation process I have noticed that both [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A week ago I was task to build a server with windows 2008 server and MSSQL Server. I made some stress testing on the hardware but Im am not aware that two hard drive installed was previously installed with windows 2008 server windows raid also enable.</p>
<p>During the installation process I have noticed that both disk is already dynamic. I try to remove the partition and remove format the disk. It seems that windows installation can&#8217;t remove any dynamic disk and can&#8217;t break the windows raid.</p>
<p>Solution:<br />
Remove the dynamic disk and make it basic disk.</p>
<p>Steps:<br />
1. Boot the Windows 2008 installation disk<br />
2. Select repair instead of install<br />
3. User DISKPART utility to remove revert the basic volume, Use the following commands below:<br />
<code>X:/>diskpart<br />
</code><br />
List the volume and find the volume # you want to convert<br />
<code><br />
DISKPART> list volume<br />
  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info<br />
  ----------  ---  -----------  -----  ----------  -------  ---------  --------<br />
  Volume 0                      NTFS   DYNAMIC     *** GB  Healthy<br />
  Volume 1                      NTFS   DYNAMIC     *** MB  Healthy<br />
</code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5031870064508560";
google_ad_slot = "8999604023";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
Select the volume N=Volume number, needs to be converted<br />
<code><br />
DISKPART> select volume=N<br />
</code><br />
Remove the volume<br />
<code><br />
DISKPART> volume remove<br />
</code><br />
Restore the basic volume, need to check what disk drive that have no volume<br />
<code><br />
DISKPART> list disk<br />
  Disk ###  Status         Size     Free     Dyn  Gpt<br />
  --------  -------------  -------  -------  ---  ---<br />
  Disk 0    Online          *** GB  1024 KB<br />
  Disk 1    Online          *** B      0 B<br />
</code><br />
Select the drive N=disk number<br />
<code><br />
DISKPART> select disk=N<br />
</code><br />
Convert the the selected disk to basic volume<br />
<code><br />
DISKPART> convert basic<br />
</code><br />
The disk is now converted to basic disk, when you install again the windows 2008 it will show the disk is unallocated. Diskpart save my day!!! thanks to my colleagues for support!</p>
<p>DISCLAIMER: The above action will result data lost. The process meet the needs of the author to complete the task. The author is NOT responsible in any data lost or any damage cause with this action. Play diskpart at your own risk!</p>
<div class="shr-publisher-114"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/install-windows-2008-server-on-a-dynamic-disk-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insufficient System Resources Exist to Complete the API.</title>
		<link>http://www.johnbernardabella.com/insufficient-system-resources-exist-to-complete-the-api/</link>
		<comments>http://www.johnbernardabella.com/insufficient-system-resources-exist-to-complete-the-api/#comments</comments>
		<pubDate>Wed, 14 May 2008 02:50:02 +0000</pubDate>
		<dc:creator>jba_21</dc:creator>
				<category><![CDATA[Windows Help]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[hibernate error]]></category>
		<category><![CDATA[Insufficient System Resources Exist to Complete the API]]></category>
		<category><![CDATA[winxp pro]]></category>
		<category><![CDATA[winxp pro sp2]]></category>
		<category><![CDATA[winxp sp2]]></category>

		<guid isPermaLink="false">http://www.johnbernardabella.com/2008/05/14/insufficient-system-resources-exist-to-complete-the-api/</guid>
		<description><![CDATA[SYMPTOMS You use a computer that is running Microsoft Windows XP with Service Pack 2 (SP2), Microsoft Windows XP Tablet PC Edition 2005, or Microsoft Windows XP Media Center Edition 2005. When you try to put the computer in hibernation, the computer occasionally does not hibernate. When this problem occurs, you receive an error message [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><strong>SYMPTOMS</strong></p>
<p>You use a computer that is running Microsoft Windows XP with Service Pack 2 (SP2), Microsoft Windows XP Tablet PC Edition 2005, or Microsoft Windows XP Media Center Edition 2005. When you try to put the computer in hibernation, the computer occasionally does not hibernate. When this problem occurs, you receive an error message that is similar to the following:</p>
<blockquote><p>Insufficient System Resources Exist to Complete the API.</p></blockquote>
<p>When you experience this problem, the hibernate feature is not available on the computer until you restart the computer.</p>
<p></p>
<p>This problem typically occurs when the computer uses 1 gigabyte (GB) or more of RAM.</p>
<p><strong>Note</strong> The Windows XP SP2 features and components are included in Windows XP Tablet PC Edition 2005 and in Windows XP Media Center Edition 2005.</p>
<p><strong>CAUSE</strong></p>
<p>This problem occurs because the Windows kernel power manager cannot obtain the memory resources that are required to prepare the computer to hibernate.</p>
<p><strong>RESOLUTION</strong></p>
<p><!-- Begin: AdBrite --><script type="text/javascript">
var AdBrite_Title_Color = '0000FF'
var AdBrite_Text_Color = '000000'
var AdBrite_Background_Color = 'FFFFFF'
var AdBrite_Border_Color = 'CCCCCC'
</script>
<script src="http://ads.adbrite.com/mb/text_group.php?sid=&zs=3732385f3930" type="text/javascript"></script><div><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=&afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;">Your Ad Here</a></div><!-- End: AdBrite --></p>
<p>The following file is available for download from the Microsoft download center:</p>
<ul>
<li><strong>Download Link: </strong><a href="http://www.microsoft.com/downloads/details.aspx?familyid=9D20F96A-A8D6-4627-89F7-787CD9B3852C">Update for Windows XP (KB909095)</a></li>
<li><script type="text/javascript"><!--
google_ad_client = "pub-5031870064508560";
google_ad_slot = "0402619788";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</li>
</ul>
<div class="shr-publisher-14"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.johnbernardabella.com/insufficient-system-resources-exist-to-complete-the-api/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

