<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>c0t0d0s0.org - Solaris</title>
    <link>http://www.c0t0d0s0.org/</link>
    <description>the sun in a lighthungry universe</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3 - http://www.s9y.org/</generator>
    
    

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/C0t0d0s0org-Solaris" type="application/rss+xml" /><item>
    <title>Making Apache privilege aware</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/460063372/5039-Making-Apache-privilege-aware.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/5039-Making-Apache-privilege-aware.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=5039</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=5039</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Maybe you remember my <a href="http://www.c0t0d0s0.org/archives/4077-Less-known-Solaris-features-RBAC-and-Privileges.html">RBAC/Privileges-Tutorial</a> in the the LKSF series. In the <a href="http://www.c0t0d0s0.org/archives/4075-Less-known-Solaris-features-RBAC-and-Privileges-Part-3-Privileges.html">third part</a> i described how to take away some privileges from the apache processes. But this takes the concept a whole step farther. Nick Kew announced on the Apache developer mailinglist the availability of a module to make Apache privilege-aware - <a onclick="javascript: pageTracker._trackPageview('/extlink/www.mail-archive.com/dev@httpd.apache.org/msg42159.html');"  href="http://www.mail-archive.com/dev@httpd.apache.org/msg42159.html">"Introducing mod_privileges for Apache HTTPD</a>:<blockquote>This is a platform-specific module for Solaris 10 and OpenSolaris, that makes the webserver privileges(5)-aware.  This enables the server to be run with enhanced security, and with different settings per virtual host.</blockquote>With the use of this module you can define user, group and privileges of a virtual host.<blockquote>Unlike perchild, mod_privileges is not itself an MPM. It works within a processing model to set privileges and User/Group per request in a running process.</blockquote>This is a really interesting development: With such a module you can contain every virtual hosts in it´s own user/group combination and more important you can use privileges to controll the possibilities of an virtual hosts at the operating system level. For example you can take away the privileges to execute subprocesses (for example tradtional CGI scripts) at all by a single line of configuration. Really neat ... 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/460063372" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 20 Nov 2008 22:25:30 +0100</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/5039-guid.html</guid>
    <category>apache</category>
<category>privileges</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/5039-Making-Apache-privilege-aware.html</feedburner:origLink></item>
<item>
    <title>ZFS and SSD in storage systems</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/448539967/5002-ZFS-and-SSD-in-storage-systems.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/5002-ZFS-and-SSD-in-storage-systems.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=5002</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=5002</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Roch wrote an really interesting article about usage of SSD and ZFS in storage systems: <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/roch/entry/using_zfs_as_a_network');"  hreF="http://blogs.sun.com/roch/entry/using_zfs_as_a_network">Using ZFS as a Network Attach Controller and the Value of Solid State Devices</a>. Worth a read! 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/448539967" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 10 Nov 2008 16:35:17 +0100</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/5002-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/5002-ZFS-and-SSD-in-storage-systems.html</feedburner:origLink></item>
<item>
    <title>Solaris 10 10/08 - out now </title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/438074292/4975-Solaris-10-1008-out-now.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4975-Solaris-10-1008-out-now.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4975</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4975</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    The download page has changed, so you can download it now at the usual locations <a onclick="javascript: pageTracker._trackPageview('/extlink/www.sun.com/software/solaris/get.jsp#download');"  href="http://www.sun.com/software/solaris/get.jsp#download">at the sun website</a> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/438074292" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 31 Oct 2008 14:51:53 +0100</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4975-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4975-Solaris-10-1008-out-now.html</feedburner:origLink></item>
<item>
    <title>What´s new in Solaris 10 10/08 (also known as Update 6)</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/438021880/4974-Whats-new-in-Solaris-10-1008-also-known-as-Update-6.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4974-Whats-new-in-Solaris-10-1008-also-known-as-Update-6.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4974</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4974</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    The <a onclick="javascript: pageTracker._trackPageview('/extlink/docs.sun.com/app/docs/doc/817-0547/ghgdx?l=de&amp;amp;a=view');"  href="http://docs.sun.com/app/docs/doc/817-0547/ghgdx?l=de&amp;a=view">"What´s new in  What's New in the Solaris 10 10/08 Release"</a> document is online at docs.sun.com. Thus you can get an overview what you can expect from the next release of Solaris 10.<br /><br />
