<?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</title>
	<atom:link href="http://sigtar.com/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>opensolaris &#8211; increase swap</title>
		<link>http://sigtar.com/2010/07/26/opensolaris-increase-swap/</link>
		<comments>http://sigtar.com/2010/07/26/opensolaris-increase-swap/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 07:06:34 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[zdb]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1182</guid>
		<description><![CDATA[I found this on opensolaris forums&#8230;. A nice way to increase your swap without the need for a reboot.
First check your current swap size and details;
swap -lh 
or
zfs list 
Then create a temp swap zfs store and delete and increase swap
zfs create -V &#60;old size&#62; rpool/swp
swap -a /dev/zvol/dsk/rpool/swp
swap -d /dev/zvol/dsk/rpool/swap
zfs destroy rpool/swap
zfs create -V &#60;new [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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 found this on opensolaris forums&#8230;. A nice way to increase your swap without the need for a reboot.</p>
<p>First check your current swap size and details;</p>
<p><strong>swap -lh </strong></p>
<p>or</p>
<p><strong>zfs list </strong></p>
<p>Then create a temp swap zfs store and delete and increase swap</p>
<div id="_mcePaste"><strong>zfs create -V &lt;old size&gt; rpool/swp</strong></div>
<div id="_mcePaste"><strong>swap -a /dev/zvol/dsk/rpool/swp</strong></div>
<div id="_mcePaste"><strong>swap -d /dev/zvol/dsk/rpool/swap</strong></div>
<div id="_mcePaste"><strong>zfs destroy rpool/swap</strong></div>
<div id="_mcePaste"><strong>zfs create -V &lt;new size&gt; rpool/swap</strong></div>
<div id="_mcePaste"><strong>swap -a /dev/zvol/dsk/rpool/swap</strong></div>
<div id="_mcePaste"><strong>swap -d /dev/zvol/dsk/rpool/swp</strong></div>
<div id="_mcePaste"><strong>zfs destroy rpool/swp</strong></div>
<div><strong><br />
</strong></div>
<p>Done.</p>
<p>If you are happy to reboot&#8230;</p>
<p><strong>zfs set volsize=8G rpool/swap<br />
reboot</strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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/07/26/opensolaris-increase-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>OpenSolaris on HP server</title>
		<link>http://sigtar.com/2010/07/24/opensolaris-on-hp-server/</link>
		<comments>http://sigtar.com/2010/07/24/opensolaris-on-hp-server/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 09:44:07 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1176</guid>
		<description><![CDATA[A nice easy post by Evgeniy on getting opensolaris on HP kit&#8230;.
http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html


Related posts:OpenSolaris &#8211; Samba server Time to share your newly created ZFS volume via samba...

Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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>A nice easy post by Evgeniy on getting opensolaris on HP kit&#8230;.</p>
<p><a href="http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html" target="_blank">http://www.eject.name/2009/07/opensolaris-and-hp-smartarray.html</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/08/opensolaris-samba-server/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; Samba server'>OpenSolaris &#8211; Samba server</a> <small>Time to share your newly created ZFS volume via samba...</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/07/24/opensolaris-on-hp-server/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>4k sector hard drives and zfs</title>
		<link>http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/</link>
		<comments>http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 22:48:34 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[4k]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[sector]]></category>
		<category><![CDATA[wd10ears]]></category>
		<category><![CDATA[western digital]]></category>
		<category><![CDATA[win 7]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1154</guid>
		<description><![CDATA[I hit this as a problem recently. One of my disks died in my raidz so i ran down to the store and grabbed me a replacement WD10EARS (Western Digital 1Tb Green) drive.
BUT&#8230;
The one thing the store didn&#8217;t mention to me is the new 4K cluster sizing on the drive. I guess they assume most people run windows (though [...]


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>I hit this as a problem recently. One of my disks died in my raidz so i ran down to the store and grabbed me a replacement WD10EARS (Western Digital 1Tb Green) drive.</p>
<p>BUT&#8230;</p>
<p>The one thing the store didn&#8217;t mention to me is the new 4K cluster sizing on the drive. I guess they assume most people run windows (though the issues are also present in XP). See these posts&#8230;</p>
<p><a href="http://blog.temeletry.co.uk/2010/05/wd-green-wd10ears/">http://blog.temeletry.co.uk/2010/05/wd-green-wd10ears/</a></p>
<blockquote><p>Unfortunately they really don’t work as well as you’d like in a server <img src="http://blog.temeletry.co.uk/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
<ul>
<li><strong>They come with a 5 second head spin</strong> down setting that causes them to park their heads if they have been left idle for more than 5 seconds. As it takes a second or two to spin back up this can result in a very laggy experience during interactive sessions.</li>
<li><strong>They do not have NCQ or any form of command queing/optimisation</strong>. This means that (on FreeBSD at least) you are stuck in the LOOK elevator. In particular this was noticed when doing sequential read &amp; write (think dump|restore tar|untar etc) and interactive tasks simultaneously</li>
<li><strong>They really suck with FreeBSD and ZFS…</strong></li>
</ul>
</blockquote>
<p><a href="http://community.wdc.com/t5/Desktop/Poor-performace-in-OpenSolaris-with-4K-sector-drive-WD10EARS-in/m-p/21132">http://community.wdc.com/t5/Desktop/Poor-performace-in-OpenSolaris-with-4K-sector-drive-WD10EARS-in/m-p/21132</a></p>
<blockquote><p>While the other 512-byte sector HDDs were reading/writing at 30MB/s sustained, this EARS model did not exceeded the 1MB/s barrier.</p>
<p>I know for sure that this is related to the 512-byte sector firmware emulation, because the disk works perfectly well if I partition it in a 4k-sector alignment.</p>
<p>The thing is that even in that way, using it in a ZFS RAIDZ configuration the performance is very poor because RAIDZ uses a dynamic stripe size.</p>
<p>The bottom line here is that folks like me, that use different versions of Unix, need the firmware to present the disk as a 4K-sector disk to unleash the full potential of the technology. The OS is already prepared to support that sector size, no need for emulation here.</p></blockquote>
<p><a href="http://opensolaris.org/jive/thread.jspa?threadID=125702">http://opensolaris.org/jive/thread.jspa?threadID=125702</a></p>
<blockquote><p>Some preliminary testing that I have done&#8230;the WD20EARS (2TB advanced format drives) actually presents emulated 512byte sectors to the host o/s.</p>
<p>The drive documentation indicates that jumpers 7-8 should be enabled if the o/s does not support advanced format drives &#8211; the drive still present 512 bytes sectors.</p>
<p>I have attempted to raise a support ticket querying this, and how one can disable 512byte sector emulation in the drive (perhaps through a firmware upgrade) but I have not received any response to date.</p>
<p>Hopefully is enough people raise support tickets, WD may release firmware that allows the drive to natively present 4k blocks. Other doco indicates several other jumper combinations &#8211; all do not seem to make the drive present 4k byte blocks.</p>
<p>Perhaps someone internal to sun that has a relationship with WD may be able to shed some light on this? It would be fantastic to find out that I was just doing something wrong -&gt; then I can get the drives to be seen on 32bit systems (ie &#8211; our embedded kit for osol, velitium)</p>
<p>Tested using b133 (64bit intel).</p></blockquote>
<p>Try to avoid the green drives in ZFS for now. Remember to do your research before you buy a bunch of disks. I was caught off guard by this small change (works fine in win7 etc) which kills performance in ZFS. Ouch.</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/06/06/4k-sector-hard-drives-and-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris &#8211; pkg verify</title>
		<link>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/</link>
		<comments>http://sigtar.com/2010/05/23/opensolaris-pkg-verify/#comments</comments>
		<pubDate>Sun, 23 May 2010 09:11:57 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[--accept]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[pkg]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1136</guid>
		<description><![CDATA[I ran through a pkg verify the other day and came across a lot of errors. Running the subsequent pkg fix command presented me with this&#8230;
pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.
 Please retry this operation on an alternate boot environment.
This is the fix&#8230;.
mkdir /mnt/osol-134fix
beadm create osol-134fix
beadm mount [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</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>
</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 ran through a <strong>pkg verify</strong> the other day and came across a lot of errors. Running the subsequent <strong>pkg fix</strong> command presented me with this&#8230;</p>
<p><em>pkg: Requested &#8220;install&#8221; operation would affect files that cannot be modified in live image.</em></p>
<p><em> Please retry this operation on an alternate boot environment.</em></p>
<p>This is the fix&#8230;.</p>
<p><strong>mkdir /mnt/osol-134fix<br />
beadm create osol-134fix<br />
beadm mount osol-134fix /mnt/osol-134fix<br />
pkg -R /mnt/osol-134fix fix &#8211;accept<br />
beadm activate osol-134fix</strong></p>
<p>Then reboot your machine into the new boot image</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/07/26/opensolaris-increase-swap/' rel='bookmark' title='Permanent Link: opensolaris &#8211; increase swap'>opensolaris &#8211; increase swap</a> <small>I found this on opensolaris forums&#8230;. A nice way to...</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>
</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/23/opensolaris-pkg-verify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris &#8211; default route</title>
		<link>http://sigtar.com/2010/05/11/opensolaris-default-route/</link>
		<comments>http://sigtar.com/2010/05/11/opensolaris-default-route/#comments</comments>
		<pubDate>Tue, 11 May 2010 10:28:46 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[default route]]></category>
		<category><![CDATA[netstat]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1132</guid>
		<description><![CDATA[type the following to check your default routes&#8230;
netstat -rn


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


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>type the following to check your default routes&#8230;</p>
<p><strong>netstat -rn</strong></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/05/11/opensolaris-default-route/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
