<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Smartos on Notes from the Rabbit Hole</title><link>https://magnus919.com/tags/smartos/</link><description>Recent content in Smartos on Notes from the Rabbit Hole</description><generator>Hugo</generator><language>en</language><copyright>© [Magnus Hedemark](https://github.com/magnus919)</copyright><lastBuildDate>Sat, 27 Jun 2015 16:40:55 -0400</lastBuildDate><atom:link href="https://magnus919.com/tags/smartos/index.xml" rel="self" type="application/rss+xml"/><item><title>devices have different sector alignment</title><link>https://magnus919.com/2015/06/devices-have-different-sector-alignment/</link><pubDate>Sat, 27 Jun 2015 16:40:55 -0400</pubDate><guid>https://magnus919.com/2015/06/devices-have-different-sector-alignment/</guid><description>&lt;p>&lt;code>[root@dogface ~]# zpool replace zones /dev/dsk/c0t50014EE2072AB3D4d0 /dev/dsk/c0t50014EE2B66D775Ed0 cannot replace /dev/dsk/c0t50014EE2072AB3D4d0 with /dev/dsk/c0t50014EE2B66D775Ed0: devices have different sector alignment&lt;/code>&lt;/p>
&lt;p>And that&amp;rsquo;s where things went wrong.&lt;/p>
&lt;p>Oh, it all started as a really great weekend to be in the homelab. Four new &lt;a href="http://www.amazon.com/dp/B00LO3KR96/">Western Digital Red WD60EFRX 6TB&lt;/a> disks had arrived, and I was ready to replace my four 2TB disks with them. I&amp;rsquo;d replaced the first two of four disks without a hitch. They were &lt;a href="http://www.amazon.com/dp/B008JJLZ7G/">Western Digital Red WD2002FAEX 2TB&lt;/a> disks. I&amp;rsquo;d been assuming for some time that I had four identical disks in this zpool, but forgot the compromise that I&amp;rsquo;d made way back when I first set this machine up: I&amp;rsquo;d used two Red disks and two Black disks (&lt;a href="http://www.amazon.com/dp/B004CSIG1G/">Western Digital Black WD2002FAEX 2TB&lt;/a>). So when I tried to replace disk #3 of 4 in my zpool, things didn&amp;rsquo;t go as smoothly.
&lt;code>devices have different sector alignment&lt;/code>&lt;/p></description></item><item><title>illumos makes a comeback in the homelab</title><link>https://magnus919.com/2014/09/illumos-makes-a-comeback-in-the-homelab/</link><pubDate>Tue, 30 Sep 2014 23:09:10 -0400</pubDate><guid>https://magnus919.com/2014/09/illumos-makes-a-comeback-in-the-homelab/</guid><description>&lt;p>Up until a couple of years ago, I was becoming increasingly active in the &lt;a href="http://illumos.org">illumos&lt;/a> community. I&amp;rsquo;d given a talk on the subject at &lt;a href="http://triangledevops.com">Triangle DevOps&lt;/a>, and indeed my most popular entries on this blog tend to be the ones relating to &lt;a href="http://smartos.org">SmartOS&lt;/a>. But something happend in my professional career, a conflict of interests, that compelled me to pull back from that community for awhile. The conflict is now gone, and hot on the heels of &lt;a href="http://surge.omniti.com/2014/illumos-day">illumos Day 2014&lt;/a>, my interest is re-invigorated.&lt;/p></description></item><item><title>Quick Tip: Netatalk 3.0.1 on Joyent SmartOS</title><link>https://magnus919.com/2012/11/quick-tip-netatalk-3.0.1-on-joyent-smartos/</link><pubDate>Thu, 01 Nov 2012 20:52:54 -0400</pubDate><guid>https://magnus919.com/2012/11/quick-tip-netatalk-3.0.1-on-joyent-smartos/</guid><description>&lt;p>I had to fiddle around with this a bit and thought it might be useful to others. I&amp;rsquo;m using a &lt;a href="http://joyent.com">Joyent&lt;/a> &lt;a href="http://smartos.org">SmartOS&lt;/a> zone as a file server for my Macs at home, and &lt;a href="http://netatalk.sourceforge.net">Netatalk&lt;/a> is really the best way to share files to a Mac from a UNIX system.&lt;/p>
&lt;p>Real quick, here&amp;rsquo;s how it was done:&lt;/p>
&lt;ul>
&lt;li>download netatalk source, untar the source, cd into the source directory&lt;/li>
&lt;li>&lt;code>./configure --with-bdb=/opt/local --with-init-style=solaris --without-pam --prefix=/opt/local&lt;/code>&lt;/li>
&lt;li>&lt;code>vim distrib/initscripts/Makefile&lt;/code>&lt;/li>
&lt;li>find the line that begins with &amp;ldquo;&lt;code>servicedir&lt;/code>&amp;rdquo; and change it to:&lt;/li>
&lt;li>&lt;code>servicedir = /var/svc/manifest/network/&lt;/code>&lt;/li>
&lt;li>save &amp;amp; exit the makefile&lt;/li>
&lt;li>&lt;code>make &amp;amp;&amp;amp; sudo make install&lt;/code>&lt;/li>
&lt;li>&lt;code>vim /opt/local/etc/afp.conf&lt;/code> and add your shares&lt;/li>
&lt;li>&lt;code>sudo svcadm enable netatalk&lt;/code>&lt;/li>
&lt;li>verify that it&amp;rsquo;s running with: &lt;code>svcs netatalk&lt;/code>&lt;/li>
&lt;/ul>
&lt;p>Special thanks to &lt;em>rmustacc&lt;/em> in Freenode/#illumos for helping me get the SMF manifest installing to the correct path. I hope some of you find this helpful.&lt;/p></description></item><item><title>Introduction to illumos - Oct 17, 2012 - Raleigh, NC</title><link>https://magnus919.com/2012/10/introduction-to-illumos-oct-17-2012-raleigh-nc/</link><pubDate>Tue, 16 Oct 2012 23:39:11 -0400</pubDate><guid>https://magnus919.com/2012/10/introduction-to-illumos-oct-17-2012-raleigh-nc/</guid><description>&lt;p>I will be speaking Wednesday night at the &lt;a href="http://www.meetup.com/Triangle-DevOps/">Triangle DevOps&lt;/a> group&amp;rsquo;s October meeting, hosted by &lt;a href="http://webassign.net">WebAssign&lt;/a>. The topic is &amp;ldquo;Introduction to illumos&amp;rdquo;. I&amp;rsquo;m expecting this to be a gentle introduction to the illumos world for a target audience of Linux users. We&amp;rsquo;re going to talk a little bit about what illumos is (and what it isn&amp;rsquo;t), some of the benefits of using illumos that set it apart from Linux, some of the popular distributions (&lt;a href="http://openindiana.org">OpenIndiana&lt;/a>, OmniTI&amp;rsquo;s &lt;a href="http://omnios.omniti.com">OmniOS&lt;/a>, Joyent&amp;rsquo;s &lt;a href="http://smartos.org">SmartOS&lt;/a>), and a few of the gotchas that I&amp;rsquo;ve run into with my own path of discovery on this platform.&lt;/p></description></item><item><title>Meet the SmartOS Community</title><link>https://magnus919.com/2012/02/meet-the-smartos-community/</link><pubDate>Sun, 26 Feb 2012 14:23:19 -0400</pubDate><guid>https://magnus919.com/2012/02/meet-the-smartos-community/</guid><description>&lt;p>While hanging out in some of the regular channels for SmartOS help, I&amp;rsquo;ve noticed that some people may still be having a hard time finding where the community congregates. I know this is already documented in the &lt;a href="http://wiki.smartos.org/">SmartOS Wiki&lt;/a>, but the Wiki is not yet as easy to navigate as it maybe could be.&lt;/p>
&lt;p>Still, if you go there, the first thing you&amp;rsquo;ll find today is &amp;ldquo;Where to Find Us&amp;rdquo;. Pretty hard to miss.&lt;/p></description></item><item><title>Update</title><link>https://magnus919.com/2012/02/update/</link><pubDate>Sat, 18 Feb 2012 17:25:11 -0400</pubDate><guid>https://magnus919.com/2012/02/update/</guid><description>&lt;p>It&amp;rsquo;s good to see other people out there are reading this blog and &lt;a href="http://www.philipp.haussleiter.de/2012/02/joyent-smartos-mysql-vm-setup/">trying SmartOS for themselves&lt;/a> with some success.&lt;/p>
&lt;p>I&amp;rsquo;ve been talking to some of the fine folks at &lt;a href="http://joyent.com">Joyent&lt;/a> to start contributing back to this project. Some of the framework of a more mature project just isn&amp;rsquo;t there yet, but things are coming together. I filed my paperwork with them to join the project, and right now I&amp;rsquo;m trying to work out how to get more involved in packaging.&lt;/p></description></item><item><title>Thank you.</title><link>https://magnus919.com/2012/02/thank-you./</link><pubDate>Thu, 16 Feb 2012 08:49:30 -0400</pubDate><guid>https://magnus919.com/2012/02/thank-you./</guid><description>&lt;p>I started this blog less than a week ago, and I wrote a niche article about &lt;a href="http://smartos.org">SmartOS&lt;/a> that I expected to get a few dozen views on over a period of days or weeks. It&amp;rsquo;s been a little over a full day, and I definitely got a lot more eyes on it than I was expecting. Thank you all so much! This really tells me that there is an interest out there in better SmartOS content. I heard you, and I&amp;rsquo;m planning on answering that.&lt;/p></description></item><item><title>Discovering SmartOS</title><link>https://magnus919.com/2012/02/discovering-smartos/</link><pubDate>Tue, 14 Feb 2012 22:50:38 -0400</pubDate><guid>https://magnus919.com/2012/02/discovering-smartos/</guid><description>&lt;p>As I&amp;rsquo;ve alluded to previously, I&amp;rsquo;ve been exploring Joyent&amp;rsquo;s &lt;a href="http://smartos.org">SmartOS&lt;/a> lately. I&amp;rsquo;d like to talk a little bit more about it. It seems to me that a lot of my peers haven&amp;rsquo;t yet heard about it, or don&amp;rsquo;t really understand it much at all. The documentation isn&amp;rsquo;t really there yet, so I think that it is a little hard to get the right first impression if you&amp;rsquo;re coming into it with no Solaris background.&lt;/p></description></item></channel></rss>