I will provide a list of the features for you in this article. For more informations please consult the linked article. As you see, there was a lot of development in the ZFS part of Solaris 10. Another really interesting feature is the update-on-attach for Zones. This solves some problems like the migration of zones from normal SPARC to a CMT SPARC system (sun4u versus sun4v).<br /><br />
Okay, in Solaris 10/08 aka Update 6 you will find:
<ul>
	<li>Installation Enhancements</li>
	<ul>
    		<li>Solaris Installation for ZFS Root Pools</li>
  	</ul>
  	<li>System Administration Enhancements</li>
   	<ul>
     	<li>ZFS Command Improvements and Changes</li>
      	<ul>
       		<li>ZFS installation and boot support</li>
       		<li>Rolling back a ZFS dataset without unmounting</li>
       		<li>Enhancements to the zfs send command</li>
       		<li>ZFS quotas and reservations for file system data only</li>
       		<li>new ZFS storage pool properties</li>
       		<li>ZFS command history enhancements</li>
       		<li>support for upgrading ZFS filesystems</li>
       		<li>ZFS delegated administration</li>
       		<li>Setting up separate ZFS logging devices</li>
       		<li>Creating intermediate ZFS datasets</li>
       		<li>ZFS hot-plugging enhancements</li>
       		<li>GZIP compression now available for ZFS</li>
       		<li>Storing multiple copies of ZFS user data</li>
      	</ul>
     	<li>Solaris Installation Tool Support of ZFS File Systems</li>
      	<ul>
       		<li>Solaris interactive text installer to install a UFS or a ZFS root file system.</li>
       		<li>Custom JumpStart features to set up a profile to create a ZFS storage pool and designate a bootable ZFS file system.</li>
       		<li>Migrate a UFS root file system to a ZFS root file system by using the Solaris Live Upgrade feature.</li>
       		<li>Set up a mirrored ZFS root pool by selecting two disks during the installation.</li>
       		<li>Automatically create swap and dump devices on ZFS volumes in the ZFS root pool.</li>
      	</ul>
      	<li>SunVTS 7.0 Patch Set 3</li>
      	<li>lockstat Provider for DTrace. DTrace lockstat probes that displayed the spin count (spins) now returns spin time in nanoseconds.</li>
      </ul>
      <li>System Resource Enhancements</li>
      <ul>
        	<li>New Solaris Zones Features</li>
         		<ul>
            		<li>Update on Attach.<br />If the new host has the same or later versions of the zone-dependent packages and their associated patches, using zoneadm attach with the -u option, updates those packages within the zone to match the new host.[...] This option also enables automatic migration between machine classes, such as from sun4u to sun4v.</li>
            		<li>Ability to Set Default Router in Shared-IP Zone</li>
				<li>ZFS Zone Path Permitted</li>
           	</ul>
           	<li>x86: New GRUB findroot Command</li>
           	<li>x64: Support for 256 Processors</li>
		</ul>
         <li>System Performance Enhancements</li>
         <ul>
         		<li>SPARC: Solaris SPARC Boot Architecture Redesigned</li>
           	<li>x86: Kernel Support for Intel SSSE3, SSE4.1, SSE4.2, and AMD SSE4A</li>
          </ul>
         <li>Security Enhancementy</i>
         <ul>
         		<li>Separation of Duty Enforcement Through the Solaris Management Console</li>
         		<li>SHA256/SHA512 crypt(3C) Plug-in</li>
         		<li>pam_list Module</li>
         </ul>
         <li>Desktop Enhancements</li>
         <ul>
         		<li>SPARC: Adobe Reader 8.1.2</li>
         		<li>Flash Player 9.0.124.0</li>
         </ul>
         <li>Networking Enhancements</li>
         <ul>
         		<li>Communication Protocol Parser Utilities</li>
         		<li>SIP End-to-end Traffic Measurements and Logging</li>
   		</ul>
         	<li>Device Management Enhancements</li>
         <ul>
         		<li>Faulty Device Retirement Feature</li>
         		<li>MPxIO Support for Hitachi Adaptable Modular Storage Series Arrays</li>
          </ul>
          <li>Driver Enhancements</li>
          <ul>
          	<li>x86: NVIDIA ck804/mcp55 SATA Controller Driver</li>
          	<li>x86: LSI MegaRAID SAS Controllers Driver</li>
          	<li>ixgbe Driver. The ixgbe is a 10 Gigabit PCI Express Ethernet driver that supports Intel 82598 10 Gigabit Ethernet controller.</li>
          	<li>SPARC: Support for aac Driver</li>
          </ul>
          <li>Additional Software Enhancements</li>
          <ul>
          	<li>Perl Database Interface and Perl PostgreSQL Driver</li>
              <li>PostgreSQL 8.3</li>
          </ul>
          <li>Language Support Enhancements</li>
          <ul>
          	<li>IIIMF Hangul Language Engine. The Hangul LE (Language Engine) is a new Korean input method.</li>
          </ul>
          <li>Freeware Enhancements</li>
          <ul>
          	<li>C-URL - The C-URL Wrappers Library</li>
          	<li>Libidn - Internationalized Domain Library</li>
           	<li>LibGD - The Graphics Draw Library</li>
           	<li>TIDY HTML Library</li>
           <ul>
	</ul>
</ul>
You will find <a onclick="javascript: pageTracker._trackPageview('/extlink/www.sun.com/software/solaris/get.jsp');"  href="http://www.sun.com/software/solaris/get.jsp">Solaris 10/08</a> for download at the usual locations, but at the moment there is still the 05/08 release.<br /> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/438021880" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 31 Oct 2008 13:14:33 +0100</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4974-guid.html</guid>
    <category>10/08</category>
<category>solaris</category>
<category>sun</category>
<category>update 6</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4974-Whats-new-in-Solaris-10-1008-also-known-as-Update-6.html</feedburner:origLink></item>
<item>
    <title>Is the Linux community afraid of Opensolaris?</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/425773617/4943-Is-the-Linux-community-afraid-of-Opensolaris.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4943-Is-the-Linux-community-afraid-of-Opensolaris.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4943</wfw:comment>

    <slash:comments>40</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4943</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Okay,okay ... i know the headline is a little bit provoking. But when you think about some comments from Linux proponents you could think so. In the last few weeks i´ve heard one sentence quite often: "Why you you still develop Solaris? You should contribute to Linux!" from people administering Linux systems. And you could read at other places, that Solaris is irrelevant, that there is nothing worth of mentioning it or even for an integration to Linux. Just think about the Zemlin quotations! Or several other comments of proponents of Linux.  <br /><a href="http://www.c0t0d0s0.org/archives/4943-Is-the-Linux-community-afraid-of-Opensolaris.html#extended">Continue reading "Is the Linux community afraid of Opensolaris?"</a>
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/425773617" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sun, 19 Oct 2008 21:31:05 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4943-guid.html</guid>
    <category>linux</category>
<category>solaris</category>
<category>thoughts</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4943-Is-the-Linux-community-afraid-of-Opensolaris.html</feedburner:origLink></item>
<item>
    <title>Less known Solaris features: About crashes and cores - Appendix B: ::status</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/425337240/4942-Less-known-Solaris-features-About-crashes-and-cores-Appendix-B-status.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4942-Less-known-Solaris-features-About-crashes-and-cores-Appendix-B-status.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4942</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4942</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    You are logged into your system and doing a little bit of house keeping (archiving of old logfiles, deleting the rubbish on you system like backup files) and suddenly you see a core file. Heck ... you wasn´t aware of the fact, that an application wrote such a file. How can you get some basic information about it? With Solaris you can use the <code>mdb</code> for this task.<br />
