<?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>clear ASM disk Headers Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/clear-asm-disk-headers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 21 Jun 2018 20:42:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to clear ASM disk Headers  in Centos and Redhat</title>
		<link>https://www.osradar.com/how-to-clear-asm-disk-headers-in-centos-and-redhat/</link>
					<comments>https://www.osradar.com/how-to-clear-asm-disk-headers-in-centos-and-redhat/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 03 May 2018 09:36:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[clear ASM disk Headers]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=2865</guid>

					<description><![CDATA[<p>For some reasons you need to reuse the ASM disks on your  Linux Centos or  Redhat Server,  but the disk headers persisting. The only easy  way to  make this possible is to clear the headers with  bellow commands Am using  Redhat7.4 with Oracle Entreprise 12.2c How to clear ASM disk Headers  ? 1-Show ASM disks  [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-clear-asm-disk-headers-in-centos-and-redhat/">How to clear ASM disk Headers  in Centos and Redhat</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For some reasons you need to reuse the ASM disks on your  Linux Centos or  Redhat Server,  but the disk headers persisting. The only easy  way to  make this possible is to clear the headers with  bellow commands</p>
<p>Am using  Redhat7.4 with Oracle Entreprise 12.2c</p>
<p>How to clear ASM disk Headers  ?</p>
<p><strong>1-Show ASM disks </strong></p>
<pre>#ls -alt /dev/asm/
total 0
lrwxrwxrwx 1 root root 8 May 3 11:11 fra01 -&gt; ../dm-16
lrwxrwxrwx 1 root root 8 May 3 11:11 oradata01 -&gt; ../dm-18</pre>
<p><strong>2-Clear the Disks  Headers</strong></p>
<pre># dd if=/dev/zero of=/dev/asm/fra01 bs=8192 count=12800
12800+0 records in
12800+0 records out
104857600 bytes (105 MB) copied, 0.136025 s, 771 MB/s</pre>
<p>and</p>
<pre># dd if=/dev/zero of=/dev/asm/oradata01 bs=8192 count=12800
12800+0 records in
12800+0 records out
104857600 bytes (105 MB) copied, 0.141869 s, 739 MB/s</pre>
<p><strong>3-Reload Udev rules  without rebooting </strong></p>
<pre>udevadm control --reload-rules &amp;&amp; udevadm trigger</pre>
<p>Enjoy</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-clear-asm-disk-headers-in-centos-and-redhat/">How to clear ASM disk Headers  in Centos and Redhat</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-clear-asm-disk-headers-in-centos-and-redhat/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
