<?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>Professional Geekism &#187; nexenta</title>
	<atom:link href="http://www.ninjabadger.net/tag/nexenta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninjabadger.net</link>
	<description>Ninjas. Badgers. Linux. Me.</description>
	<lastBuildDate>Wed, 17 Feb 2010 23:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pretending to be a Solaris admin</title>
		<link>http://www.ninjabadger.net/2010/01/03/pretending-to-be-a-solaris-admin/</link>
		<comments>http://www.ninjabadger.net/2010/01/03/pretending-to-be-a-solaris-admin/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 14:50:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[nexenta]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://www.ninjabadger.net/?p=117</guid>
		<description><![CDATA[I&#8217;m always, always forgetting how to discover the available disks on a Solaris/OpenSolaris machine. As I was having another (un-successful) crack at getting a disk controller (other than the motherboard&#8217;s IDE controller) to work with Nexenta Core v2, I&#8217;d again forgotten how I was meant to discover the disks as-probed by the OpenSolaris kernel. Of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always, always forgetting how to discover the available disks on a Solaris/OpenSolaris machine.</p>
<p>As I was having another (un-successful) crack at getting a disk controller (other than the motherboard&#8217;s IDE controller) to work with <a href="http://nexenta.org">Nexenta Core</a> v2, I&#8217;d again forgotten how I was meant to discover the disks as-probed by the OpenSolaris kernel.</p>
<p>Of course, Nexenta includes Ubuntu Hardy&#8217;s userland tools, but anything kernel/device-related is still very different to what I&#8217;m used to.</p>
<p>I finally found a particularly <a href="http://southbrain.com/south/tutorials/zpools.html">well-written post</a> by <a href="http://southbrain.com/south/about-me.html">Pascal Gienger</a>, whom notes that:</p>
<blockquote><p>First we will try to look up the disks accessible by our system:</p>
<p><code># format<br />
Searching for disks...done<br />
AVAILABLE DISK SELECTIONS:<br />
       0. c0d0 <default cyl 2085 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0<br />
       1. c1d0 </default><default cyl 1042 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@1/cmdk@0,0<br />
Specify disk (enter its number): ^C</default></code></p>
<p>Type CTRL-C to quit &#8220;format&#8221;.</p>
<p>If your disks do not show up, use devfsadm:</p>
<p><code># devfsadm<br />
# format<br />
Searching for disks...done<br />
AVAILABLE DISK SELECTIONS:<br />
       0. c0d0 <default cyl 2085 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0<br />
       1. c0d1 </default><default cyl 1042 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@0/cmdk@1,0<br />
       2. c1d0 </default><default cyl 1042 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@1/cmdk@0,0<br />
       3. c1d1 </default><default cyl 1042 alt 2 hd 255 sec 63><br />
          /pci@0,0/pci-ide@1f,1/ide@1/cmdk@1,0<br />
Specify disk (enter its number): ^C</default></code></p>
<p>You&#8217;ll notice that the virtual disks are mapped as IDE/ATA drives, so the disk device names don&#8217;t have a target specification &#8220;t&#8221;.</p></blockquote>
<p>Which has helped me to finally find out that my second-hand (i.e. &#8216;borrowed&#8217; from an old work machine) Adaptec RAID card, doesn&#8217;t work with Nexenta Core v2. Still, Core v3 will be out in a few months &#8211; maybe I&#8217;ll try again then.</p>
<p>Also worth noting, as it may be useful, <code>iostat -En</code> prints out similar information useful when searching for disks to use with ZFS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninjabadger.net/2010/01/03/pretending-to-be-a-solaris-admin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