<br />
Let´s assume you find a core file  at <code>/</code> on the system <code>master</code>: <blockquote><code><pre># uname -a
SunOS master 5.11 snv_97 i86pc i386 i86pc
# ls -l core
-rw-r--r--   1 root     root     5073385 Oct 10 18:26 core</pre></code></blockquote>Now we can start the Modular Debugger <code>mdb</code> with the core file.<blockquote><code><pre># mdb core
Loading modules: [ libc.so.1 ld.so.1 ]
></pre></code></blockquote>After a short moment the mdb command will give you a prompt. Now just type in the <code>::status</code> command<blockquote><code><pre>> ::status
debugging core file of sshd (32-bit) from master
file: /usr/lib/ssh/sshd
initial argv: /usr/lib/ssh/sshd
threading model: native threads
status: process core file generated with gcore(1)</pre></code></blockquote>Now you know, that you can savely ignore the file, as the system created it on your order while you was playing around with <code>gcore</code>.<br />
 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/425337240" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sun, 19 Oct 2008 11:30:38 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4942-guid.html</guid>
    <category>crash</category>
<category>dumps</category>
<category>lksf</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4942-Less-known-Solaris-features-About-crashes-and-cores-Appendix-B-status.html</feedburner:origLink></item>
<item>
    <title>"Linux feels like it was written. Solaris feels like it was designed."</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/424499590/4939-Linux-feels-like-it-was-written.-Solaris-feels-like-it-was-designed..html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4939-Linux-feels-like-it-was-written.-Solaris-feels-like-it-was-designed..html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4939</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4939</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Neil A. Wilson wrote an interesting article why he choosen Solaris as is favourite operating environment: <a onclick="javascript: pageTracker._trackPageview('/extlink/directorymanager.wordpress.com/2008/09/26/why-i-like-solaris/');"  href="http://directorymanager.wordpress.com/2008/09/26/why-i-like-solaris/">"Why i like Solaris"</a>. It´s an article about some features of Solaris, but there is one paragraphy that summarizes an important reason of my choice for Solaris many years ago as well:<blockquote>Linux feels like it was written.  Solaris feels like it was designed..  While I think that Suns development processes can sometimes be a little heavyweight, and I think that Sun is trying to retain too much control over OpenSolaris, there is a lot to be said for having processes in place to guide development.</blockquote>This is the basic difference. Linux is based on the concept "Okay, you can develop a feature and we will see if we integrate it into the mainline code."  Opensolaris works differently in this area. The concept of PSARC may look as an heavyweight process for an opensource operating system, but it´s the reason for "Solaris feels like it was designed." as the documented review of the design and the analysis of the impact to the whole architecture is the beginning of all code in Solaris. <br />
 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/424499590" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 18 Oct 2008 11:46:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4939-guid.html</guid>
    <category>linux</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4939-Linux-feels-like-it-was-written.-Solaris-feels-like-it-was-designed..html</feedburner:origLink></item>
<item>
    <title>Project Sirius</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/423759658/4937-Project-Sirius.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4937-Project-Sirius.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4937</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4937</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    At last: The IBM mainframes will get a decent operating system. Project <a onclick="javascript: pageTracker._trackPageview('/extlink/opensolaris.org/os/project/systemz');"  href="http://opensolaris.org/os/project/systemz">Sirius</a> is at least one to two years away from prime time but at least it´s a silver lining on the horizon. <img src="http://www.c0t0d0s0.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/423759658" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 17 Oct 2008 16:08:19 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4937-guid.html</guid>
    <category>mainframe</category>
<category>solaris</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4937-Project-Sirius.html</feedburner:origLink></item>
<item>
    <title>A kind of Time Machine</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/420781634/4924-A-kind-of-Time-Machine.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4924-A-kind-of-Time-Machine.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4924</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4924</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    The Time Machine in Mac OS 10.5 saved my butt a few times in the last few months. Getting back an older version of a presentation when you´ve saved a short version of you presentation in the same file as the long version a few days earlier is quite handy. Solaris is now capable to do a similar thing (albeit the implementation is vastly different): <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs');"  href="http://blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs">Time Slider</a> is based on periodic ZFS snapshots and presents them in a nice way:<blockquote>Time slider is one of the new feature that will be available in OpenSolaris 2008.11.Time slider provides an automatic way to backup your data on the same disc using one of Sun's ZFS filesystem unique features, snapshots. With time slider you can browse and recover files from snapshot backups using the GNOME file manager.</blockquote>When you click on the life buoy in the File Brower you get a slider to step back in time based on this snapshhhhhh ... wait ... just look at the screenshots at <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs');"  href="http://blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs">Erwann Chénedé's weblog</a>. A picture substitutes 1000 words and this feature is outright incredible. Excellent work! 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/420781634" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 14 Oct 2008 19:58:43 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4924-guid.html</guid>
    <category>gnome</category>
<category>solaris</category>
<category>time slider</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4924-A-kind-of-Time-Machine.html</feedburner:origLink></item>
<item>
    <title>My first article has gone live on SDN</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/420444469/4921-My-first-article-has-gone-live-on-SDN.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4921-My-first-article-has-gone-live-on-SDN.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4921</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4921</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    With a huge amount of help from Marina Sum the first article from the LKSF book made it to the Sun Developer Network: <a onclick="javascript: pageTracker._trackPageview('/extlink/developers.sun.com/developer/technicalArticles/opensolaris/pfexec.html');"  href="http://developers.sun.com/developer/technicalArticles/opensolaris/pfexec.html">Introducing pfexec, a Convenient Utility in the OpenSolaris OS</a>.  
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/420444469" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 14 Oct 2008 06:07:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4921-guid.html</guid>
    <category>lksf</category>
