<?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>Tue, 02 Mar 2010 07:53:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/07/12/opensolaris-jumbo-frames/' rel='bookmark' title='Permanent Link: opensolaris &#8211; jumbo frames'>opensolaris &#8211; jumbo frames</a> <small>If your keen on enabling jumbo frames in opensolaris this...</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>
</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/07/12/opensolaris-jumbo-frames/' rel='bookmark' title='Permanent Link: opensolaris &#8211; jumbo frames'>opensolaris &#8211; jumbo frames</a> <small>If your keen on enabling jumbo frames in opensolaris this...</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>
</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: iscsi in opensolaris'>iscsi in opensolaris</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</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>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: iscsi in opensolaris'>iscsi in opensolaris</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</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/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/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>
</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/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>
</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>
		<item>
		<title>HDD short stroking &#8211; is it worth it?</title>
		<link>http://sigtar.com/2009/12/21/hdd-short-stroking-is-it-worth-it/</link>
		<comments>http://sigtar.com/2009/12/21/hdd-short-stroking-is-it-worth-it/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:12:47 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[short stroke]]></category>
		<category><![CDATA[stripe]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1061</guid>
		<description><![CDATA[I&#8217;ve got some old 250Gb drives that are starting to show their age. I&#8217;ve currently got them setup in a 3x RAID 0 config which presents about 750Gb of space.
I&#8217;ve got everything on a single partition (meh, i&#8217;m lazy). I&#8217;ve done various speed tests in the current setup (with all space allocated), but i thought [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
<li><a href='http://sigtar.com/2009/07/18/zfs-playing-with-various-configs/' rel='bookmark' title='Permanent Link: zfs &#8211; playing with various configs'>zfs &#8211; playing with various configs</a> <small>If you dont have the disks available to build up...</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 got some old 250Gb drives that are starting to show their age. I&#8217;ve currently got them setup in a 3x RAID 0 config which presents about 750Gb of space.</p>
<p>I&#8217;ve got everything on a single partition (meh, i&#8217;m lazy). I&#8217;ve done various speed tests in the current setup (with all space allocated), but i thought i&#8217;d re-image onto a short stroke partition.</p>
<p>I only use about 150Gb of space on my main machine (most of my data is on another box), so i&#8217;m going to try creating a 200Gb partition to test if this provides any kind of performance boost.</p>
<p>So reducing my raid 0 from 750Gb to 214Gb, and here are the results&#8230;</p>
<p>Before with all 750Gb presented&#8230;</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HD-Tune-results.png"><img class="alignnone size-full wp-image-1063" title="HD Tune results" src="http://sigtar.com/wp-content/uploads/2009/12/HD-Tune-results.png" alt="" width="570" height="460" /></a></p>
<p>Same disks but short stroked to 214Gb&#8230;.</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume.png"><img class="alignnone size-full wp-image-1064" title="HDTune_Benchmark_Intel___Raid_0_Volume" src="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume.png" alt="" width="570" height="460" /></a></p>
<p>Conclusion : Yip, seems like its worth it if you have the spare space. Average throughput is up by 10MB/s and seek has improved by almost a third loosing 4ms.</p>
<p>You will get even more of an improvement if you can use a smaller % of capacity per drive and / or more drives for your stripe.</p>
<p><strong>Updated : 07/02/2010</strong></p>
<p>btw &#8211; the above was without write-back cache enabled&#8230;. if i turned that on i got the following&#8230;</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume1.png"><img class="alignnone size-full wp-image-1086" title="HDTune_Benchmark_Intel___Raid_0_Volume" src="http://sigtar.com/wp-content/uploads/2009/12/HDTune_Benchmark_Intel___Raid_0_Volume1.png" alt="" width="570" height="460" /></a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/19/zfs-compression-and-latency/' rel='bookmark' title='Permanent Link: zfs compression and latency'>zfs compression and latency</a> <small>Since im using ZFS as storage via NFS for my...</small></li>
<li><a href='http://sigtar.com/2009/07/18/zfs-playing-with-various-configs/' rel='bookmark' title='Permanent Link: zfs &#8211; playing with various configs'>zfs &#8211; playing with various configs</a> <small>If you dont have the disks available to build up...</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/2009/12/21/hdd-short-stroking-is-it-worth-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create usb install for esx / esxi</title>
		<link>http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/</link>
		<comments>http://sigtar.com/2009/12/20/create-usb-install-for-esx-esxi/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:55:33 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[syslinux.cfg]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1058</guid>
		<description><![CDATA[First format your usb / flash drive with FAT. Then copy all the contents of the installer .iso onto the drive.
Next delete isolinux.bin and rename isolinux.cfg to syslinux.cfg
Edit syslinux.cfg and append &#8220;usb&#8221; to the line starting with &#8220;append&#8221; &#8230; i.e. similar to this
append vmkboot.gz &#8212; vmkernel.gz &#8212; sys.vgz &#8212; cim.vgz &#8212; ienviron.tgz &#8212; image.tgz &#8212; [...]


Related posts:<ol><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>
<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>
</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>First format your usb / flash drive with FAT. Then copy all the contents of the installer .iso onto the drive.</p>
<p>Next delete isolinux.bin and rename isolinux.cfg to syslinux.cfg</p>
<p>Edit syslinux.cfg and append &#8220;usb&#8221; to the line starting with &#8220;append&#8221; &#8230; i.e. similar to this</p>
<p><em>append vmkboot.gz &#8212; vmkernel.gz &#8212; sys.vgz &#8212; cim.vgz &#8212; ienviron.tgz &#8212; image.tgz &#8212; install.tgz usb</em></p>
<p>Next grab the latest syslinux.exe (zip for windows) from <a href="http://www.kernel.org/pub/linux/utils/boot/syslinux/">here</a> and run <strong>syslinux -s –ma &lt;driveletter&gt;: </strong></p>
<p>Done.</p>


<p>Related posts:<ol><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>
<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>
</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/2009/12/20/create-usb-install-for-esx-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>boot esx from usb drive</title>
		<link>http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/</link>
		<comments>http://sigtar.com/2009/12/20/boot-esx-from-usb-drive/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:49:28 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[.dd]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[winimage]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1056</guid>
		<description><![CDATA[Its quite easy to boot esx from a usb device or flash card..
First download the .iso, then browse with winrar or similar. See if you can find the &#8220;big&#8221;.dd file this is the file we need.
i.e. the ESXi 4 file is called VMware-VMvisor-big-208167-x86_64.dd
Next grab WinImage and &#8220;restore image to physical harddrive&#8221; choose the .dd file [...]


Related posts:<ol><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/05/20/flashing-si3114-to-sata-only-bios/' rel='bookmark' title='Permanent Link: Flashing si3114 to sata only bios'>Flashing si3114 to sata only bios</a> <small>This is the perfect controller for adding additional sata drives...</small></li>
<li><a href='http://sigtar.com/2009/03/21/diskpart-resizing-virtual-machine-system-volumes-windows/' rel='bookmark' title='Permanent Link: Diskpart &#8211; resizing virtual machine system volumes (windows)'>Diskpart &#8211; resizing virtual machine system volumes (windows)</a> <small>Diskpart works quite well extending disk sizes &#8211; &#8230;unless its...</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>Its quite easy to boot esx from a usb device or flash card..</p>
<p>First download the .iso, then browse with winrar or similar. See if you can find the &#8220;big&#8221;.dd file this is the file we need.</p>
<p>i.e. the ESXi 4 file is called <em>VMware-VMvisor-big-208167-x86_64.dd</em></p>
<p>Next grab WinImage and &#8220;restore image to physical harddrive&#8221; choose the .dd file the select your usb / flash drive.</p>
<p>Done.</p>


<p>Related posts:<ol><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/05/20/flashing-si3114-to-sata-only-bios/' rel='bookmark' title='Permanent Link: Flashing si3114 to sata only bios'>Flashing si3114 to sata only bios</a> <small>This is the perfect controller for adding additional sata drives...</small></li>
<li><a href='http://sigtar.com/2009/03/21/diskpart-resizing-virtual-machine-system-volumes-windows/' rel='bookmark' title='Permanent Link: Diskpart &#8211; resizing virtual machine system volumes (windows)'>Diskpart &#8211; resizing virtual machine system volumes (windows)</a> <small>Diskpart works quite well extending disk sizes &#8211; &#8230;unless its...</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/2009/12/20/boot-esx-from-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</title>
		<link>http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/</link>
		<comments>http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 03:03:45 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[hostops.pl]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[power protector]]></category>
		<category><![CDATA[SDScript]]></category>
		<category><![CDATA[vi-admin]]></category>
		<category><![CDATA[vifp]]></category>
		<category><![CDATA[vifpinit]]></category>
		<category><![CDATA[vma]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1051</guid>
		<description><![CDATA[Goal was to create a vMA which would send a shutdown signal to all the virtual hosts it knows about. I&#8217;ve assumed that ESX and management agents that live within the service console will eventually be phased out.
The steps&#8230;

Download and install the vMA from vmware &#8211; fire up the vm and setup the basic networking [...]


Related posts:<ol><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/2009/03/21/diskpart-resizing-virtual-machine-system-volumes-windows/' rel='bookmark' title='Permanent Link: Diskpart &#8211; resizing virtual machine system volumes (windows)'>Diskpart &#8211; resizing virtual machine system volumes (windows)</a> <small>Diskpart works quite well extending disk sizes &#8211; &#8230;unless its...</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>Goal was to create a vMA which would send a shutdown signal to all the virtual hosts it knows about. I&#8217;ve assumed that ESX and management agents that live within the service console will eventually be phased out.</p>
<p>The steps&#8230;</p>
<ol>
<li>Download and install the vMA from vmware &#8211; fire up the vm and setup the basic networking required</li>
<li>Create trusts within the vMA to each of the vmware hosts you wish to manage (sudo vifp addserver &lt;server&gt;)</li>
<li>Install HP Power Protector (linux agent) &#8211; you could substitute for your UPS client software</li>
<li>Modify the shutdown script (may differ per vendor) to shutdown the esxboxs- &#8220;SDScript&#8221; (hostops.pl)</li>
</ol>
<p>The 1st step is easy enough. Find the download at vmware and install (Deploy OVF Template&#8230;)</p>
<p>Once up and running you need to create the trust between the vMA and your ESX hosts. Logon using vi-admin and your password. then;</p>
<p><strong>sudo vifp addserver esxbox1 </strong>(you will be prompted for the hosts root password)</p>
<p>Do this for each box you wish the vMA to manage.</p>
<p>Once you have installed your UPS agent into the vMA (linux client should work without issue) the next step is to modify the shutdown script to do the work. Within the script you will need the following in it&#8230;</p>
<p><strong>vifpinit esxbox1</strong></p>
<p>This sets the context of vMA to this host. Note: the server should have been added as one of the managed</p>
<p><strong>/usr/lib/vmware-vcli/apps/host/hostops.pl -operation shutdown -target_host esxbox1</strong></p>
<p>Note: you need to use the actual name of the host and not its IP. You can get the exact name of the</p>
<p>The HP power protector agent script is located at /usr/local/DevMan/SDScript</p>
<p>If you want to ensure all your guests shutdown cleanly, enable &#8220;shutdown virtual machines on host shutdown&#8221;. Also note that if you shutdown the host that the vMA is running on it will kill the script. So shutdown the host that the vMA is running on last (remove vm from DRS)</p>


<p>Related posts:<ol><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/2009/03/21/diskpart-resizing-virtual-machine-system-volumes-windows/' rel='bookmark' title='Permanent Link: Diskpart &#8211; resizing virtual machine system volumes (windows)'>Diskpart &#8211; resizing virtual machine system volumes (windows)</a> <small>Diskpart works quite well extending disk sizes &#8211; &#8230;unless its...</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/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iscsi in opensolaris</title>
		<link>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/</link>
		<comments>http://sigtar.com/2009/11/13/iscsi-in-opensolaris/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:25:49 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1021</guid>
		<description><![CDATA[Want iSCSI in opensolaris?
Grab SUNWiscsitgt via package manager.
enable the server via svcadm;
svcadm enable iscsitgt
create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)
zfs create -V 500G tank/iscsi
set isci on via zfs command;
zfs set shareiscsi=on tank/iscsi
check that target is up and running;
iscsitadm list target -v 
Done. Should be able to connect [...]


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/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/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>Want iSCSI in opensolaris?</p>
<p>Grab SUNWiscsitgt via package manager.</p>
<p>enable the server via svcadm;</p>
<p><strong>svcadm enable iscsitgt</strong></p>
<p>create your zfs iscsi pool;  (this command will limit iscsi drive to 500GB in size)</p>
<p><strong>zfs create -V 500G tank/iscsi</strong></p>
<p>set isci on via zfs command;</p>
<p><strong>zfs set shareiscsi=on tank/iscsi</strong></p>
<p>check that target is up and running;</p>
<p><strong>iscsitadm list target -v </strong></p>
<p>Done. Should be able to connect via ip from another machine. I have not covered CHAP or any client side configuration. Assumed isolated LAN.</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png"><img class="alignnone size-full wp-image-1027" title="HDTune_Benchmark_SUN_____SOLARIS" src="http://sigtar.com/wp-content/uploads/2009/11/HDTune_Benchmark_SUN_____SOLARIS.png" alt="HDTune_Benchmark_SUN_____SOLARIS" width="570" height="460" /></a></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/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/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/2009/11/13/iscsi-in-opensolaris/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreeNAS &#8211; zfs in version 0.7</title>
		<link>http://sigtar.com/2009/10/28/freenas-zfs-in-version-0-7/</link>
		<comments>http://sigtar.com/2009/10/28/freenas-zfs-in-version-0-7/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:33:09 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[0.7]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[file server]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1010</guid>
		<description><![CDATA[If you want to give zfs a go and also want a dedicated file server this is the solution.
Check it out here;
http://www.freenas.org/

I&#8217;m still using opensolaris though as i like running a few virtualbox machines on the same box.


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>If you want to give zfs a go and also want a dedicated file server this is the solution.</p>
<p>Check it out here;</p>
<p><a href="http://www.freenas.org/" target="_blank">http://www.freenas.org/</a></p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/10/smart.png"><img class="alignnone size-full wp-image-1016" title="smart" src="http://sigtar.com/wp-content/uploads/2009/10/smart.png" alt="smart" width="544" height="640" /></a></p>
<p>I&#8217;m still using opensolaris though as i like running a few virtualbox machines on the same box.</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/2009/10/28/freenas-zfs-in-version-0-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensolaris &#8211; ZFS recovery after kernel panic</title>
		<link>http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/</link>
		<comments>http://sigtar.com/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:08:42 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[kernel panic]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[zfs]]></category>
		<category><![CDATA[zpool]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1002</guid>
		<description><![CDATA[Recently i hit what i thought was a huge disaster with my ZFS array. Essentially i was unable to import my zpool without causing the kernel to panic and reboot. Still unsure of the exact reason, but it didn&#8217;t seem to be due to a hardware fault. (zpool import showed all disks as ONLINE)
When i [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/07/18/zfs-playing-with-various-configs/' rel='bookmark' title='Permanent Link: zfs &#8211; playing with various configs'>zfs &#8211; playing with various configs</a> <small>If you dont have the disks available to build up...</small></li>
<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>
<li><a href='http://sigtar.com/2009/03/17/troubleshooting-time-slider-zfs-snapshots/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; Time Slider (zfs snapshots)'>Troubleshooting &#8211; Time Slider (zfs snapshots)</a> <small>1. snapshot complains about no access to cron This problem...</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>Recently i hit what i thought was a huge disaster with my ZFS array. Essentially i was unable to import my zpool without causing the kernel to panic and reboot. Still unsure of the exact reason, but it didn&#8217;t seem to be due to a hardware fault. (zpool import showed all disks as ONLINE)</p>
<p>When i tried to import with <strong>zpool import -f tank</strong> the machine would lockup and reboot (panic).</p>
<p>The kernel panic;  (key line)</p>
<p>&gt; genunix: [ID 361072 kern.notice] zfs: freeing free segment (offset=<span id="lw_1255849819_2">3540185931776</span> size=22528)</p>
<p>Nothing i could do would fix it&#8230; tried both of these options in the system file with no success;</p>
<p><strong>set zfs:zfs_recover=1<br />
set aok=1</strong></p>
<p>After a quick email from a Sun Engineer, the <strong>zdb </strong>command line that fixed it;</p>
<p><strong>zdb -e -bcsvL &lt;poolname&gt;</strong></p>
<p>zdb is a read only diagnostic tool, but seemed to read through the sectors that had the corrupt data and fix things??  (not sure how a read only tool does that) &#8211; the run took well over 15hrs.</p>
<p><strong><em>Updated: 20/10/2009</em></strong></p>
<p>Apparently if you have set<strong> zfs:zfs_recover=1</strong> in your system file the zdb command will operate in a different manner fixing the issues it encounters.</p>
<p>Remember to run a <strong>zpool scrub &lt;poolname&gt;</strong> if you are lucky enough to get it back online.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/07/18/zfs-playing-with-various-configs/' rel='bookmark' title='Permanent Link: zfs &#8211; playing with various configs'>zfs &#8211; playing with various configs</a> <small>If you dont have the disks available to build up...</small></li>
<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>
<li><a href='http://sigtar.com/2009/03/17/troubleshooting-time-slider-zfs-snapshots/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; Time Slider (zfs snapshots)'>Troubleshooting &#8211; Time Slider (zfs snapshots)</a> <small>1. snapshot complains about no access to cron This problem...</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/2009/10/19/opensolaris-zfs-recovery-after-kernel-panic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
