<?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>Running UNIX &#187; svm</title>
	<atom:link href="http://www.runningunix.com/tag/svm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.runningunix.com</link>
	<description>UNIX/Solaris tips, tricks, and advice</description>
	<lastBuildDate>Mon, 01 Aug 2011 17:37:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mounting soft partitions from network boot?</title>
		<link>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/</link>
		<comments>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 22:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[soft partitions]]></category>
		<category><![CDATA[solaris volume manager]]></category>
		<category><![CDATA[svm]]></category>

		<guid isPermaLink="false">http://www.cybersand.com/blog/?p=12</guid>
		<description><![CDATA[Let&#8217;s say you hosed your root partition and have to boot from CD or network. You have data on soft partitions you need to access, which aren&#8217;t very easily accessible, because  they are&#8230;well..soft. Here&#8217;s the answer. Just import the SVM configuration from the root disk and mount it up. # mount -o ro /dev/dsk/c0t0d0s0 /a [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you hosed your root partition and have to boot from CD or network. You have data on soft partitions you need to access, which aren&#8217;t very easily accessible, because  they are&#8230;well..soft. Here&#8217;s the answer. Just import the SVM configuration from the root disk and mount it up.</p>
<pre># mount -o ro /dev/dsk/c0t0d0s0 /a
# cp /a/kernel/drv/md.conf /kernel/drv/md.conf
# umount /a
# update_drv -fmd
Cannot unload module: md
Will be unloaded upon reboot.
Forcing update of md.conf.
devfsadm: mkdir fialed for /dev 0xled: Read-only file system
devfsadm: inst_sync failed for /etc/path_to_inst.1359: Read-only file system
devfsadm: WARNING: failed to update /etc/path_to_inst
# metainit -r
# mount /dev/md/dsk/d52 /mnt #(soft partition)</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.runningunix.com%2F2008%2F10%2Fmounting-soft-partitions-from-network-boot%2F&amp;title=Mounting%20soft%20partitions%20from%20network%20boot%3F" id="wpa2a_2"><img src="http://www.runningunix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Speed up metasync</title>
		<link>http://www.runningunix.com/2008/04/speed-up-metasync/</link>
		<comments>http://www.runningunix.com/2008/04/speed-up-metasync/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:50:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[solaris 10]]></category>
		<category><![CDATA[svm]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.cybersand.com/blog/?p=8</guid>
		<description><![CDATA[It&#8217;s amazing how slowly a resync happens with Solaris Volumen Manager (SVM). You can dramatically reduce your time to sync up your mirrors with SVM by adding a setting to /etc/system and rebooting. set md_mirror:md_resync_bufsz = 1024 I&#8217;ve tried 2048 (the max) as well, but not as big a gain in speed, so I stick [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing how slowly a resync happens with Solaris Volumen Manager (SVM). You can dramatically reduce your time to sync up your mirrors with SVM by adding a setting to /etc/system and rebooting.</p>
<p>set md_mirror:md_resync_bufsz = 1024</p>
<p>I&#8217;ve tried 2048 (the max) as well, but not as big a gain in speed, so I stick with 1024.</p>
<p>Harmless on &#8220;modern&#8221; Sun machines. Just don&#8217;t try this on your SPARC 20 or it may lock up on you. As long as you have &gt;1GB of RAM you&#8217;ll probably be ok.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.runningunix.com%2F2008%2F04%2Fspeed-up-metasync%2F&amp;title=Speed%20up%20metasync" id="wpa2a_4"><img src="http://www.runningunix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.runningunix.com/2008/04/speed-up-metasync/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