<category>pfexec</category>
<category>rbac</category>
<category>sdn</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4921-My-first-article-has-gone-live-on-SDN.html</feedburner:origLink></item>
<item>
    <title> L2ARC on ramdisks?</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/419720223/4919-L2ARC-on-ramdisks.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4919-L2ARC-on-ramdisks.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4919</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4919</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I thought a little bit about the idea of transforming server into solid state disks. The idea in the mail of Chris Greer on <a href="http://www.c0t0d0s0.org/archives/4906-Separated-ZIL-on-ramdisk..html">zfs-discuss</a> was to use mirrored iSCSI shared ramdisks as a storage for the seperated ZILs. But i think you could use the concept as well for L2ARC as well - e.g. for large databases. One of the sizing rules of databases: More main memory never hurts. Nothing helps the performance of a database more than even more memory. The rule of "main memory never hurts" is based on the fact, that a hard disk has only a few IOPS compared with the main memory and hard drive access massively hurts the performance of your database. <br />
<br />
But obviously the size of memory is limited, albeit the this limit is quite high with systems with memory sizes in the range of 512 GB on 4 rack units. But how can you get more memory into your database system, when all DIMM slots are filled with the biggest available DIMMS. <br />
<br />
I had an idea while cooking tea this evening while i thought about a discussion with a colleague: Let´s assume an architecture based on a X4600 as a head in front of four X4600 each fully maxed to 512GB. All the nodes are connected with Infiniband. The first X4600 is your normal database server (for example mysql or LarryBase). You put your data into an ZFS storage pool. This storage pool is augumented with L2ARC devices. But now comes the plot twist. Let´s use the 512GB X4600 as huge ramdisks (yes, i know, every engineers heart will crying now) speaking via iSER (no TCP/IP, just RDMA) at 20 GBit/s to the central database node. This would give you a cache in the size of almost 2 TB plus the cache on the database server itself.. By using L2ARC you could use the memory as database caches of other systems without using a database doing a combination of the memory resources by other means, for example the CacheFusion stuff of Oracle. You don´t have to fuse the caches of other databases servers. The other servers <strong>are</strong> caches. You don´t have to partition the databases.<br />
<br />
It would be interesting how such an system would perform in comparision to a Oracle RAC or other memory implementations. Anybody out there willing to test this ... my Infiniband switches are in the laundry at the moment <img src="http://www.c0t0d0s0.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/419720223" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 13 Oct 2008 18:47:36 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4919-guid.html</guid>
    <category>database</category>
<category>infiniband</category>
<category>iser</category>
<category>l2arc</category>
<category>solaris</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4919-L2ARC-on-ramdisks.html</feedburner:origLink></item>
<item>
    <title>Anatomy of an attack</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/419273611/4913-Anatomy-of-an-attack.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4913-Anatomy-of-an-attack.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4913</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4913</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Paul Murphy wrote an excellent article about the anti-Solaris article that even found it´s syndication at the NYT. Paul writes in <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.zdnet.com/Murphy/?p=1268');"  href="http://blogs.zdnet.com/Murphy/?p=1268">Anatomy of an attack: The New York Times on Solaris</a>:<blockquote>The piece itself illustrates the standard recipe for attack journalism: use a title sure to attract the attention of editors sympathetic to your cause; pretend to balance in the article but actually use strong negatives and weak positives; find one or two third parties to attribute the really nasty stuff to; and, strip any facts you need of their real context while leveraging reader assumptions to add an emotional patina of your own.<br />
<br />
Thus using Sun Solaris in the title instead instead of just Solaris or OpenSolaris invokes one of the not so secret handshakes characteristic of the anti-Sun community to grab the attention of any editor with a Microsoft or IBM agenda. </blockquote>It´s an really interesting analysis of the article. I really thing that we will see more attacks in the future as Opensolaris get a more and more viable alternative to Linux in many "linux-only" shops. Paul ask at the end of it´s article. "Qui bono". I don´t know ... wait ... of course i know it, but i can´t pinpoint the exact source. But i´m sure of more attacks of this kind. There is a market share to loose. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/419273611" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 13 Oct 2008 09:07:25 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4913-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4913-Anatomy-of-an-attack.html</feedburner:origLink></item>
<item>
    <title>Opensolaris at Smugmug</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/418424901/4909-Opensolaris-at-Smugmug.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4909-Opensolaris-at-Smugmug.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4909</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4909</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Don MacAskill (the CEO of SmugMug - yeah CEO and geekdom isn´t mutually exclusive) did an interesting experiment - he used an <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.smugmug.com/don/2008/10/10/success-with-opensolaris-zfs-mysql-in-production');"  href="http://blogs.smugmug.com/don/2008/10/10/success-with-opensolaris-zfs-mysql-in-production">Opensolaris system for one of his database replicas</a>. And his experiences were really positive (besides of the usual pet peeve we already working on <img src="http://www.c0t0d0s0.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> ): <blockquote>Im a Linux geek, have been since 1993 (Slackware!). All of SmugMugs datacenters (and our EC2 images) are built on Linux. But the current state of filesystems on Linux is awful, and its been awful for at least 8 years. As a result, weve put our first OpenSolaris box into production at SmugMug and Ive been pleasantly surprised with the performance</blockquote>The configuration has a really interesting speciality. He used compression. <blockquote>Lo and behold, it worked! Were getting a 2.12X compression ratio on our DB, and performance is keeping up just fine. I ran some quick performance tests on large linear reads/writes and we were measuring 45.6MB/s sustained uncompression and 39MB/s sustained compression on a single-threaded app on an Opteron CPU.</blockquote> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/418424901" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sun, 12 Oct 2008 10:09:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4909-guid.html</guid>
    <category>mysql</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4909-Opensolaris-at-Smugmug.html</feedburner:origLink></item>
