<?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>Daz's bits and bobs &#187; Virtual</title>
	<atom:link href="http://sigtar.com/category/virtual/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>vyatta as a virtual router</title>
		<link>http://sigtar.com/2010/07/25/vyatta-as-a-virtual-router/</link>
		<comments>http://sigtar.com/2010/07/25/vyatta-as-a-virtual-router/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 07:30:46 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[virtual router]]></category>
		<category><![CDATA[vyatta]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1178</guid>
		<description><![CDATA[Some very nice examples by Gene on how to setup vyatta as a router on this page;
http://www.sonoracomm.com/support/19-inet-support/233-vyatta-cable
Masquerade Natting;
set service nat rule 10 source address 192.168.77.0/24
set service nat rule 10 outbound-interface eth0
set service nat rule 10 type masquerade
 
set service nat rule 20 source address 10.200.88.0/24
set service nat rule 20 outbound-interface eth0
set service nat rule 20 [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Some very nice examples by Gene on how to setup vyatta as a router on this page;</p>
<p><a href="http://www.sonoracomm.com/support/19-inet-support/233-vyatta-cable" target="_blank">http://www.sonoracomm.com/support/19-inet-support/233-vyatta-cable</a></p>
<p>Masquerade Natting;</p>
<p><strong>set service nat rule 10 source address 192.168.77.0/24<br />
set service nat rule 10 outbound-interface eth0<br />
set service nat rule 10 type masquerade</strong></p>
<p><strong> </strong></p>
<p><strong>set service nat rule 20 source address 10.200.88.0/24<br />
set service nat rule 20 outbound-interface eth0<br />
set service nat rule 20 type masquerade</strong></p>
<p>Essentially every thing leaving from these two networks will be natted via the eth0 interface. i.e. they will be using the same IP as eth0 for their requests.</p>
<p>Static Nat Route (pinhole);</p>
<p><strong>set service nat rule 2 inbound-interface eth0<br />
set service nat rule 2 protocol tcp<br />
set service nat rule 2 type destination<br />
set service nat rule 2 description &#8220;Web Server1&#8243;<br />
set service nat rule 2 destination address 192.168.109.254<br />
set service nat rule 2 destination port 81<br />
set service nat rule 2 inside-address address 10.200.88.45<br />
set service nat rule 2 inside-address port 80</strong></p>
<p>This rule takes everything that hits port 81 on 192.168.109.254 and sends it through to 10.200.88.45 (which is another routeable network) &#8212; in this case a directly attached network on eth1.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/07/25/vyatta-as-a-virtual-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware &#8211; replacing security server ssl cert</title>
		<link>http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/</link>
		<comments>http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 22:58:09 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[secuirty server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1170</guid>
		<description><![CDATA[This page is hard to find, but it has it all&#8230;  http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1008705
To generate and import an SSL certificate on the VDM server:

Note: Certificates are only required for client‐facing systems (that is, standard, replica, or security VDM servers).

All the commands related to certificates need to be run in System Context. From a command prompt, run:at &#60;time&#62; [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/' rel='bookmark' title='Permanent Link: vmware &#8211; virtualcenter server service fails to start on boot'>vmware &#8211; virtualcenter server service fails to start on boot</a> <small>This happens when the virtualcenter service tries to start before...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
<li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This page is hard to find, but it has it all&#8230;  <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1008705">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1008705</a></p>
<blockquote><p><strong>To generate and import an SSL certificate on the VDM server:</strong></p>
<div>
<div><strong>Note</strong>: Certificates are only required for client‐facing systems (that is, standard, replica, or security VDM servers).</div>
<ol>
<li>All the commands related to certificates need to be run in System Context. From a command prompt, run:at &lt;time&gt; (In 24 hour format) /interactive cmd.exeFor example:at 21:45 /interactive cmd.exeThis opens a new command window in System Context.</li>
<li>On the VDM or security server, change the directory to C:\Program Files\VMware\VMware VDM\Server\jre\bin.</li>
<li>Run the following command to create a 1024bit self-signed SSL certificate:keytool -genkey -keyalg &#8220;RSA&#8221; -keystore keys.p12 -storetype pkcs12 -validity 360To generate 2048bit certificate, run the command:keytool -genkey -keyalg &#8220;RSA&#8221; -keysize 2048 -keystore keys.p12 -storetype pkcs12 -validity 360<strong>Note</strong>: The keys.p12 file is created in the current directory.</li>
<li>Run the following command to create a certificate signing request (CSR):keytool -certreq -keyalg &#8220;RSA&#8221; -file certificate.csr -keystore keys.p12 -storetype pkcs12 -storepass &lt;secret&gt; , w here &lt;secret&gt; is the keystore password<strong>Note</strong>: The certificate.csr file is created in the same location.</li>
<li>Send the CSR file (certificate.csr) to a certificate authority and request a certificate in PKCS7 format.<strong>Note</strong>: If the certificate authority does not offer PKCS7 as a format, see <em>Exporting into PKCS7 format</em> in this article for information about exporting the certificate data in the appropriate format.</li>
<li>Copy the contents of the file into a text editor and save it as certificate.p7. The content appears similar to:&#8212;&#8211;BEGIN PKCS7&#8212;&#8211;<br />
MIIF+AYJKoZIhvcNAQcCoIIF6TCCBeUCAQExADALBgkqhkiG9w0BBwGgggXNMIID<br />
LDCCApWgAwIBAgIQTpY7DsV1n1HeMGgMjMR2PzANBgkqhkiG9w0BAQUFADCBhzEL<br />
i7coVx71/lCBOlFmx66NyKlZK5mObgvd2dlnsAP+nnStyhVHFIpKy3nsDO4JqrIg<br />
EhCsdpikSpbtdo18jUubV6z1kQ71CrRQtbi/WtdqxQEEtgZCJO2lPoIWMQA=<br />
&#8212;&#8211;END PKCS7&#8212;&#8211;</p>
<p><strong>Note</strong>: For more information about importing certificates issued by an OpenSSL CA, see <a href="http://kb.vmware.com/kb/1007390" target="_blank">Importing certificates issued by an OpenSSL CA (1007390)</a>.</li>
<li>Run the following command to import certificates issued by CA:keytool -import -keystore keys.p12 -storetype pkcs12 -storepass &lt;secret&gt; -keyalg &#8220;RSA&#8221; -trustcacerts -file certificate.p7Where &lt;secret&gt; is the keystore password (the password you used when exporting the certificate).</li>
<li>To configure the View Connection Server to use the new certificate, place the new certificate and copy the keys.p12 file (the keystore file) in C:\Program Files\VMware\View Manager\Server\sslgateway\conf.</li>
<li>Modify or create the following file:C:\ProgramFiles\VMware\View Manager\Server\sslgateway\conf\locked.properties</li>
<li>Add the following properties:keyfile=keys.p12<br />
keypass=&lt;secret&gt;</p>
<p>Where &lt;secret&gt; is the keystore password (the password you used when exporting the certificate).</li>
<li>Restart the View Connection Server service.</li>
</ol>
<p><strong>Exporting into the PKCS7 format</strong></p>
<div>To export into the PKXS7 format:</div>
<ol>
<li>
<div>Open the certificate file.</div>
</li>
<li>
<div>Click <strong>Details</strong> &gt; <strong>Copy to File</strong>.</div>
</li>
<li>
<div>Click PKCS7, then select Include Details of Certificate.</div>
<p>The file is saved with a .P7B extension.</li>
</ol>
</div>
</blockquote>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/' rel='bookmark' title='Permanent Link: vmware &#8211; virtualcenter server service fails to start on boot'>vmware &#8211; virtualcenter server service fails to start on boot</a> <small>This happens when the virtualcenter service tries to start before...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
<li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware &#8211; virtualcenter server service fails to start on boot</title>
		<link>http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/</link>
		<comments>http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 03:11:19 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[dependancy]]></category>
		<category><![CDATA[not starting after boot]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1166</guid>
		<description><![CDATA[This happens when the virtualcenter service tries to start before some of its dependencies are up and running. Typically due to SQL Server not being in a running state when it tries to startup.
If your in windows 2008 you can choose the service to start automatically (delayed), and most of the time this will resolve [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/' rel='bookmark' title='Permanent Link: vmware &#8211; replacing security server ssl cert'>vmware &#8211; replacing security server ssl cert</a> <small>This page is hard to find, but it has it...</small></li>
<li><a href='http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/' rel='bookmark' title='Permanent Link: opensolaris v134 &#8211; CIFS has gone walkies'>opensolaris v134 &#8211; CIFS has gone walkies</a> <small>Errr, I cant find the CIFS service in the 134...</small></li>
<li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This happens when the virtualcenter service tries to start before some of its dependencies are up and running. Typically due to SQL Server not being in a running state when it tries to startup.</p>
<p>If your in windows 2008 you can choose the service to start automatically (delayed), and most of the time this will resolve the problem. If you want to do it properly, and in a more clean way&#8230;. you&#8217;ll need to add SQL as a dependency.</p>
<p>Open regedit and go to the following key;    (find the sevice name that virtual cetner is running under &#8211; vpxd in this case)</p>
<p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vpxd</strong></p>
<p>Open and modify the &#8220;Depend on Service&#8221; Multi-String and append the following (specific to my environment, but Adam for vmware and sqlserver)</p>
<p><em>MSSQLSERVER<br />
ADAM_VMwareVCMSDS</em></p>
<p>So my DependOnService Multi-String now reads;</p>
<p><em>ProtectedStorage<br />
lanmanworkstation<br />
MSSQLSERVER<br />
ADAM_VMwareVCMSDS</em></p>
<p>Done.</p>
<p>On next reboot the virtual center service will wait for its dependencies to start before it tries to start itself.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/' rel='bookmark' title='Permanent Link: vmware &#8211; replacing security server ssl cert'>vmware &#8211; replacing security server ssl cert</a> <small>This page is hard to find, but it has it...</small></li>
<li><a href='http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/' rel='bookmark' title='Permanent Link: opensolaris v134 &#8211; CIFS has gone walkies'>opensolaris v134 &#8211; CIFS has gone walkies</a> <small>Errr, I cant find the CIFS service in the 134...</small></li>
<li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows w2k8 R2 64bit &#8211; 32bit ODBC for virtual center server</title>
		<link>http://sigtar.com/2010/06/10/windows-w2k8-r2-64bit-32bit-odbc-for-virtual-center-server/</link>
		<comments>http://sigtar.com/2010/06/10/windows-w2k8-r2-64bit-32bit-odbc-for-virtual-center-server/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 22:19:45 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[odbc]]></category>
		<category><![CDATA[virtual center]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1163</guid>
		<description><![CDATA[You must create your ODBC connection using the 32-bit ODBC program. It is not as simple as running odbcad32.exe from the run / search bar.
you must run the following to get the actual 32-bit version;
%systemdrive%\Windows\SysWoW64\Odbcad32.exe
Populate this with the details and you should see it in the virtual center installer.


Related posts:vmware &#8211; replacing security server ssl [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/' rel='bookmark' title='Permanent Link: vmware &#8211; replacing security server ssl cert'>vmware &#8211; replacing security server ssl cert</a> <small>This page is hard to find, but it has it...</small></li>
<li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
<li><a href='http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/' rel='bookmark' title='Permanent Link: vmware &#8211; virtualcenter server service fails to start on boot'>vmware &#8211; virtualcenter server service fails to start on boot</a> <small>This happens when the virtualcenter service tries to start before...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>You must create your ODBC connection using the 32-bit ODBC program. It is not as simple as running odbcad32.exe from the run / search bar.</p>
<p>you must run the following to get the actual 32-bit version;</p>
<p><strong>%systemdrive%\Windows\SysWoW64\Odbcad32.exe</strong></p>
<p>Populate this with the details and you should see it in the virtual center installer.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/06/21/vmware-replacing-security-server-ssl-cert/' rel='bookmark' title='Permanent Link: vmware &#8211; replacing security server ssl cert'>vmware &#8211; replacing security server ssl cert</a> <small>This page is hard to find, but it has it...</small></li>
<li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
<li><a href='http://sigtar.com/2010/06/15/vmware-virtualcenter-server-service-fails-to-start-on-boot/' rel='bookmark' title='Permanent Link: vmware &#8211; virtualcenter server service fails to start on boot'>vmware &#8211; virtualcenter server service fails to start on boot</a> <small>This happens when the virtualcenter service tries to start before...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/06/10/windows-w2k8-r2-64bit-32bit-odbc-for-virtual-center-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vmware &#8211; measuring iscsi write performance</title>
		<link>http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/</link>
		<comments>http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/#comments</comments>
		<pubDate>Fri, 07 May 2010 08:57:40 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[vmkfstools]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1129</guid>
		<description><![CDATA[I picked this trick up off vmware support. If you&#8217;ve got your iscsi all setup you can drop to the shell (either ssh or console) and do this to measure your average write throughput.
time vmkfstools -c 4000 /vmfs/volumes/san_vmfs/my_vm/fat_disk.vmdk
Essentially this will initiate the host to create a fat disk in the location above. You will then [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/24/vmware-another-task-is-already-in-progress-error/' rel='bookmark' title='Permanent Link: VMWare &#8220;Another task is already in progress&#8221; error'>VMWare &#8220;Another task is already in progress&#8221; error</a> <small>Straight from : http://community.spiceworks.com/how_to/show/662 I&#8217;m using ESXi 4.0, and i...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I picked this trick up off vmware support. If you&#8217;ve got your iscsi all setup you can drop to the shell (either ssh or console) and do this to measure your average write throughput.</p>
<p><strong>time vmkfstools -c 4000 /vmfs/volumes/san_vmfs/my_vm/fat_disk.vmdk</strong></p>
<p>Essentially this will initiate the host to create a fat disk in the location above. You will then get a time recorded on how long it takes to execute this command. Then you can use your maths skill to work out the transfer rate&#8230;</p>
<p>While this is happening you can open another SSH type <strong>esxtop</strong> then press &#8220;d&#8221; and watch the (d)isk throughput on the console. Pressing &#8220;v&#8221; will show you stats per (v)irtual machine.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/24/vmware-another-task-is-already-in-progress-error/' rel='bookmark' title='Permanent Link: VMWare &#8220;Another task is already in progress&#8221; error'>VMWare &#8220;Another task is already in progress&#8221; error</a> <small>Straight from : http://community.spiceworks.com/how_to/show/662 I&#8217;m using ESXi 4.0, and i...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware &#8211; XP as a virtual guest</title>
		<link>http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/</link>
		<comments>http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/#comments</comments>
		<pubDate>Thu, 06 May 2010 08:14:17 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[flp]]></category>
		<category><![CDATA[lsi]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1124</guid>
		<description><![CDATA[I&#8217;ve run into some issues lately with XP guests that are running off a IDE controller. If you want any kind of performance you must build your machine with the LSI drivers (parallel).
Here is a flp image with the required LSI drivers (Press F6 etc on xp boot)
http://communities.vmware.com/message/1499140#1499140


Related posts:hyper-v to esx conversion V2V cold clone [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run into some issues lately with XP guests that are running off a IDE controller. If you want any kind of performance you must build your machine with the LSI drivers (parallel).</p>
<p>Here is a flp image with the required LSI drivers (Press F6 etc on xp boot)</p>
<p><a href="http://communities.vmware.com/message/1499140#1499140" target="_blank">http://communities.vmware.com/message/1499140#1499140</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/' rel='bookmark' title='Permanent Link: hyper-v to esx conversion'>hyper-v to esx conversion</a> <small>V2V cold clone process for SBS / exchange / sql...</small></li>
<li><a href='http://sigtar.com/2009/09/30/vsphere-ctrl-alt-del-greyed-out/' rel='bookmark' title='Permanent Link: vSphere &#8211; ctrl-alt-del greyed out'>vSphere &#8211; ctrl-alt-del greyed out</a> <small>This bug has hit me. Looks like users with roles...</small></li>
<li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hyper-v to esx conversion</title>
		<link>http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/</link>
		<comments>http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 03:36:56 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[v2v]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1117</guid>
		<description><![CDATA[V2V cold clone process for SBS / exchange / sql / DC’s etc&#8230;..    (works in vSphere)
Steps to convert from hyper-v guest to vmware guest

Remove hyper-v integrated services while hyper-v guest is running. (if possible)
Note down NIC networking details first
Clean shutdown hyper-v guest
Use StarWind Converter (free) to convert VHD to “dynamically growing VMware” image and use [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
<li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
<li><a href='http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/' rel='bookmark' title='Permanent Link: boot esx from usb drive'>boot esx from usb drive</a> <small>Its quite easy to boot esx from a usb device...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>V2V cold clone process for SBS / exchange / sql / DC’s etc&#8230;..    (works in vSphere)</p>
<p>Steps to convert from hyper-v guest to vmware guest</p>
<ul>
<li>Remove hyper-v integrated services while hyper-v guest is running. (if possible)</li>
<li>Note down NIC networking details first</li>
<li>Clean shutdown hyper-v guest</li>
<li>Use StarWind Converter (free) to convert VHD to “dynamically growing VMware” image and use “IDE” as type. Note “SCSI” does NOT work if you have not got the LSI / BUS drivers in the source image, just use the default options – dynamic vmware and IDE.</li>
<li>Create VMware guest shell (virtual machine equivalent to hyper-v specs but without the disks) – remove all hard drives, iscsi controller should also disappear.</li>
<li>Upload the VMDK to same data store as virtual machine and attach to the virtual guest in the right order. They should be detected as “IDE”</li>
<li>Start new vmware guest</li>
<li>If you could not remove integrated services (i.e. hot clone), then you MUST disable hyper-v services immediately.</li>
<li>Install vmware tools – reboot</li>
<li>Remove hidden NIC and other orphaned devices, and reconfigure network card as per original.</li>
<li>Windows may need to be re-activated &#8211; do this.</li>
</ul>
<p><strong>Note : converting a machine to use an IDE controller will limit its performance!</strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
<li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
<li><a href='http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/' rel='bookmark' title='Permanent Link: boot esx from usb drive'>boot esx from usb drive</a> <small>Its quite easy to boot esx from a usb device...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/04/14/hyper-v-to-esx-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jumbo Frames on your vSphere ESXi box</title>
		<link>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</link>
		<comments>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:44:25 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[9000]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[jumbo]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/</guid>
		<description><![CDATA[Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/
you may want to implement jumbo frames to your iSCSI backend&#8230;
Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;
This to list your current switch details and port group names&#8230;
esxcfg-vswitch -l 
The follownig to allow jumbo frames onto your vswtich (insert your vSwich in [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</p>
<p>you may want to implement jumbo frames to your iSCSI backend&#8230;</p>
<p>Enable jumbo frames on your iSCSI target and switches then complete the following on the ESXi hosts (iSCSI initiators)&#8230;</p>
<p>This to list your current switch details and port group names&#8230;</p>
<p><strong>esxcfg-vswitch -l </strong></p>
<p>The follownig to allow jumbo frames onto your vswtich (insert your vSwich in following)</p>
<p><strong>esxcfg-vswtich -m 9000 vSwitch0 </strong></p>
<p>Then delete and recreate your kernel port groups that you setup for iscsi, my commands looked like this&#8230; (repeat for each iscsi kernel port you have)</p>
<p><strong>esxcfg-vmknic -d iSCSI-1</strong></p>
<p><strong>esxcfg-vmknic -i 10.0.0.101 -n 255.255.0.0 -m 9000 iSCSI-1</strong></p>
<p>to confirm you have set the MTU (frame size) correctely, run the following&#8230;.</p>
<p><strong>esxcfg-vmknic -l </strong></p>
<p>you should see your iSCSI kernel ports with a MTU of 9000 all going well.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/' rel='bookmark' title='Permanent Link: create usb install for esx / esxi'>create usb install for esx / esxi</a> <small>First format your usb / flash drive with FAT. Then...</small></li>
<li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere and Multipathing iSCSI</title>
		<link>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/</link>
		<comments>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:19:54 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[lefthand]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[MPIO]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[swiscsi]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1084</guid>
		<description><![CDATA[This is just a quick reference to create a multiplathing iSCSI setup&#8230;
Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)
Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is just a quick reference to create a multiplathing iSCSI setup&#8230;</p>
<p>Create two virtual kernel switches, one called &#8220;iSCSI-1&#8243; and the other called &#8220;iSCSI-2&#8243; (and so on if you have more nics)</p>
<p>Then per kernel portgroup ensure that only one of the nics is active. For the &#8220;iSCSI-1&#8243; portgroup configure it to override the virtual switch settings and move nic 0 to active and nic 1 to <strong>unused</strong>. For the &#8220;iSCSI-2&#8243; portgroup configure it to override the virtual switch settings and move nic 1 to active and nic 0 to <strong>unused</strong>.</p>
<p>Now you have to run some esxcli commands to gel things together&#8230;. alt-f1 on the esxi console and type &#8220;unsupported&#8221; followed by your root password. The following is the command i have to run to get both my portgroups to work together on the iscsi hba&#8230;.  (you can check your vmk number from the networking config screen)</p>
<p><strong>esxcli swiscsi nic add -n vmk1 -d vmhba33<br />
esxcli swiscsi nic add -n vmk2 -d vmhba33</strong></p>
<p>For each target then change the path selection method to &#8220;round-robin&#8221;.</p>
<p>Go back to storage adapters and click &#8220;rescan&#8221;</p>
<p>If you want all future iSCSI targets to automatically use round-robin you must also run the following from commandline&#8230;   (this is for our HP Lefthand, your &#8220;storage array type&#8221; may be different. Its listed under your target details). Basically sets round robin as a default for this type of array. In general you should do this <em>first</em> before presenting any LUNs etc, else you may have to bounce your box.</p>
<p><strong>esxcli nmp satp setdefaultpsp &#8211;satp VMW_SATP_DEFAULT_AA &#8211;psp VMW_PSP_RR</strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</small></li>
<li><a href='http://sigtar.com/2010/05/07/vmware-measuring-iscsi-write-performance/' rel='bookmark' title='Permanent Link: vmware &#8211; measuring iscsi write performance'>vmware &#8211; measuring iscsi write performance</a> <small>I picked this trick up off vmware support. If you&#8217;ve...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware &#8211; DVS</title>
		<link>http://sigtar.com/2010/01/12/vmware-dvs/</link>
		<comments>http://sigtar.com/2010/01/12/vmware-dvs/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 07:12:41 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[distributed switch]]></category>
		<category><![CDATA[dvs]]></category>
		<category><![CDATA[vds]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1079</guid>
		<description><![CDATA[Here is a good presentation about vmwares DVS technology. Essentially a new way to create a vSwitch over a cluster and just add the required hosts into it.
http://download3.vmware.com/vdcos/demos/DVS_Demo_800&#215;600.html


Related posts:vmware &#8211; HA issues Most of the time your HA issues are going to...
vmware &#8211; issues stopping / starting a virtual machine I&#8217;ve had this issue in vSphere where [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
<li><a href='http://sigtar.com/2009/10/01/vmware-issues-stopping-starting-a-virtual-machine/' rel='bookmark' title='Permanent Link: vmware &#8211; issues stopping / starting a virtual machine'>vmware &#8211; issues stopping / starting a virtual machine</a> <small>I&#8217;ve had this issue in vSphere where a machine appears...</small></li>
<li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is a good presentation about vmwares DVS technology. Essentially a new way to create a vSwitch over a cluster and just add the required hosts into it.</p>
<p>http://download3.vmware.com/vdcos/demos/DVS_Demo_800&#215;600.html</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/10/03/vmware-ha-issues/' rel='bookmark' title='Permanent Link: vmware &#8211; HA issues'>vmware &#8211; HA issues</a> <small>Most of the time your HA issues are going to...</small></li>
<li><a href='http://sigtar.com/2009/10/01/vmware-issues-stopping-starting-a-virtual-machine/' rel='bookmark' title='Permanent Link: vmware &#8211; issues stopping / starting a virtual machine'>vmware &#8211; issues stopping / starting a virtual machine</a> <small>I&#8217;ve had this issue in vSphere where a machine appears...</small></li>
<li><a href='http://sigtar.com/2010/05/06/vmware-xp-as-a-virtual-guest/' rel='bookmark' title='Permanent Link: vmware &#8211; XP as a virtual guest'>vmware &#8211; XP as a virtual guest</a> <small>I&#8217;ve run into some issues lately with XP guests that...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2010/01/12/vmware-dvs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
