<?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; opensolaris</title>
	<atom:link href="http://sigtar.com/tag/opensolaris/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>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>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 v134 &#8211; CIFS has gone walkies</title>
		<link>http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/</link>
		<comments>http://sigtar.com/2010/04/11/opensolaris-v134-cifs-has-gone-walkies/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 05:16:39 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[134]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[SUNWsmbfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=1110</guid>
		<description><![CDATA[Errr, I cant find the CIFS service in the 134 build.
I know it was renamed to as per below but still cant see it anywhere?
&#62; system/file-system/smb (was SUNWsmbfs*)
&#62; service/file-system/smb (was SUNWsmbs*)
Anyone have any ideas?
pkg search *smb gets me these&#8230; but i cant install them.
require         depend service/file-system/smb@0.5.11-0.134  [...]


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>Errr, I cant find the CIFS service in the 134 build.</p>
<p>I know it was renamed to as per below but still cant see it anywhere?</p>
<p>&gt; system/file-system/smb (was SUNWsmbfs*)<br />
&gt; service/file-system/smb (was SUNWsmbs*)</p>
<p>Anyone have any ideas?</p>
<p><strong>pkg search *smb</strong> gets me these&#8230; but i cant install them.</p>
<p><em>require         depend service/file-system/smb@0.5.11-0.134                    pkg:/redistributable@0.1-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/storage/storage-server@0.1-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/system/security/kerberos-5@0.5.11-0.134<br />
require         depend service/file-system/smb@0.5.11-0.134                    pkg:/storage/storage-nas@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/redistributable@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/storage/storage-server@0.1-0.134<br />
require         depend system/file-system/smb@0.5.11-0.134                     pkg:/slim_install@0.1-0.134</em></p>
<p><strong>pkg install system/file-system/smb</strong></p>
<p><em>No updates necessary for this image.</em></p>
<p><strong>pkg install service/file-system/smb</strong></p>
<p><em>Creating Plan<br />
pkg: The following pattern(s) did not match any packages in the current catalog.<br />
Try relaxing the pattern, refreshing and/or examining the catalogs:<br />
service/file-system/smb</em></p>
<p><em><strong>Update 23/05/2010</strong></em><br />
Problem was due to errors within package manager &#8212; see <a href="http://sigtar.com/2010/05/23/opensolaris-pkg-verify/" target="_blank">this </a>post</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/04/11/opensolaris-v134-cifs-has-gone-walkies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSolaris &#8211; iSCSI</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/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>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/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/2009/11/13/iscsi-in-opensolaris/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Opensolaris &#8211; white screen on logon</title>
		<link>http://sigtar.com/2009/10/08/opensolaris-white-screen-on-logon/</link>
		<comments>http://sigtar.com/2009/10/08/opensolaris-white-screen-on-logon/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:25:45 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-cleanup]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[white screen]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=993</guid>
		<description><![CDATA[I had this problem when i enabled 3d effects on my server. The screen just goes white and you cannot see anything. Even after a reboot as soon as you logon to gnome the screen goes white.
To fix you&#8217;ll need to logon using a &#8220;failsafe terminal&#8221; session, then run gnome-cleanup from the command line. This [...]


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 had this problem when i enabled 3d effects on my server. The screen just goes white and you cannot see anything. Even after a reboot as soon as you logon to gnome the screen goes white.</p>
<p>To fix you&#8217;ll need to logon using a &#8220;failsafe terminal&#8221; session, then run <strong>gnome-cleanup </strong>from the command line. This will blow away any of your gnome settings (although they are actually backed up to a file), but it&#8217;ll mean you&#8217;ll be able to logon again without issue.</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/08/opensolaris-white-screen-on-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox &#8211; crashing / freezing</title>
		<link>http://sigtar.com/2009/09/05/virtualbox-crashing-freezing/</link>
		<comments>http://sigtar.com/2009/09/05/virtualbox-crashing-freezing/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:29:43 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[2.2]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[freezing]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[io apic]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=590</guid>
		<description><![CDATA[I&#8217;ve had some problems since my upgrade to virtualbox 2.2.0 on OpenSolaris. After some time all of my linux boxes seem to just die. The virtual machine just stops responding. Strangely there was no problem with my windows vms after the update.
From what i can tell it looks like the upgrade turned off &#8220;IO APIC&#8221; [...]


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&#8217;ve had some problems since my upgrade to virtualbox 2.2.0 on OpenSolaris. After some time all of my linux boxes seem to just die. The virtual machine just stops responding. Strangely there was no problem with my windows vms after the update.</p>
<p>From what i can tell it looks like the upgrade turned off &#8220;<strong>IO APIC</strong>&#8221; &#8211; this is the bit that seemed to cause the problem. Re-enabling this on all of my linux boxes seems to have fixed the problem. I&#8217;ll continue testing for another week and update this post if any problems re-occur.</p>
<p><strong><em>Updated : 01/09/2009</em></strong></p>
<p>Here is a bit more on IO APIC from the virtualbox wiki&#8230;  (from a windows perspective)<br />
<a href="http://www.virtualbox.org/wiki/Migrate_Windows">http://www.virtualbox.org/wiki/Migrate_Windows</a></p>
<blockquote><p>The hardware dependent portion of the Windows kernel is dubbed &#8220;Hardware Abstraction Layer&#8221; (HAL). While hardware vendor specific HALs have become very rare, there are still a number of HALs shipped by Microsoft. Here are the most common HALs (for more information, refer to this article: http://support.microsoft.com/kb/309283):</p>
<p>Hal.dll (Standard PC)<br />
Halacpi.dll (ACPI HAL)<br />
Halaacpi.dll (ACPI HAL with IO APIC)</p>
<p>If you perform a Windows installation with default settings in VirtualBox, Halacpi.dll will be chosen as VirtualBox enables ACPI by default but disables the IO APIC by default. A standard installation on a modern physical PC or VMware will usually result in Halaacpi.dll being chosen as most systems nowadays have an IO APIC and VMware chose to virtualize it by default (VirtualBox disables the IO APIC because it is more expensive to virtualize than a standard PIC). So as a first step, <strong>you either have to enable IO APIC support in VirtualBox or replace the HAL</strong>. Replacing the HAL can be done by booting the VM from the Windows CD and performing a repair installation.</p></blockquote>
<p><em><strong>Updated : 5/09/2009</strong></em></p>
<p>I&#8217;ve had even more problems with opensolaris crashing completely after upgrading to the newer versions of virtualbox (3.0.4), and have since reverted back to 2.2.0 which has fixed alot of the hanging issues i have encountered</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/2009/09/05/virtualbox-crashing-freezing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>opensolaris &#8211; zfs PCI-e sata controller</title>
		<link>http://sigtar.com/2009/09/01/opensolaris-zfs-pci-e-sata-controller/</link>
		<comments>http://sigtar.com/2009/09/01/opensolaris-zfs-pci-e-sata-controller/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:33:41 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[pci-e]]></category>
		<category><![CDATA[sata controller]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=781</guid>
		<description><![CDATA[Time for me to add some more sata ports to my opensolaris build. I&#8217;ve been using the SI 3114 PCI cards  (4x sata) up until now without any issue, but they are limited by the bandwidth on the PCI slot. Time to upgrade and boost my performance.
At the moment i&#8217;m looking at grabbing one of these UIO [...]


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>Time for me to add some more sata ports to my opensolaris build. I&#8217;ve been using the <a href="http://sigtar.com/2009/05/20/flashing-si3114-to-sata-only-bios/" target="_blank">SI 3114 PCI</a> cards  (4x sata) up until now without any issue, but they are limited by the bandwidth on the PCI slot. Time to upgrade and boost my performance.</p>
<p>At the moment i&#8217;m looking at grabbing one of these UIO cards;</p>
<p><a href="http://sigtar.com/wp-content/uploads/2009/07/AOC-USAS-L8i.gif"><img class="alignleft size-full wp-image-783" title="AOC-USAS-L8i" src="http://sigtar.com/wp-content/uploads/2009/07/AOC-USAS-L8i.gif" alt="AOC-USAS-L8i" width="323" height="172" /></a></p>
<p><a href="http://www.supermicro.com/products/accessories/addon/AOC-USAS-L8i.cfm" target="_blank">http://www.supermicro.com/products/accessories/addon/AOC-USAS-L8i.cfm</a></p>
<p>From what iv&#8217;e been reading these cards will work fine in a PCI-e slot (8x / 16x) after a bit of modding and display the drives straight to opensolaris without any additional drivers etc. (same chipset used in various sun servers)</p>
<p>The backplate on a UIO card is essentially on backwards, when you remove the backplate and put the card into the PCI-e slot all the components will appear on the other side to normal. It is possible if you have a spare PCI-e backplate to attach to this card (just unscrew the current backplate and replace).</p>
<p>And the required mini SAS to SATA cables from extreme deal;</p>
<p><a href="http://www.dealextreme.com/details.dx/sku.18023" target="_blank">http://www.dealextreme.com/details.dx/sku.18023</a></p>
<p>Done.</p>
<p><em><strong>Updated : 02/09/2009 </strong></em></p>
<p>Put this card in and bingo no problems. Had to export and re-import the zpool as it had problems with the drives being on a different controller? (hadn&#8217;t seen that before), but after that everything was working very well as expected. Cool! </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/09/01/opensolaris-zfs-pci-e-sata-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris &#8211; Samba server</title>
		<link>http://sigtar.com/2009/08/08/opensolaris-samba-server/</link>
		<comments>http://sigtar.com/2009/08/08/opensolaris-samba-server/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:00:24 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[swat]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://dwtaylornz.wordpress.com/?p=66</guid>
		<description><![CDATA[Time to share your newly created ZFS volume via samba to your windows clients.  There is some CIFS / SMB support built into the kernel now, but i&#8217;ve grown used to the SMB server&#8230;
Fire up add software &#8211; click filesystems &#8211; enable filter for &#8220;smb&#8221;, there are three packages generally. I get all three, but [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/09/06/opensolaris-samba-and-network-browsing/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; Samba and Network browsing'>Opensolaris &#8211; Samba and Network browsing</a> <small>If you&#8217;ve setup samba (rather than the builtin cifs/smb) chances...</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/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>
</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>Time to share your newly created ZFS volume via samba to your windows clients.  There is some CIFS / SMB support built into the kernel now, but i&#8217;ve grown used to the SMB server&#8230;</p>
<p>Fire up add software &#8211; click filesystems &#8211; enable filter for &#8220;smb&#8221;, there are three packages generally. I get all three, but you only need the kernel update and the server package. The other is the SMB client.</p>
<p>Once installed make sure you enable the server in <strong>services</strong>gui.</p>
<p>Ensure the filesystem does not have any permission issues. I usually run <strong>chmod -R 777 /<em>share</em></strong><em> </em>just to ensure everyone can access the files without issue.</p>
<p>Add some users into smb password file (U need to create the users and sync the passwords). I usually create a guest user profile</p>
<p><strong>useradd guest</strong></p>
<p><strong>smbpasswd -a guest </strong>- it should prompt for password twice (this is the password you use from windows). Press enter twice to leave the password blank.</p>
<p>The configuration can be done via <strong>/etc/sfw/smb.conf</strong> or via the shared folders admin gui.</p>
<p>I prefer doing the admin via the <strong>/etc/sfw/smb.conf</strong>file as it tends to let you have more control than the basic options available to you via the GUI. The contents of the file are as follows;  (note: i have included alot of the setting as an example which may contridict other settings)</p>
<p><strong>[global]</strong> &#8211; global settings, the following are obvious</p>
<p><strong>workgroup = workgroup</strong></p>
<p><strong>server string = opensolaris</strong></p>
<p><strong>wins support = yes </strong>- lets your server act as a WINS box</p>
<p><strong><br />
</strong></p>
<p><strong>[share]</strong> &#8211; share name</p>
<p><strong>path = /raidz1/share</strong> &#8211; share path</p>
<p><strong>available = yes </strong>- enabled?</p>
<p><strong>browseable = yes </strong></p>
<p><strong>public = yes</strong></p>
<p><strong>valid users = user1, user2 </strong>- only these users can access the share</p>
<p><strong>writable = yes </strong>- equivalent to read / write in windows share properties</p>
<p><strong>read only = yes</strong> &#8211; sets the default permissions to read only</p>
<p><strong>write list = user1, user2 -</strong> these users can write to the share. Overrides above &#8220;read only&#8221; setting.</p>
<p>There are some good examples within <strong>/etc/sfw/smb.conf-example</strong>. Look there for some tips.</p>
<p>You also have an option of managing samba via the web &#8211; SWAT (samba web admin t). To get this up an running enable the swat service <em>svc:/network/swat:default </em>then browse to http://server:901</p>
<p>Optimizing SMB</p>
<p>I&#8217;ve found that adding this to <strong>/etc/sfw/smb.conf </strong>helps throughput in some cases. Try for yourself;  (it tends to put a higher load on cpu)</p>
<p><strong>[global]</strong></p>
<p><strong>aio read size = 1<br />
aio write size = 1</strong></p>
<p>Further to this entry i have discovered that the built in CIFS / SMB service is much more efficient since it is included as part of the kernel. See my other posts on setting up cifs</p>
<p><strong><em>Updated : 9/08/2009</em></strong></p>
<p>I&#8217;ve swapped back to samba due to the issues i&#8217;ve had with cifs in the later releases. Remember if you wish to swap back to samba yo uneed to remove the sharesmb properties from each of your zfs shares &#8211; else on reboot zfs will re-enable the server/smb service.</p>
<p>There are some additional settings to ensure that your file server is the master browser for your workgroup. Put these under your [global]</p>
<p><strong>[global]<br />
domain master = Yes<br />
local master = Yes<br />
preferred master = Yes<br />
os level = 35</strong></p>
<p>Apparently on windows the <em>os level</em> reaches only 32 &#8211; so setting this to 35 ensures that your file server remains the master browser when an election is performed.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/09/06/opensolaris-samba-and-network-browsing/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; Samba and Network browsing'>Opensolaris &#8211; Samba and Network browsing</a> <small>If you&#8217;ve setup samba (rather than the builtin cifs/smb) chances...</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/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>
</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/08/08/opensolaris-samba-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris &#8211; smbd issues?</title>
		<link>http://sigtar.com/2009/07/27/opensolaris-smbd-issues/</link>
		<comments>http://sigtar.com/2009/07/27/opensolaris-smbd-issues/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:56:27 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[dying]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[smbd]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=831</guid>
		<description><![CDATA[Hmm&#8230; i&#8217;ve been having problems since the 2009.06 (snv_111b) update with cifs.
Cant pin it exactly as it could be &#8220;load&#8221; related&#8230; hmmm.
found this ? http://opensolaris.org/jive/thread.jspa?threadID=107681 this also may be a clue.. http://opensolaris.org/jive/thread.jspa?threadID=92472&#38;tstart=75
imapd ?  might have to go back to 2008.11
You might get better performance if you enable oplocks but
there are known issues with it but [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/09/06/opensolaris-samba-and-network-browsing/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; Samba and Network browsing'>Opensolaris &#8211; Samba and Network browsing</a> <small>If you&#8217;ve setup samba (rather than the builtin cifs/smb) chances...</small></li>
<li><a href='http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/' rel='bookmark' title='Permanent Link: 4k sector hard drives and zfs'>4k sector hard drives and zfs</a> <small>I hit this as a problem recently. One of my...</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>Hmm&#8230; i&#8217;ve been having problems since the 2009.06 (snv_111b) update with cifs.</p>
<p>Cant pin it exactly as it could be &#8220;load&#8221; related&#8230; hmmm.</p>
<p>found this ? <a href="http://opensolaris.org/jive/thread.jspa?threadID=107681">http://opensolaris.org/jive/thread.jspa?threadID=107681</a> this also may be a clue.. <a href="http://opensolaris.org/jive/thread.jspa?threadID=92472&amp;tstart=75">http://opensolaris.org/jive/thread.jspa?threadID=92472&amp;tstart=75</a></p>
<p>imapd ?  might have to go back to 2008.11</p>
<blockquote><p>You might get better performance if you enable oplocks but<br />
there are known issues with it but you can do it just to<br />
see if you see any difference:</p>
<p>svccfg -s smb/server setprop smbd/oplock_enable=boolean: true</p></blockquote>
<p>So far running the above command has fixed things for me? I&#8217;ll update if the problem returns.</p>
<p><strong>svccfg -s smb/server setprop smbd/oplock_enable=boolean: true</strong></p>
<p><strong><em>Updated : 27/07/2009</em></strong></p>
<p>Problem came back, so i&#8217;m updating to 117 as per comments below</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/09/06/opensolaris-samba-and-network-browsing/' rel='bookmark' title='Permanent Link: Opensolaris &#8211; Samba and Network browsing'>Opensolaris &#8211; Samba and Network browsing</a> <small>If you&#8217;ve setup samba (rather than the builtin cifs/smb) chances...</small></li>
<li><a href='http://sigtar.com/2010/06/06/4k-sector-hard-drives-and-zfs/' rel='bookmark' title='Permanent Link: 4k sector hard drives and zfs'>4k sector hard drives and zfs</a> <small>I hit this as a problem recently. One of my...</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/2009/07/27/opensolaris-smbd-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