<item>
    <title>Separated ZIL on ramdisk.</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/417079761/4906-Separated-ZIL-on-ramdisk..html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4906-Separated-ZIL-on-ramdisk..html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4906</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4906</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I used ramdisks today in a live presentation of ZFS, L2ARC and sZIL (you can´t use files for sZIL and L2ARC testing, you need a device). One of the customers asked me if there is a real use case for this configuration. My answer was: Not really. But this question haunted me the whole day while sitting in the train.  <br /><a href="http://www.c0t0d0s0.org/archives/4906-Separated-ZIL-on-ramdisk..html#extended">Continue reading "Separated ZIL on ramdisk."</a>
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/417079761" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 10 Oct 2008 20:28:12 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4906-guid.html</guid>
    <category>l2arc</category>
<category>solaris</category>
<category>szil</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4906-Separated-ZIL-on-ramdisk..html</feedburner:origLink></item>
<item>
    <title>MSI Wind PC and Opensolaris</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/416098098/4904-MSI-Wind-PC-and-Opensolaris.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4904-MSI-Wind-PC-and-Opensolaris.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4904</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4904</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I just bought a MSI Wind PC . This is a device in the so-called "Nettop" range. 1.6 GHz Atom, 1 GB RAM, 320 GB harddisk and 30 Watts of power consumption in a small case. I bought it as the foundation of my new home storage server. I just put a first Opensolaris test installation on the system. I did a test installation of Opensolaris Build 99. It detected the network card, i was able to ping my router, the GNOME desktop was configured with the correct resolution (1440*900). I was really pleased by this experience, as the RealTek 8111C NIC was known for making problems with older releases of Opensolaris. <br />
<br />
Over the next days day i will transform this into a storage server with ZFS,SamFS et al. The internal disks will be the cache for SamFS, the external USB disks will be the archive storage for this system. I hope to put the archive harddisks to sleep at most of the time by this configuration due to activated power management. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/416098098" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 09 Oct 2008 21:53:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4904-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4904-MSI-Wind-PC-and-Opensolaris.html</feedburner:origLink></item>
<item>
    <title>Anmerkungen zum ZFS-Tutorial in der c´t - revisited</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/415088418/4903-Anmerkungen-zum-ZFS-Tutorial-in-der-ct-revisited.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4903-Anmerkungen-zum-ZFS-Tutorial-in-der-ct-revisited.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4903</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4903</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Eigentlich wollte ich das Thema "ZFS-Tutorial in der c´t" mit dem letzte Artikel abschliessen, aber meine Anmerkungen haben doch so viele Reaktionen zur Folge gehabt, das ich mich dazu entschlossen habe, mit einem Artikel darauf zu reagieren, um noch mal einige Dinge zu erlaeutern. <br /><a href="http://www.c0t0d0s0.org/archives/4903-Anmerkungen-zum-ZFS-Tutorial-in-der-ct-revisited.html#extended">Continue reading "Anmerkungen zum ZFS-Tutorial in der c´t - revisited"</a>
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/415088418" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 08 Oct 2008 19:36:34 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4903-guid.html</guid>
    <category>failmode</category>
<category>solaris</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4903-Anmerkungen-zum-ZFS-Tutorial-in-der-ct-revisited.html</feedburner:origLink></item>
<item>
    <title>Anmerkungen zum ZFS-Tutorial in der c´t</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/414143726/4901-Anmerkungen-zum-ZFS-Tutorial-in-der-ct.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4901-Anmerkungen-zum-ZFS-Tutorial-in-der-ct.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4901</wfw:comment>

    <slash:comments>27</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4901</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Die c´t schreibt im Artikel ueber ZFS:<blockquote>Aber auch ein RAID-Z kann richtig kaputtgehen: Als wir im laufenden Betrieb aus einem RAID-Z1-Verbund mit drei Platten zwei entfernten und mit zpool status den Status des Speicherpools erfragen wollten, hing der zpool befehl bei maximaler Plattenaktivität - und das stundenlang. Auch andere Befehle wie df oder fs, die Informationen des Dateisystem erfragen, blieben hängen. Selbst ein Shutdown gelang nicht mehr, erst nach einem harten Reset ließ sich der defekte Speicherpool retten.</blockquote>Okay, dieses Verhalten von ZFS ist ein erwuenschtes Verhalten. Das RAID-Z ist in diesem Moment nicht mal kaputt. Nein ... das ist kein Schönreden eines ZFS fanboys. Ich will das mal im folgenden Text erlaeutern.<br />
 <br /><a href="http://www.c0t0d0s0.org/archives/4901-Anmerkungen-zum-ZFS-Tutorial-in-der-ct.html#extended">Continue reading "Anmerkungen zum ZFS-Tutorial in der c´t"</a>
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/414143726" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 07 Oct 2008 21:08:26 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4901-guid.html</guid>
    <category>solaris</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4901-Anmerkungen-zum-ZFS-Tutorial-in-der-ct.html</feedburner:origLink></item>
<item>
    <title>ZFS in der c´t </title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/413611956/4898-ZFS-in-der-ct.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4898-ZFS-in-der-ct.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4898</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4898</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    In der aktuellen Ausgabe der c´t  (21/2008 vom 29.9.2008) kann der geneigte Leser auf den Seiten 194 bis 199 ein gutes Tutorial zum Thema ZFS finden. Positiv geschrieben. Leider hat die c´t eine Chance ausgelassen. Zwar ist in der Zeitschrift auch ein Bericht auch ueber Solid State Disks, aber im ZFS-Bericht fehlt der Hinweis auf die Konfiguration von sZIL und L2ARC (zugegebenermassen erwaehnt der Autor es im letzten Absatz). Hätte vielleicht auch zu grosse Begeisterungsstuerme in der Leserschaft pro ZFS ausloesen koennen <img src="http://www.c0t0d0s0.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/413611956" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 07 Oct 2008 10:23:51 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4898-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4898-ZFS-in-der-ct.html</feedburner:origLink></item>
