<?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>New Technologies System Virtualisation &#187; Non classé</title>
	<atom:link href="http://www.ntsysv.com/index.php/category/non-classe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ntsysv.com</link>
	<description>La théorie rejoint la pratique</description>
	<lastBuildDate>Fri, 02 Dec 2011 13:33:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Optimize Disk Usage And Increase Windows Speed</title>
		<link>http://www.ntsysv.com/index.php/optimize-disk-usage-and-increase-windows-speed</link>
		<comments>http://www.ntsysv.com/index.php/optimize-disk-usage-and-increase-windows-speed#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:40:51 +0000</pubDate>
		<dc:creator>ElMehdi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Non classé]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ntsysv.com/?p=331</guid>
		<description><![CDATA[Disk and Disk Cache are heavily used in all Operating Systems, and specially Windows. There are some easy things to keep in mind and do to Optimize Disk Usage and thus Increase Windows Speed. I will try to give some ideas to achieve this goal, knowing that most people prefer to buy a software to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Disk and Disk Cache are heavily used in all Operating Systems, and specially Windows. There are some easy things to keep in mind and do to Optimize Disk Usage and thus Increase Windows Speed. I will try to give some ideas to achieve this goal, knowing that most people prefer to buy a software to do that for them. In my opinion, this is useful for Registry for example, RAM maybe; but for Disk you can do it all by your self.</p>
<p><span id="more-331"></span></p>
<p style="text-align: justify;">As discussed in the <a title="Have a look in our Forum" href="http://www.ntsysv.com/index.php/forum" target="_blank">Forum</a> ( in a <a title="Forum post about Disk Optimization" href="http://www.ntsysv.com/index.php/forum/windows/administration-a-distance" target="_blank">post</a> about Remote Access), there&#8217;s some actions we can take (I can not list all of them) and that help speeding up Windows.</p>
<h2>Physical Disk Speed</h2>
<p style="text-align: justify;">When choosing a hard disk for your computer or laptop, think in a long term fashion: you may keep some money in your pocket but you will have to get them out sooner than you think when your slow cheap new disk start struggling under whatever software you use. So spend more money and get a good disk for once.</p>
<h2>Disk And File Fragmentation</h2>
<p style="text-align: justify;">Every time you delete or move a huge number of files or big files (an old movie or game) think about Defragmentation. Windows Built-in Disk Defragmentation Tool is not there by chance, it is enough to use with normal files; I say normal files because the tool cannot defrag paging file for example or some system files. The tool is available under  :</p>
<blockquote><p>All Programs/Accessories/System tools</p></blockquote>
<p style="text-align: justify;">and is called <strong>Disk Defragmenter</strong>.</p>
<p style="text-align: justify;">A nice method exists to Defragment disks in Command Line mode, using a batch file for example. The command defrag is here to help scripting all drives defragmentation while sleeping or taking a coffee. The help section of this command is clear and command usage is straightforward as discribed bellow :</p>
<blockquote><p>C:\&gt;defrag /?<br />
Usage:<br />
defrag &lt;volume&gt; [-a] [-f] [-v] [-?]<br />
volume  drive letter or mount point (d: or d:\vol\mountpoint)<br />
-a      Analyze only<br />
-f      Force defragmentation even if free space is low<br />
-v      Verbose output<br />
-?      Display this help text</p></blockquote>
<p style="text-align: justify;">all you have to do is to replace &lt;volume&gt; by drive name (eg. C:, D:&#8230;).</p>
<p style="text-align: justify;">For System and special files, there is many tools available to buy on the net.</p>
<h2>Paging File aka Pagefile.sys</h2>
<p style="text-align: justify;">Paging file (or swap file) helps the Operating System to run more programs than what would only physical RAM do. It is a partition of the Disk (generally for Unix Like systems), or a file constructed in a particular way (possible for both Windows and Linux). All known Operating System need a paging space; an exception are the &#8220;Live&#8221; Systems, that run in available RAM and may not need to swap.</p>
<p style="text-align: justify;">For Windows, the size of the Pagefile.sys file is automatically set and the default location is the system drive. Here, at Windows Setup time or after, it is recommended to create a dedicated drive to host the paging file, so that the heavy I/O load does not affect neither Windows itself nor any running application. For the size of the Pagefile.sys, it is linked to physical memory size and in general 1,5 to 2 times bigger. An easy way to decide is by checking the recommended size calculated by Windows as described in the following animation :</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ckeck-and-set-pagefile-size_379146082"
			class="flashmovie"
			width="400"
			height="300">
	<param name="movie" value="http://www.ntsysv.com/wp-content/uploads/2009/02/ckeck-and-set-pagefile-size.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.ntsysv.com/wp-content/uploads/2009/02/ckeck-and-set-pagefile-size.swf"
			name="fm_ckeck-and-set-pagefile-size_379146082"
			width="400"
			height="300">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>You may have noticed that you can have more than one paging file.</p>
<p>You&#8217;ll have to reboot after changing paging file size or location.</p>
<h2>Software&#8217;s Setup Folder</h2>
<p>You should never install softwares using Disk I/O heavily on the same drive as Windows. For example, if you need to install an SGBD (Oracle, SQL server,MySql&#8230;etc), do not install it in system drive, performances will be impacted on both Windows and Software sides.</p>
<p>Same thing if we talk about any software which uses disk to cache temporary files to speedup its utilization. As example, Photoshop uses caching to make things go fast, and fortunately, it offers the posibility to define cache folder location.</p>
<h2>Windows System Memory Locks</h2>
<p>A great TIP by user Aicha in the same post in the forum talked about sizing Windows System Cache depending on physical memory size. I didn&#8217;t give it a try, but comments are open to you for feedbacks.</p>
<p>The configuration involves registry modification so please make sure you set configuration correctly, I&#8217;ll recommend making a backup before going any further.</p>
<p>So, here is the receip :</p>
<ol>
<blockquote>
<li>open Registry Editor by using &#8220;regedit&#8221; command</li>
<li>Browse to key : <strong>HKEY_LOCAL_MACHINE</strong>\ <strong>SYSTEM</strong>\ <strong>CurrentControlSet</strong>\ <strong>Control</strong>\ <strong>Session Manager</strong>\<strong>Memory Management</strong></li>
<li>Edit (or create) the DWORD Value <strong>IoPageLockLimit</strong></li>
<li>Enter the Decimal value <strong>983040</strong></li>
</blockquote>
</ol>
<p>If you have 2Gb of physical memory you may double this size. In fact, there&#8217;s rules to decide what to put as value : please refer to the following Microsoft Technet <a title="IoPageLockLimit Technet reference" href="http://technet.microsoft.com/en-us/library/cc959494.aspx" target="_blank">article </a>for more details.</p>
<p>You may need to reboot.</p>
<p>Hope you found this interesting and I&#8217;d like to thank you for your time.</p>
Copyright <b> <a href="http://www.ntsysv.com">Ntsysv.com </a></b>]]></content:encoded>
			<wfw:commentRss>http://www.ntsysv.com/index.php/optimize-disk-usage-and-increase-windows-speed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutoriel Vidéo : Extension du Disque Système de Machine Virtuelle Windows 2003</title>
		<link>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003</link>
		<comments>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:44:56 +0000</pubDate>
		<dc:creator>ElMehdi</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[Physical to Virtual]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.bendriss.ma/?p=39</guid>
		<description><![CDATA[Plusieurs fois on sous-dimensionne un disque surtout d&#8217;une machine virtuelle lors de sa création. Avec le temps la consommation et le besoin en espace disque augmentent. Il est relativement aisé d&#8217;étendre un disque &#8220;normal&#8221; ou &#8220;de données&#8221;, en tout cas, un disque qui n&#8217;est pas système en utilisant diskpart. Dans cet article je vais vous [...]]]></description>
			<content:encoded><![CDATA[<p>Plusieurs fois on sous-dimensionne un disque surtout d&#8217;une machine virtuelle lors de sa création. Avec le temps la consommation et le besoin en espace disque augmentent. Il est relativement aisé d&#8217;étendre un disque &#8220;normal&#8221; ou &#8220;de données&#8221;, en tout cas, un disque qui n&#8217;est pas système en utilisant diskpart.<span id="more-37"></span></p>
<p>Dans cet article je vais vous présenter la procédure pour augmenter la taille du disque (qui correspond au lecteur système C:) d&#8217;une machine virtuelle Windows 2003 standard sous VMWare Workstation.</p>
<p>La procédure est la suivante :</p>
<ol>
<li>étendre le fichier vmdk qui correspond au disque en question</li>
<li>montrer qu&#8217;il n&#8217;est pas possible d&#8217;utiliser la commande diskpart pour étendre le disque sous Windows</li>
<li>utiliser gparted live CD pour répondre à ce besoin</li>
<li>constater le résultat</li>
</ol>
<p>J&#8217;utiliserai une fenêtre de commande DOS sous le PC physique hostant VMWare Workstation et la console vmware durant cette session comme présenté dans l&#8217;image ci-dessous</p>
<div id="attachment_40" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.ntsysv.com/wp-content/uploads/2008/10/workplace.jpg"><img class="size-medium wp-image-40" title="workplace" src="http://www.ntsysv.com/wp-content/uploads/2008/10/workplace-300x253.jpg" alt="espace de travaille pour cette manip" width="300" height="253" /></a><p class="wp-caption-text">espace de travaille pour cette manip</p></div>
<p>Avant de passer à la manipulation, je vais parler de gparted. <strong>Gparted </strong>est un acronyme pour <em><strong>G</strong>nome <strong>PART</strong>ition <strong>ED</strong>itor</em>, il permet l&#8217;édition de la table des partitions sur un disque ce qui est normalement irréalisable directement. Biensur il y a plusieurs produits qui font la même tâche et peut être qui sont plus conviviaux dans leur utilisation, mais l&#8217;avantage de Gparted c&#8217;est qu&#8217;il est sous licence GPL, <a title="General Public Licence" href="http://www.gnu.org/licenses/gpl.html" target="_blank">General Public Licence</a>, et donc libre d&#8217;utilisation. L&#8217;image du CD Live peut être téléchargée sur le grand <a href="http://sourceforge.net/project/showfiles.php?group_id=115843&amp;package_id=271779" target="_blank">sourceforge</a>; vous trouverez par ailleurs d&#8217;autres formats disponibles (USB, exe&#8230;etc.).</p>
<p>Sans plus tarder, le vidéo ci-dessous résume toute l&#8217;opération, bonne visualisation.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_extend-system-disk_1451696741"
			class="flashmovie"
			width="356"
			height="400">
	<param name="movie" value="http://www.ntsysv.com/wp-content/uploads/2008/10/extend-system-disk.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.ntsysv.com/wp-content/uploads/2008/10/extend-system-disk.swf"
			name="fm_extend-system-disk_1451696741"
			width="356"
			height="400">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>J&#8217;espère que vous avez apprécié la visualisation de la vidéo. Je reprends ici la commande VMWare pour étendre un disk disk001.vmdk à 10Gb</p>
<blockquote><p>C:\Program Files\VMware\VMware Workstation&gt;vmware-vdiskmanager.exe -x 10Gb &#8220;H:\virtual-disks1\disk001.vmdk&#8221;</p></blockquote>
<p>à noter que pour VMWare ESX, la commande devient:</p>
<blockquote><p>[root@esxsrv1 ~]#vmkfstools -X10Gb /path/to/disk001.vmdk</p></blockquote>
<p>Dans un article prochain je vous parlerai de ce scénario.</p>
<p>Obtenez la version HD du vidéo sur simple coup de fil ou par Paypal.</p>
<div style="width: 300px; font-family: Arial,Helvetica,sans-serif; font-size: 10px; background-color: #ffffff; color: #000000;">
<div style="height: 25px; text-align: center;"><img src="http://payment.allopass.com/imgweb/script/fr_uk/acces_title.jpg" alt="Logo" width="300" height="25" /></div>
<div style="height: 137px; text-align: center;"><img src="http://payment.allopass.com/acte/scripts/popup/top.apu?ids=203321&amp;idd=799351&amp;lang=fr" alt="" width="300" height="137" /></div>
<div style="width: 300px; text-align: right;"><img style="float:left" src="http://payment.allopass.com/imgweb/script/fr_uk/acces_left.jpg" alt="" width="79" height="29" /><br />
<a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=ca','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="CA" src="http://payment.allopass.com/imgweb/common/flag_ca.gif" border="0" alt="CA" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=uk','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="UK" src="http://payment.allopass.com/imgweb/common/flag_uk.gif" border="0" alt="UK" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=de','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="DE" src="http://payment.allopass.com/imgweb/common/flag_de.gif" border="0" alt="DE" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=be','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="BE" src="http://payment.allopass.com/imgweb/common/flag_be.gif" border="0" alt="BE" width="35" height="29" /></a><a onclick="javascript:window.open('http://payment.allopass.com/acte/scripts/popup/access.apu?ids=203321&amp;idd=799351&amp;lang=fr&amp;country=fr','phone','toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0,width=300,height=340');" href="javascript:;"><img title="FR" src="http://payment.allopass.com/imgweb/common/flag_fr.gif" border="0" alt="FR" width="35" height="29" /></a></div>
<form style="text-align:center;clear:both" action="http://payment.allopass.com/acte/access.apu" method="post">
<input name="ids" type="hidden" value="203321" />
<input name="idd" type="hidden" value="799351" />
<input name="lang" type="hidden" value="fr" /><strong>Entrez votre code d&#8217;accès -<br />
Enter your access code</strong></p>
<input style="border: 1px solid #000080; background-color: #e7e7e7; color: #000080; cursor: text; font-family: Arial; font-size: 10pt; font-weight: bold; letter-spacing: normal; width: 70px; text-align: center;" maxlength="10" name="code[]" size="8" type="text" />
<input style="border: 0px none; margin: 0px; padding: 0px; background: transparent url(http://payment.allopass.com/imgweb/common/bt_ok.gif) repeat scroll 0% 0%; width: 48px; height: 18px;" onclick="this.form.submit();this.form.APsub.disabled=true;" name="APsub" type="button" />
</form>
<p>Pour connaître notre solution de micro paiement : <a href="http://fr.allopass.com/" target="_blank">Allopass</a></div>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=11224896"><img class="alignnone size-full wp-image-413" title="pay by paypal" src="http://www.ntsysv.com/wp-content/uploads/2008/10/paypal.jpg" alt="pay by paypal" width="65" height="26" /></a></p>
<p>Merci pour votre temps et bonne lecture.</p>
Copyright <b> <a href="http://www.ntsysv.com">Ntsysv.com </a></b>]]></content:encoded>
			<wfw:commentRss>http://www.ntsysv.com/index.php/tutoriel-video-extension-du-disque-systeme-de-machine-virtuelle-windows-2003/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

