<?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>Tech-Recipes&#187; Solaris system administration</title>
	<atom:link href="http://www.tech-recipes.com/category/unix/solaris/solaris-system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>begin_script to mirror two drives on a Netra T2000</title>
		<link>http://www.tech-recipes.com/rx/2955/begin_script_to_mirror_two_drives_on_a_netra_t2000/</link>
		<comments>http://www.tech-recipes.com/rx/2955/begin_script_to_mirror_two_drives_on_a_netra_t2000/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 11:28:49 +0000</pubDate>
		<dc:creator>weezlboy</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[netra]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[t2000]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is a quick script to configure mirroring of two drives in a Netra T2000 under Solaris.  You may need to alter the device settings for your system, but once you have a script like this that works, it can save lots of time when rolling out multiple servers and serves as a mental [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2955/begin_script_to_mirror_two_drives_on_a_netra_t2000/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solaris: Delete ZFS slices from a disk</title>
		<link>http://www.tech-recipes.com/rx/2787/solaris_delete_zfs_slices_from_a_disk/</link>
		<comments>http://www.tech-recipes.com/rx/2787/solaris_delete_zfs_slices_from_a_disk/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 04:22:55 +0000</pubDate>
		<dc:creator>mind</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[You know ZFS, it is really cool, you can have tons of filesystems in a zpool, you can create raidz/mirror/stripes with just one command, it has compression, quotas and every other cool feature that you can thought about.
But what happens if you have to move a ZFS disk to a Solaris 8/9 system?
(...)Read the rest [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2787/solaris_delete_zfs_slices_from_a_disk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ZFS: Ten reasons to reformat your hard drives</title>
		<link>http://www.tech-recipes.com/rx/1446/zfs_ten_reasons_to_reformat_your_hard_drives/</link>
		<comments>http://www.tech-recipes.com/rx/1446/zfs_ten_reasons_to_reformat_your_hard_drives/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 05:29:46 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The much anticipated release of the new ZFS filesystem in Solaris 10 will revolutionize the way system administrators (and executives) think about and work with filesystems.  Breaking free of the traditional volume or partition architecture, ZFS combines scalability and flexibility while providing a simple command interface.  Coined by Sun as the &#8220;last word [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1446/zfs_ten_reasons_to_reformat_your_hard_drives/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>ZFS: Create a writable clone of a filesystem</title>
		<link>http://www.tech-recipes.com/rx/1436/zfs-create-a-writable-clone-of-a-filesystem/</link>
		<comments>http://www.tech-recipes.com/rx/1436/zfs-create-a-writable-clone-of-a-filesystem/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 20:52:20 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A ZFS clone is a writable copy of a snapshot of a filesystem.  Phew.  It&#8217;s much simpler than that sounded.  While a filesystem snapshot is read-only, a writable version can be created through cloning.  Just like snapshots, clones are very quick to create and use no additional space when they are [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1436/zfs-create-a-writable-clone-of-a-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS: Restore a filesystem from a snapshot backup</title>
		<link>http://www.tech-recipes.com/rx/1435/zfs-restore-a-filesystem-from-a-snapshot-backup/</link>
		<comments>http://www.tech-recipes.com/rx/1435/zfs-restore-a-filesystem-from-a-snapshot-backup/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 17:49:42 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[ZFS snapshots provide point-in-time backups of filesystems which utilize minimal disk space and CPU load.  This, combined with the fact that you can make billions of billions of snapshots, makes taking frequent backups of filesystems a realistic possibility.  This recipe describes restoring a filesystem from a snapshot.
(...)Read the rest of ZFS: Restore a [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1435/zfs-restore-a-filesystem-from-a-snapshot-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS: Create a snapshot of a filesystem</title>
		<link>http://www.tech-recipes.com/rx/1434/zfs-create-a-snapshot-of-a-filesystem/</link>
		<comments>http://www.tech-recipes.com/rx/1434/zfs-create-a-snapshot-of-a-filesystem/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 17:25:02 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Of the many cool features of the new ZFS filesystems, one of the coolest is taking snapshots of a live filesystem.  This provides a read-only point-in-time copy of the whole filesystem.  While this sounds slow and expensive in disk usage, ZFS makes snapshots efficient in time and space.
(...)Read the rest of ZFS: Create [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1434/zfs-create-a-snapshot-of-a-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS: Create a raidz filesystem</title>
		<link>http://www.tech-recipes.com/rx/1418/zfs-create-a-raidz-filesystem/</link>
		<comments>http://www.tech-recipes.com/rx/1418/zfs-create-a-raidz-filesystem/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 21:17:03 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[ZFS supports a type of RAID-5 redundancy called raidz.  This redundancy works at the ZFS pool level and affects all created filesystems in that pool.  According to the Sun docs, raidz offers &#8216;better distribution of parity [than RAID-5] and eliminates the “RAID-5 write hole” (in which data and parity become inconsistent after a [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1418/zfs-create-a-raidz-filesystem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ZFS: Destroy or remove one or more filesystems</title>
		<link>http://www.tech-recipes.com/rx/1417/zfs-destroy-or-remove-one-or-more-filesystems/</link>
		<comments>http://www.tech-recipes.com/rx/1417/zfs-destroy-or-remove-one-or-more-filesystems/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 19:19:54 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[If you no longer want a filesystem or hierarchy of filesystems, ZFS offers a (possibly too) easy mechanism for removing them.  The destroy option of the zfs command unshares, unmounts, and obliterates filesystems.
(...)Read the rest of ZFS: Destroy or remove one or more filesystems 

© qmchenry for Tech-Recipes, 2006. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1417/zfs-destroy-or-remove-one-or-more-filesystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS: Grow or add more disk space to pool or filesystem</title>
		<link>http://www.tech-recipes.com/rx/1416/zfs-grow-or-add-more-disk-space-to-pool-or-filesystem/</link>
		<comments>http://www.tech-recipes.com/rx/1416/zfs-grow-or-add-more-disk-space-to-pool-or-filesystem/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 14:05:05 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Run out of disk space on your production server?  Cringe at the downtime required to bring filesystems offline, backup, create bigger filesystems, and restore all the while typing with crossed fingers?  Dread deciding the disk layout for your new server?  Don&#8217;t panic!  ZFS has you covered.  In one simple command, [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1416/zfs-grow-or-add-more-disk-space-to-pool-or-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS: reserve space for filesystem</title>
		<link>http://www.tech-recipes.com/rx/1414/zfs-reserve-space-for-filesystem/</link>
		<comments>http://www.tech-recipes.com/rx/1414/zfs-reserve-space-for-filesystem/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 20:33:13 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Solaris system administration]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Descendent (child) filesystems in ZFS take on the carachteristics of the parent filesystem (compression, quotas, and available disk space).  The pool concept in ZFS is fitting &#8211; a hard drive (or several) becomes a pool.  We no longer have to define the exact size of a filesystem when we create it.  Each [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1414/zfs-reserve-space-for-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