<item>
    <title>Open Storage Summit Keynote</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/408457896/4887-Open-Storage-Summit-Keynote.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4887-Open-Storage-Summit-Keynote.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4887</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4887</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Ben Rockwood gave a <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/storage/entry/open_storage_summit_ben_rockwood');"  href="http://blogs.sun.com/storage/entry/open_storage_summit_ben_rockwood">really interesting keynote</a> at the first Open Storage Summit  about "Storage in the Cloud". When you are interested in storage with Opensolaris it´s definitly worth a look.  
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/408457896" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 01 Oct 2008 19:43:52 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4887-guid.html</guid>
    <category>opensolaris</category>
<category>openstorage</category>
<category>solaris</category>
<category>storage</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4887-Open-Storage-Summit-Keynote.html</feedburner:origLink></item>
<item>
    <title>Virtual Consoles with Opensolaris </title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/406379177/4879-Virtual-Consoles-with-Opensolaris.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4879-Virtual-Consoles-with-Opensolaris.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4879</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4879</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    One of the features missed by Linux Admins on Solaris is the absence of virtual consoles. <a onclick="javascript: pageTracker._trackPageview('/extlink/opensolaris.org/os/community/on/flag-days/pages/2008092402/');"  href="http://opensolaris.org/os/community/on/flag-days/pages/2008092402/">Opensolaris Build 100</a> will bring this functionality to Solaris 10. There is even a nice feature called "Secure Switch":<blockquote>Secure switch is enabled by default which means you need to enter the login user's password if switching to a login-ed session.</blockquote> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/406379177" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 29 Sep 2008 15:09:59 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4879-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4879-Virtual-Consoles-with-Opensolaris.html</feedburner:origLink></item>
<item>
    <title>The Register about Ikkaku</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/406075890/4875-The-Register-about-Ikkaku.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4875-The-Register-about-Ikkaku.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4875</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4875</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    TPM wrote a article about an Sun/Fujitsu server at the bottom end of the APL M-class product line: <a onclick="javascript: pageTracker._trackPageview('/extlink/www.theregister.co.uk/2008/09/24/2u_sparc_box/');"  href="http://www.theregister.co.uk/2008/09/24/2u_sparc_box/">Fujitsu and Sun arm juttejutsu server with quad-core processor</a>. I won´t comment on the details, but the explanation of the codename is ... hmmm ... interesting ... especially when you know that you just have to type in "+ikkaku +sun" to get the official explanation <img src="http://www.c0t0d0s0.org/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" />. It has nothing to do with swords, at least <a onclick="javascript: pageTracker._trackPageview('/extlink/opensolaris.org/os/community/on/flag-days/pages/2008032602/');"  href="http://opensolaris.org/os/community/on/flag-days/pages/2008032602/">not with ones made of steel</a>:<blockquote>Ikkaku is a Japanese name for "Narwhal", an Arctic cetacean/whale, about 20 feet long; the male has a single twisted pointed canine tooth or tusk projecting forward like a horn. The Japanese word literally mean "single horn".</blockquote> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/406075890" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 29 Sep 2008 10:16:59 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4875-guid.html</guid>
    <category>fujitsu</category>
<category>ikkaku</category>
<category>solaris</category>
<category>sparc64 vii</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4875-The-Register-about-Ikkaku.html</feedburner:origLink></item>
<item>
    <title>SUNW,UltraSPARC-AT10</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/405398244/4874-SUNW,UltraSPARC-AT10.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4874-SUNW,UltraSPARC-AT10.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4874</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4874</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Yet another interesting integration to Solaris this week. The <a onclick="javascript: pageTracker._trackPageview('/extlink/opensolaris.org/os/community/on/flag-days/pages/2008092603/');"  href="http://opensolaris.org/os/community/on/flag-days/pages/2008092603/">PSARC/2007/003 Solaris Support for the Rock Processor</a> found it´s way in the <a onclick="javascript: pageTracker._trackPageview('/extlink/src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/sun4v/cpu/rock.c');"  href="http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/sun4v/cpu/rock.c">build 100 of Opensolaris</a>. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/405398244" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sun, 28 Sep 2008 13:33:27 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4874-guid.html</guid>
    <category>rock</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4874-SUNW,UltraSPARC-AT10.html</feedburner:origLink></item>
<item>
    <title>Ben Rockwood about the Linux Foundation marketing stunt</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404907582/4870-Ben-Rockwood-about-the-Linux-Foundation-marketing-stunt.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4870-Ben-Rockwood-about-the-Linux-Foundation-marketing-stunt.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4870</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4870</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I don´t want to blog any further article about the comments about the comments of the <a href="http://www.c0t0d0s0.org/archives/4861-Asking-the-wrong-person-....html">Linux salesman Mr. Zemlin</a>. And as  Ben Rockwood of Cuddletech.com wrote a really nice article with <a onclick="javascript: pageTracker._trackPageview('/extlink/www.cuddletech.com/blog/pivot/entry.php?id=972');"  href="http://www.cuddletech.com/blog/pivot/entry.php?id=972">"Jim Zemlin Lives in a Cave; or Linux Zealots Should Get Out More"</a> i don´t have to. Ben brings some of my  thoughts to the point in his article and adds several other valid ones. The training problem was for example the very reason for starting LKSF. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404907582" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 27 Sep 2008 21:49:46 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4870-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4870-Ben-Rockwood-about-the-Linux-Foundation-marketing-stunt.html</feedburner:origLink></item>
