<?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>jjstautt &#187; Technology</title>
	<atom:link href="http://joe.stauttener.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.stauttener.com</link>
	<description>this is a tagline</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:00:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sun 7410 and ZFS</title>
		<link>http://joe.stauttener.com/2009/11/08/sun-7410-and-zfs/</link>
		<comments>http://joe.stauttener.com/2009/11/08/sun-7410-and-zfs/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 00:46:29 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=114</guid>
		<description><![CDATA[I just got home from the LISA conference this year. I took a full day course on ZFS while I was there. Aside from being very inclined to replace my Ubuntu home media server to BSD for the sole purpose of being able to use ZFS I also learned a bit on how to speed [...]]]></description>
			<content:encoded><![CDATA[<p>I just got home from the <a href="http://www.usenix.org/event/lisa09/">LISA conference</a> this year. I took a full day course on ZFS while I was there. Aside from being very inclined to replace my Ubuntu home media server to BSD for the sole purpose of being able to use ZFS I also learned a bit on how to speed up our 7410.</p>
<p>As more and more time passes since we installed the 7410, I seem to get more people complaining the system is slow. Generally, these complaints seem to be correlating with when the full backups run. Well, it makes sense that things will slow down while I am doing a front-to-back read of the data.</p>
<p>It turns out that the reason for slowness might actually be because of a configuration error. When creating a share on the 7410 there is an option for &#8220;Update access time on read&#8221;. This option is on by default and the Sun employee who installed our system told us we should never need to change that. What does this mean? It means that every time a file is read the system updates the meta-data of that file with the timestamp it was last read. So for every file read, the system does a write. In fact, due to the copy-on-write nature of ZFS, the system ends up copying the entire file table tree up to the root of the tree. This is a very time expensive operation to do and severely impacts performance.</p>
<p>When is the access time of a file used? Generally, this would only be when you need to perform forensics on the filesystem if it was hacked. Perhaps there is some obscure program that needs the atime of a file. If you run into such a program or absolutely need the ability to tell when a file was last read for forensics purposes, then you should leave atime on. Otherwise, I would suggest turning this feature off. I have turned it off on our shares. Time will tell if things speed up or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/11/08/sun-7410-and-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 ISP</title>
		<link>http://joe.stauttener.com/2009/11/08/ipv6-isp/</link>
		<comments>http://joe.stauttener.com/2009/11/08/ipv6-isp/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 21:22:18 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=112</guid>
		<description><![CDATA[I am looking for an ISP that directly supports IPv6. I have done the tunnel broker thing, and it&#8217;s a pain to keep updating my IPv4 endpoint and all that fun.
I have emailed my current provider (Sentex Communications) and another ISP I hear good things about (TekSavvy). Neither offer IPv6 and neither have plans to [...]]]></description>
			<content:encoded><![CDATA[<p>I am looking for an ISP that directly supports IPv6. I have done the tunnel broker thing, and it&#8217;s a pain to keep updating my IPv4 endpoint and all that fun.</p>
<p>I have emailed my current provider (<a href="http://www.sentex.net">Sentex Communications</a>) and another ISP I hear good things about (<a href="http://teksavvy.com">TekSavvy</a>). Neither offer IPv6 and neither have plans to support IPv6, at least so they tell me.</p>
<p>It would be appreciated for anyone who knows a DSL provider in Ontario that supports IPv6 to let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/11/08/ipv6-isp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sun 7410 Update</title>
		<link>http://joe.stauttener.com/2009/10/19/sun-7410-update-2/</link>
		<comments>http://joe.stauttener.com/2009/10/19/sun-7410-update-2/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:58:24 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=106</guid>
		<description><![CDATA[So we recently upgraded to ak-2009.09.01.1.0 to take advantage of the improved iSCSI software. The upgrade went smoothly. The iSCSI management is a lot nicer with this release. You get a lot more fine-grained control over the luns. We haven&#8217;t seen any issues yet.
We also recently had a failed drive. We had a really bad [...]]]></description>
			<content:encoded><![CDATA[<p>So we recently upgraded to ak-2009.09.01.1.0 to take advantage of the improved iSCSI software. The upgrade went smoothly. The iSCSI management is a lot nicer with this release. You get a lot more fine-grained control over the luns. We haven&#8217;t seen any issues yet.</p>
<p>We also recently had a failed drive. We had a really bad Sun tech working on our case. The drive went through 3 autosupports, which the system was apparently able to recover from, before the drive officially went offline and they decided to replace the drive. When they did finally decide to replace the drive, it took a week of me trying to find out what was going on before everything was coordinated for the drive to ship. I have talked with others, and the concensus seems to be that Sun support has gone way downhill since Oracle bought them out. This experience made me feel I am not getting the enterprise support I need as a sysadmin.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/10/19/sun-7410-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voice your opinion</title>
		<link>http://joe.stauttener.com/2009/09/25/voice-your-opinion/</link>
		<comments>http://joe.stauttener.com/2009/09/25/voice-your-opinion/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:52:42 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=104</guid>
		<description><![CDATA[I just came across this website that was in the news. So far 20,000 Canadians have wrote their MPPs. I urge you to do the same. Voice your opinion and keep broadband internet from becoming more expensive and slower.
http://www.competitivebroadband.com/consumer/
]]></description>
			<content:encoded><![CDATA[<p>I just came across this website that was in the news. So far 20,000 Canadians have wrote their MPPs. I urge you to do the same. Voice your opinion and keep broadband internet from becoming more expensive and slower.</p>
<p><a href="http://www.competitivebroadband.com/consumer/">http://www.competitivebroadband.com/consumer/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/09/25/voice-your-opinion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The God User</title>
		<link>http://joe.stauttener.com/2009/07/30/the-god-user/</link>
		<comments>http://joe.stauttener.com/2009/07/30/the-god-user/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 04:56:04 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=98</guid>
		<description><![CDATA[Perimeter recently had Jim Cranston come in to review the IT department and how we do things. One of the things he asked is why we don&#8217;t allow administrative access on our desktops. All of the users he talked to want administrative access over their desktop and have complained that they don&#8217;t have it. I [...]]]></description>
			<content:encoded><![CDATA[<p>Perimeter recently had Jim Cranston come in to review the IT department and how we do things. One of the things he asked is why we don&#8217;t allow administrative access on our desktops. All of the users he talked to want administrative access over their desktop and have complained that they don&#8217;t have it. I obviously hadn&#8217;t prepared for questions like this, having not been told what we&#8217;d be talking about, so I came up with the usual reasons: with users running as admin access viruses propagate quicker, users can install unlicensed software which we may have to prove to software vendors wasn&#8217;t installed by PI, it creates a non-standard environment which is harder to troubleshoot, provides an easy way for the user to cause bad things (ie. delete command.com or otherwise break the system) to happen, and security concerns such as keyloggers when sharing the machine, among many other concerns. He responded with &#8220;Every desktop is assigned to a user so there shouldn&#8217;t be any security concerns.&#8221; This made it clear he doesn&#8217;t have a good handle on PI, as we hotel our desk space when researchers visit other institutions or go on sabatical and thus the machines in people&#8217;s offices are actually shared machines.</p>
<p>This got me thinking about what would be involved in granting admin access to users on their desktops. You certainly could just flick the switch and have chaos, but that wouldn&#8217;t be very smart. I&#8217;m going to create two classifications, Windows and Linux, as they both have their own quirks.</p>
<ul>
<li>Viruses are rampant on Windows platforms. When users are browsing the web and opening email attachments as an Administrator it is much easier for viruses, trojans, etc to install on the machine.</li>
<li>NFS home directories in Linux would have to go. I don&#8217;t see a big problem with local home directories aside from it won&#8217;t be backed up, which has potential for huge issues. Other authenticated protocols (AFS, NFS4, CIFS), most of which the NAS doesn&#8217;t support, could be investigated for network-based home directories.</li>
<li>Non-standard linux is hard to troubleshoot given the plethora of ways of doing things in Linux.</li>
<li>It is debatable whether fire fighting viruses, non-standard environments and user mishaps which breaks the machine would generate more or less help requests. More staffing may be necessary.</li>
<li>Hoteling of desk space would have to stop. As administrator, the user can install keyloggers and other monitoring tools to catch passwords and other information of the next unsuspecting user. It&#8217;s not clear this can happen until the building expansion is complete.</li>
<li>Machines would have to be imaged when re-deployed (see point above for reason), which involves more staff time.</li>
<li>Machine maintenance &#8211; we would be entrusting the user to do system and application updates and/or not to break or remove our automation to do these tasks</li>
<li>May wish to have users sign policy stating they will abide by legal constraints (no unlicensed software)</li>
<li>Machines (according to policy) last 4-5 years, postdocs last 3 years. Since there is not a one-to-one mapping of new machines to new postdocs, some of the machines will have to be upgraded before the postdoc leaves. This can cause headaches for IT and the postdoc if the postdoc has made lots of changes to the system.</li>
</ul>
<p>Most things considered, I don&#8217;t see any show stoppers for giving postdocs and faculty administrative access on their desk machine, aside from the hoteling of desk space issue. The above would have to be addressed. It&#8217;s not clear there exists enough staff for a change with one help desk and two sysadmins. Such a change takes time to implement and there isn&#8217;t a lot of spare time available. I can&#8217;t ever see this change for users that are at PI on a temporary basis and thus hotelling desk space is a necessity (eg. visitors, associates, affiliates, etc.) as that is a definite show-stopper in my opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/07/30/the-god-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun 7410 update</title>
		<link>http://joe.stauttener.com/2009/07/20/sun-7410-update/</link>
		<comments>http://joe.stauttener.com/2009/07/20/sun-7410-update/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:32:41 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=94</guid>
		<description><![CDATA[On June 30 we had another crash of the storage system. At the time we were running the 2009.Q2.1.1 release. I was on holidays at the time it happened. My co-worker ended up rebooting the storage system and everything came back up. We didn&#8217;t call Sun for support on this; we were a few releases [...]]]></description>
			<content:encoded><![CDATA[<p>On June 30 we had another crash of the storage system. At the time we were running the 2009.Q2.1.1 release. I was on holidays at the time it happened. My co-worker ended up rebooting the storage system and everything came back up. We didn&#8217;t call Sun for support on this; we were a few releases behind, many of which applied fixes for various system panicks, crashes and such. We scheduled downtime for an upgrade of the system. We are now on version 2009.Q2.3.1, and have been running smoothly since July 9th when we did the upgrade.</p>
<p>Performance wise, the system seems to be a good match for our environment. We haven&#8217;t had any complaints about slowness since getting past the MS Office file locking issues. I have been adding a few more Windows-based VMWare machines lately. You wouldn&#8217;t notice that there&#8217;s any more load than there was.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/07/20/sun-7410-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The power button fiasco</title>
		<link>http://joe.stauttener.com/2009/07/07/the-power-button-fiasco/</link>
		<comments>http://joe.stauttener.com/2009/07/07/the-power-button-fiasco/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 12:19:58 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=92</guid>
		<description><![CDATA[So this Sunday when I woke up and tried to check my work email I found out I could not. In fact, I couldn&#8217;t hit work&#8217;s websites, VPN, SSH machines, or anything. When I finally arrive at work (it took me some time to get there; I was not at home) I see that my [...]]]></description>
			<content:encoded><![CDATA[<p>So this Sunday when I woke up and tried to check my work email I found out I could not. In fact, I couldn&#8217;t hit work&#8217;s websites, VPN, SSH machines, or anything. When I finally arrive at work (it took me some time to get there; I was not at home) I see that my boss John is already there and has managed to get the internet up and running. Half the machines are off still and John tells me &#8220;it looks like the room lost power&#8221;.</p>
<p>So I start looking at things. Many of the machines shat themselves when coming back up because they are dependent on other servers that hadn&#8217;t started yet. The other half were rather confused&#8230; they are all set to &#8220;Last State&#8221; in the BIOS for what to do on power restore. It seems many of the machines couldn&#8217;t remember what state they were in. I should change those to just &#8220;Power on&#8221;.</p>
<p>So John investigated the UPS while I&#8217;m getting things up and running again. In the logs was a brief switch to battery followed shortly after by a dead battery. The next log item was &#8220;8:15am: Power off by front panel&#8221;. Wait, what?? Yeah. Someone pushed the shiny power button on the UPS and confirmed they wanted to shut it off. They then turned it back on and didn&#8217;t tell anyone what they had done (probably for fear of their job). I blurt out while still in shock someone would do that &#8220;Maybe having security silence alarms in the server room isn&#8217;t the best idea&#8221;.</p>
<p>A 2 hour support call for the phone system, 8 hours of my time, 4 hours of John&#8217;s time, a dead hard drive, and many upset researchers later all because at some point someone along the line decided it was a good idea to have unqualified people pushing buttons in the server room rather than just having them report the issue and let it beep. Thanks a lot! Have you learned your lesson yet?</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/07/07/the-power-button-fiasco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun Storage 7410 update</title>
		<link>http://joe.stauttener.com/2009/05/20/sun-storage-7410-update/</link>
		<comments>http://joe.stauttener.com/2009/05/20/sun-storage-7410-update/#comments</comments>
		<pubDate>Thu, 21 May 2009 02:45:14 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=84</guid>
		<description><![CDATA[So we just learned a good, hard lesson with Sun Microsystems. As I have mentioned before, Perimeter was hitting quite the annoying bug with the 7410 that would cause Microsoft Office documents to take up to 45 seconds to load, save, autosave, etc. This issue was big enough that mid-April we had to assure our [...]]]></description>
			<content:encoded><![CDATA[<p>So we just learned a good, hard lesson with Sun Microsystems. As I have mentioned before, Perimeter was hitting quite the annoying bug with the 7410 that would cause Microsoft Office documents to take up to 45 seconds to load, save, autosave, etc. This issue was big enough that mid-April we had to assure our COO that someone (uhh, Sun&#8217;s employees are someone) was working around the clock until it was fixed. When we reported the issue with Sun we were assured by their support team that the next quarterly release would include a fix.</p>
<p>On April 27, the 2009 Q2 update was released. I diligently scheduled an upgrade as soon as possible. I installed the upgrade on Saturday May 2 and all seemed fine. When I arrive to work on Monday, I get some complaints about Microsoft Outlook and Adobe InDesign randomly crashing. After some investigation, the issue involved open files on the CIFS share from the Sun Storage. In the error log in all cases were &#8220;delayed write failed&#8221; messages. More investigation showed that CIFS kept restarting itself. Well, if the CIFS sessions are ending with a CIFS service crash, that would explain the delayed write failed issues.</p>
<p>So again, off to contact Sun technical support. They walk me through submitting a support bundle and let me know they will get back to me. Ok, fine. Until May 5 rolls around and the Storage system panicks in the middle of the day. Yay, more CIFS bugs: &#8220;reboot after panic: mutex_enter: bad mutex&#8221;.</p>
<p>Support finally gets back to me the next day. &#8220;There are so many bugs related to CIFS in this release that it is impossible to determine which ones you are hitting. The Q2 release is an entire new release of Solaris, so it&#8217;s not possible to backport any of them to the previous release. The developers are working on a fix. Since it&#8217;s currently in development we can&#8217;t predict a release date.&#8221; After this I had to work quite hard on trying to get a recommendation on what to do out of the support technician. Finally, he recommended that we revert to the latest 2008 Q4 release.</p>
<p>Ok! Let&#8217;s revert&#8230; but, wait. That would have to be scheduled. So I ask management if I can revert that night after hours so that we don&#8217;t chance losing any data. I&#8217;m told I&#8217;m not allowed to and that the Microsoft Office issue was big enough that unless the system panicks again I&#8217;m not to do anything to it. Risk of losing data is less important than having to wait a few seconds for a file to open.</p>
<p>Fast forward to May 12. Luckily no more system panicks yet. Sun releases patch 1 to their 2009 Q2 release. I schedule the install for the next evening. We have now been running with the 2009.Q2.1 release since May 13 without any issues. Yay!</p>
<p>So, my point and hard-earned experience: don&#8217;t upgrade to the first revision of a quarterly release from Sun!</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/05/20/sun-storage-7410-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sun Unified Storage 7410 put into production</title>
		<link>http://joe.stauttener.com/2009/04/01/sun-unified-storage-7410-put-into-production/</link>
		<comments>http://joe.stauttener.com/2009/04/01/sun-unified-storage-7410-put-into-production/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:11:25 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=80</guid>
		<description><![CDATA[Despite several speed bumps, we ended up deciding to keep the Sun storage system at PI. Here is what we found.
Our configuration:

7410 Storage Controller with 16GB RAM, 2 x 2.3GHz Quad-Core processors and built-in 4 x 1Gb ethernet ports
22 x 1TB SATA drives, Double parity RAID (14TB formatted)
2 x 18GB Solid State write disks, RAID1
100Gb [...]]]></description>
			<content:encoded><![CDATA[<p>Despite several speed bumps, we ended up deciding to keep the Sun storage system at PI. Here is what we found.</p>
<p>Our configuration:</p>
<ul>
<li>7410 Storage Controller with 16GB RAM, 2 x 2.3GHz Quad-Core processors and built-in 4 x 1Gb ethernet ports</li>
<li>22 x 1TB SATA drives, Double parity RAID (14TB formatted)</li>
<li>2 x 18GB Solid State write disks, RAID1</li>
<li>100Gb Solid State read disk</li>
</ul>
<p>This does not provide redundant controllers. The system can be made fully redundant by doubling the price and clustering multiple controllers and J4400s.</p>
<p>Exported, we have:</p>
<ul>
<li>/export/home &#8211; NFSv3 and CIFS home directories</li>
<li>/export/vmware &#8211; NFSv3 for VMWare (currently 6 VMs)</li>
<li>exchangedb iSCSI lun &#8211; for exchange database files</li>
<li>exchangelogs iSCSI lun &#8211; for exchange transaction logs</li>
</ul>
<p>Configuration issues:</p>
<ul>
<li>The Sun tech that installed the system suggested to dedicate one of the ethernet interfaces to the administrative BUI as the analytics tool uses a lot of bandwidth. This proves to only be useful if you are hitting the administrative interface from the same network as the Sun system is on. Otherwise it sends all traffic out the interface configured for your default route, which is likely tied to your data interface. In our case we would be hitting the admin interface more-or-less always from a different network, making their suggestion a waste of an interface.</li>
<li>We wanted to do a combination of IPMP and LACP. This would allow us to aggregate two interfaces each to two different network switches. If one switch died the 7410 would fail over to using the other aggregate. The problem with this is there was no option in the BUI to configure failback to a preferred aggregate in the IPMP options. As we were using iSCSI to email and NFS to VMWare with the 7410 we would prefer to use a specific switch. Because of this we ended up using LACP to aggregate all four interfaces. This makes the system not resiliant to switch stack failure, but significantly reduces the chance of overloading cross-switch traffic.</li>
<li>We found that whenever we reconfigured the network on the 7410 that the system needed a reboot before it was accessible again. This isn&#8217;t an issue as network settings are a set once thing for us, but can be a pain for some people.</li>
</ul>
<p>Performance:</p>
<ul>
<li>We did a JetStress test of a 173GB test database on an iSCSI lun from the system. We achieved 750 IOPS. This was while the system was otherwise idle. Our NetApp FAS270 topped out at ~250 IOPS from the SATA shelf and ~400 IOPS from the local FC disk.</li>
<li>We ran iozone on the system.  I am not very good at interpreting the results nor making graphs of the results. It looks like we saw on average 80MB/s transfer for the test.</li>
<li>We see on average 130 IOPS use of the system, which is more than sufficient for us.</li>
<li>Performance can still be increased by adding up to 5 more (albeit expensive) 100Gb Solid State read disks.</li>
<li>Aside from the Microsoft Office bug (see below) we have not heard complaints about performance in two weeks.</li>
</ul>
<p>Backups:</p>
<ul>
<li>We were able to successfully do a full backup the NFS/CIFS fileshares from the 7410 using NDMP. The fileshares are not browsable via NDMP, so you must tell your NDMP client the full path to what you want to export.</li>
<li>Incremental or differential backups via NDMP is still a mystery. I need to open a support case for this.</li>
<li>iSCSI luns are not yet able to be backed up via NDMP. We are doing host-level exchange backups for this. There is no &#8220;SnapManager for Exchange&#8221;-like tool as NetApp had. Sun claims NDMP backups of iSCSI luns are on the development board for later this year.</li>
</ul>
<p>Other issues:</p>
<ul>
<li>There is a bug for file locking on shares that are exported both NFS and CIFS. When opening Microsoft Office documents from the share there is a 15-30 second wait while a file lock is aquired. This has been explained by Sun tech support as being the result of having to delve down to the individual SATA disk for the file lock. They are implementing a fix for the next release.</li>
<li>We created the fileshares with Reject non-UTF8 filenames. This is a default setting and not changable once the share is created. This caused issues copying files while using linux from the NetApp to the 7410. The NetApp had some latin1 encoded files that would not copy. We were 6 hours into the data move when the issue showed itself. We found a work-around to use CIFS to copy these specific files.</li>
<li>File permissions mapping between CIFS and NFS is just as bad as using NetApp in Mixed mode. This is due to Posix file permissions being inherently incompatible with ACLs. After a lot of work one can massage the permissions to work properly, but it&#8217;s mind boggling madness. I understand this is not so big an issue with NFS4 which uses ACLs by default, but we are stuck in NFS3 world.</li>
<li>Authenticated NFS (eg. kerberos) does not exist yet. Apparently this is in a future release.</li>
<li>User quotas don&#8217;t exist. There is a workaround to create a seperate share for each user. This is unmanageable in my opinion. It&#8217;s a good thing Perimeter&#8217;s administration thinks it&#8217;s too draconian to implement quotas.</li>
<li>Snapshots are not named in a user-intelligible way. They show up with the unix timestamp (eg. .auto-1238601600). They are only accessible from the root of the directory structure (eg. \\solar\home\.zfs\snapshot). The Windows Previous Versions tab does not show up. Thus, snapshots are a little less user-friendly, however they are still there and quite usable.</li>
</ul>
<p>All in all, I like the system. It is significantly cheaper than anything else which was a major decision in keeping the unit and gives as much expandability as the NetApp 3410 would have. The unit comes with free software upgrades, and for a very cheap price (considering the cost of the unit) was purchased with 3 year hardware warranty.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/04/01/sun-unified-storage-7410-put-into-production/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Pictures of Perimeter&#8217;s Sun Storage 7410</title>
		<link>http://joe.stauttener.com/2009/03/09/pictures-of-perimeters-sun-storage-7410/</link>
		<comments>http://joe.stauttener.com/2009/03/09/pictures-of-perimeters-sun-storage-7410/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:12:52 +0000</pubDate>
		<dc:creator>jjstautt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://joe.stauttener.com/?p=71</guid>
		<description><![CDATA[I took some pictures this morning of the new storage system.
]]></description>
			<content:encoded><![CDATA[<p>I took some pictures this morning of the new storage system.</p>

<a href='http://joe.stauttener.com/2009/03/09/pictures-of-perimeters-sun-storage-7410/sun7410-back/' title='sun7410-back'><img width="150" height="150" src="http://joe.stauttener.com/wp-content/uploads/2009/03/sun7410-back-150x150.jpg" class="attachment-thumbnail" alt="" title="sun7410-back" /></a>
<a href='http://joe.stauttener.com/2009/03/09/pictures-of-perimeters-sun-storage-7410/sun7410-front/' title='sun7410-front'><img width="150" height="150" src="http://joe.stauttener.com/wp-content/uploads/2009/03/sun7410-front-150x150.jpg" class="attachment-thumbnail" alt="" title="sun7410-front" /></a>

]]></content:encoded>
			<wfw:commentRss>http://joe.stauttener.com/2009/03/09/pictures-of-perimeters-sun-storage-7410/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
