<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Replacing a hard drive with Solaris Volume Manager</title>
	<atom:link href="http://www.utahsysadmin.com/2008/09/29/replacing-a-hard-drive-with-sun-volume-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utahsysadmin.com/2008/09/29/replacing-a-hard-drive-with-sun-volume-manager/</link>
	<description>Ramblings of a Utah System Administrator</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Pendleton</title>
		<link>http://www.utahsysadmin.com/2008/09/29/replacing-a-hard-drive-with-sun-volume-manager/comment-page-1/#comment-139</link>
		<dc:creator>Kevin Pendleton</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/?p=108#comment-139</guid>
		<description>It was pointed out to me that since the drive had the right partitions on it and had the same device name, it would be possible to replace all of the lines like this:

# metadetach -f d7 d17
# metaclear d17
# metainit d17 1 1 c0t0d0s7
# metattach d7 d17

to just this:

# metareplace -e d17 c0t0d0s7

The -e is the important part of this.  Without the -e it would complain, but the -e allows you to resync with the same name.</description>
		<content:encoded><![CDATA[<p>It was pointed out to me that since the drive had the right partitions on it and had the same device name, it would be possible to replace all of the lines like this:</p>
<p># metadetach -f d7 d17<br />
# metaclear d17<br />
# metainit d17 1 1 c0t0d0s7<br />
# metattach d7 d17</p>
<p>to just this:</p>
<p># metareplace -e d17 c0t0d0s7</p>
<p>The -e is the important part of this.  Without the -e it would complain, but the -e allows you to resync with the same name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UtahSysAdmin.com &#124; Replacing a hard drive with Veritas Volume Manager</title>
		<link>http://www.utahsysadmin.com/2008/09/29/replacing-a-hard-drive-with-sun-volume-manager/comment-page-1/#comment-138</link>
		<dc:creator>UtahSysAdmin.com &#124; Replacing a hard drive with Veritas Volume Manager</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/?p=108#comment-138</guid>
		<description>[...] Admin help?   &#171; Extract files from an rpm Replacing a hard drive with Sun Volume Manager &#187;Replacing a hard drive with Veritas Volume Manager      [...]</description>
		<content:encoded><![CDATA[<p>[...] Admin help?   &laquo; Extract files from an rpm Replacing a hard drive with Sun Volume Manager &raquo;Replacing a hard drive with Veritas Volume Manager      [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