<item>
    <title>FAA uses Opensolaris</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404874338/4869-FAA-uses-Opensolaris.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4869-FAA-uses-Opensolaris.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4869</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4869</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Sometimes you find Opensolaris at places where you won´t expect it: <a onclick="javascript: pageTracker._trackPageview('/extlink/www.eweek.com/c/a/IT-Infrastructure/How-the-FAA-Is-Bringing-Its-Air-Traffic-Systems-into-the-21st-Century/');"  href="http://www.eweek.com/c/a/IT-Infrastructure/How-the-FAA-Is-Bringing-Its-Air-Traffic-Systems-into-the-21st-Century/">How the FAA Is Bringing Its Air Traffic Systems into the 21st Century</a>. It´s an interesting article about the upcoming flight plan distribution system of the FAA.<blockquote>Sun's open-source OpenSolaris/ZFS/SunFire server/Thumper storage infrastructurewhich features built-in, state-of-the-art virtualization capabilitywas a key building block on which the FAA IT evaluation group settled. Some of the new software is already being used in the air traffic system; ZFS (Sun's open-source Zettabyte File System) is being used in the FAA's air traffic data center.</blockquote> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404874338" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 27 Sep 2008 21:11:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4869-guid.html</guid>
    <category>FAA</category>
<category>Solaris</category>
<category>Sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4869-FAA-uses-Opensolaris.html</feedburner:origLink></item>
<item>
    <title>Surpassing it all ...</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404874339/4868-Surpassing-it-all-....html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4868-Surpassing-it-all-....html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4868</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4868</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I already wrote about that <a href="http://www.c0t0d0s0.org/archives/4861-Asking-the-wrong-person-....html">weird article about Solaris in Infoworld</a>. But Computerworld easly surpassed this performance in terms of embarrassment: They reprinted the one and a half pages of marketing on behalf of the Linux Foundation word by word and even dared <a onclick="javascript: pageTracker._trackPageview('/extlink/www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;taxonomyName=Linux+and+Unix&amp;amp;articleId=9115620&amp;amp;taxonomyId=122&amp;amp;pageNumber=1');"  href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;taxonomyName=Linux+and+Unix&amp;articleId=9115620&amp;taxonomyId=122&amp;pageNumber=1">to call it "Analysis"</a>. I´m really frustrated about such  an impertinence. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404874339" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 27 Sep 2008 20:43:22 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4868-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4868-Surpassing-it-all-....html</feedburner:origLink></item>
<item>
    <title>Transcontinental iSCSI for databases</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404659604/4865-Transcontinental-iSCSI-for-databases.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4865-Transcontinental-iSCSI-for-databases.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4865</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4865</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    I talked about the advantages of the separated ZIL and the L2ARC even on rotating rust in my article <a href="http://www.c0t0d0s0.org/archives/4218-iSCSI-for-IO-intensive-tasks.html">"iSCSI for I/O intensive tasks"</a> in March 2008. I didn´t found the time to write down the findings of my tests as i started LKSF not much later. But Jignesh Shah did some tests with postgres and wrote down <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/jkshah/entry/zfs_with_cloud_storage_and');"  href="http://blogs.sun.com/jkshah/entry/zfs_with_cloud_storage_and">his results</a>. He even took the concept a step farther:<blockquote>Unfortunately the storage that's available is  in Colorado  while my PostgreSQL server is  located in Massachusetts.</blockquote>He tested an database with local sZIL and L2ARC and a remote iSCSI pool and got excellent results:<blockquote>Not bad. Cutting the latency of writes of something that would have taken in excess of 8-10 minutes is atleast recorded within 4 seconds on nonvolatile cache/log combination and allowing ZFS to sync it up to the actual storage.</blockquote>The whole concept of an ZFS augmented iSCSI shows promise even for latency-dependend applications. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404659604" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 27 Sep 2008 14:38:35 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4865-guid.html</guid>
    <category>iscsi</category>
<category>l2arc</category>
<category>solaris</category>
<category>sun</category>
<category>szil</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4865-Transcontinental-iSCSI-for-databases.html</feedburner:origLink></item>
<item>
    <title>Interesting fact about the Opensolaris development cycle - revisited</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404423375/4864-Interesting-fact-about-the-Opensolaris-development-cycle-revisited.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4864-Interesting-fact-about-the-Opensolaris-development-cycle-revisited.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4864</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4864</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Alan Burlison wrote in <a href="http://www.c0t0d0s0.org/archives/4863-Interesting-fact-about-the-Opensolaris-development-cycle.html#comments">a comment to the Opensolaris development cycle article</a>: <blockquote>Just to be clear, all the opensolaris.org servers run opensolaris, it's just that build 45 is the oldest build we run, we are running a number of newer releases as well. And we are making use of Solaris features such as ZFS, Zones and Live Upgrade as well - plus we are just starting to move over to ZFS root.</blockquote>Just too good to hide it in the comment sections. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404423375" height="1" width="1"/>]]></content:encoded>

    <pubDate>Sat, 27 Sep 2008 07:32:17 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4864-guid.html</guid>
    <category>development cycle</category>
<category>opensolaris</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4864-Interesting-fact-about-the-Opensolaris-development-cycle-revisited.html</feedburner:origLink></item>
<item>
    <title>Interesting fact about the Opensolaris development cycle</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/404052042/4863-Interesting-fact-about-the-Opensolaris-development-cycle.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4863-Interesting-fact-about-the-Opensolaris-development-cycle.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4863</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4863</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Opensolaris has the reputation of being the unstable tree of Solaris. Nowhere near of production quality. Like the development builds of Linux. But the reality is: There is nothing like a experimental tree in Solaris. When you want to do development you essentially branch the code, doing development in your own branch, offering BFU packages for early testing and only after testing you put new code into the mainline code by  updating your branch to the actual state of the mainline, working through all correction nescessary by changes in the mainline code and then put the whole stuff back to the mainline. <br />
<br />
The development follows an important dogma: FCS quality all the time.  FCS stands for First Customer Shipment - the first non-beta version of a product. The idea behind this dogma is, that you don´t integrate code into the mainline with known gaps, errors and problems. It must be possible to take Nevada, doing quality control on it and make Solaris 11 FCS out of it.<br />
<br />
The article <a onclick="javascript: pageTracker._trackPageview('/extlink/blogs.sun.com/bjc/entry/fcs_quality_all_the_time');"  href="http://blogs.sun.com/bjc/entry/fcs_quality_all_the_time">"FCS Quality all the time"</a> written by Barbara Corwin shows a nice consequence of thid dogma. As a part of "eat your own dogfood"  some of the opensolaris.org production servers ran at OpenSolaris 45 for almost 8 months:<blockquote>And it's worked.  From August 2006 until around March of this year, we ran Build 45 on the infrastructure machines (note that the current build in progress is Build 100).  We finally hit some system problems this Spring that were fixed in later ON builds, so we started upgrading.  And in general, we want to set up a regular rolling upgrade plan to keep more recent builds on these machines.</blockquote> 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/404052042" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 26 Sep 2008 20:46:41 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4863-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4863-Interesting-fact-about-the-Opensolaris-development-cycle.html</feedburner:origLink></item>
<item>
    <title>Asking the wrong person ...</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/401990386/4861-Asking-the-wrong-person-....html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4861-Asking-the-wrong-person-....html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4861</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4861</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Let´s assume, you want know more about the new BMW X6. Would you ask a Mercedes sales guy standing in front of a M-class SUV? Obviously you wouldn´t to it. <br />
<br />
Out of this reason,i  have some problems with articles like this one: <a onclick="javascript: pageTracker._trackPageview('/extlink/www.infoworld.com/article/08/09/24/39NF-linux-killing-solaris_1.html');"  href="http://www.infoworld.com/article/08/09/24/39NF-linux-killing-solaris_1.html">Is Sun Solaris on its deathbed?</a>. Just one and a half pages uninformed, biased marketing material from the Linux Foundation Executive Director Jim Zemlin. What a nonsense. When you want to talk about the future of something, you don´t ask the competitor. It´s better to  ask an unpartisan observer.<br />
<br />
BTW: I really believe the Linux Foundation (as the commercial part of the Linux Community) is afraid of Solaris. When you look at <a onclick="javascript: pageTracker._trackPageview('/extlink/www.linuxfoundation.org/en/Members');"  href="http://www.linuxfoundation.org/en/Members">Linux Foundations member</a> you will find dozens of companies. The Platinum Member (aka the ones investing most into the foundation) are the ones economically interested in prospering Linux. Such fear would explain some paradox comments like "ZFS and DTrace is irrelevant" just to talk about "Sun should put ZFS and DTrace under the GPL" a few lines later. <br />
<br />
<b>&lt;rant&gt;</b>At the end one comment to "And the Linux community is working on rival technology, Zemlin adds.". Yes ... there are rival technolgies. Kind of. There is no filesystem in the Linux market that´s even near of ZFS. We started to develop it in 2001. Why does the Linux Community think, they can do it faster. Multipathing ... yes, there is something like Multipathing ... but it´s nowhere near of MPXIO in Solaris, it´s a major pain in the a.. to configure it. SystemTap ... obvious example of the NIH syndrome in Linux, just yet another kernel developer tool. The NFSv4 implementation is really substandard. And the behaviour under high load (really high load on Enterprise systems, not what the average linux admin perceives as "high load") is at least strange in Linux land. The list is endless. Many features of Solaris are available in Linux ... somehow ... in a kind. And there is only one feature in Linux, that´s not in Solaris ... drivers for almost every strange brand of soundcards ...<b>&lt;/rant&gt;</b><br />
<br />
Dear Inforworld: Just write "Advertisment" above the article next time you give the Linux Foundation two pages for pure marketing. 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/401990386" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 24 Sep 2008 19:22:56 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4861-guid.html</guid>
    <category>linux</category>
<category>solaris</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4861-Asking-the-wrong-person-....html</feedburner:origLink></item>
<item>
    <title>Yet another interesting FlagDay: PSARC/2008/376 - PowerTOP for OpenSolaris</title>
    <link>http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~3/401543861/4860-Yet-another-interesting-FlagDay-PSARC2008376-PowerTOP-for-OpenSolaris.html</link>
            <category>Solaris</category>
    
    <comments>http://www.c0t0d0s0.org/archives/4860-Yet-another-interesting-FlagDay-PSARC2008376-PowerTOP-for-OpenSolaris.html#comments</comments>
    <wfw:comment>http://www.c0t0d0s0.org/wfwcomment.php?cid=4860</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.c0t0d0s0.org/rss.php?version=2.0&amp;type=comments&amp;cid=4860</wfw:commentRss>
    

    <author>nospam@example.com (Joerg Moellenkamp)</author>
    <content:encoded><![CDATA[
    Another interesting feature found it´s way to Opensolaris. It had its flag-day <a onclick="javascript: pageTracker._trackPageview('/extlink/www.opensolaris.org/os/community/on/flag-days/pages/2008092301/');"  href="http://www.opensolaris.org/os/community/on/flag-days/pages/2008092301/">yesterday evening</a>: <blockquote>PowerTOP is an observability tool that shows you how well the system is taking advantage of the CPU's power management features and reports on the activity that is causing the system to wake up and go to higher energy consumption levels. [...] The tool uses DTrace sdt probes integrated into snv_82, so it requiressnv_82 or higher. Because it uses DTrace, a user must have DTrace privileges (dtrace_user, dtrace_proc, dtrace_kernel) in order to run PowerTOP.</blockquote>You can find additional information <a onclick="javascript: pageTracker._trackPageview('/extlink/www.opensolaris.org/os/project/tesla/Work/Powertop/');"  href="http://www.opensolaris.org/os/project/tesla/Work/Powertop/">on the website of the project.</a><br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/C0t0d0s0org-Solaris/~4/401543861" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 24 Sep 2008 08:48:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.c0t0d0s0.org/archives/4860-guid.html</guid>
    <category>power consumption</category>
<category>powertop</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
<feedburner:origLink>http://www.c0t0d0s0.org/archives/4860-Yet-another-interesting-FlagDay-PSARC2008376-PowerTOP-for-OpenSolaris.html</feedburner:origLink></item>

</channel>
</rss>
