<?xml version="1.0" encoding="UTF-8"?><!-- generator="b2evolution/0.9.0.12" -->
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"					xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=1">
	<title>Blog All Title</title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=1</link>
	<description>Short description for Blog All</description>
	<dc:language>en-EU</dc:language>
	<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=0.9.0.12"/>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	<items>
		<rdf:Seq>
					<rdf:li rdf:resource="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_remove_lun_or_offlined_path_to_a_gi&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
					<rdf:li rdf:resource="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=grep_for_numbers&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
					<rdf:li rdf:resource="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=linux_rdac_multipath_dricer_check_multip&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
					<rdf:li rdf:resource="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=upgrade_redhat_4_5_to_redhat_5_4&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
					<rdf:li rdf:resource="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_on_linux_check_paths&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1"/>
				</rdf:Seq>
	</items>
</channel>
<item rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_remove_lun_or_offlined_path_to_a_gi&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
	<title>HDLM remove LUN or offlined path to a given LUN</title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_remove_lun_or_offlined_path_to_a_gi&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
	<dc:date>2010-08-06T18:43:49Z</dc:date>
	<dc:creator>pidiaquez</dc:creator>
	<dc:subject>Life</dc:subject>
	<description>In order to completly remove a LUN , first offline all paths, the run the following command



dlmcfgmgr -u /dev/sddlmab



Same instruction is used to remove all offlined path to a LUN and update LUNs with paths pointing to no device " - "

 </description>
	<content:encoded><![CDATA[	<p>In order to completly remove a LUN , first offline all paths, the run the following command</p>
	<p><code></p>
	<p>dlmcfgmgr -u /dev/sddlmab</p>
	<p></code></p>
	<p>Same instruction is used to remove all offlined path to a LUN and update LUNs with paths pointing to no device " - "</p>
]]></content:encoded>
</item>
<item rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=grep_for_numbers&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
	<title>grep for numbers </title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=grep_for_numbers&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
	<dc:date>2010-06-04T17:34:38Z</dc:date>
	<dc:creator>pidiaquez</dc:creator>
	<dc:subject>Life</dc:subject>
	<description>
grep for lines containing numbers , with the exception of those who have a slash 
 

egrep [0123456789] month | grep -v "/" | grep -v A | tr -d .</description>
	<content:encoded><![CDATA[	<p>grep for lines containing numbers , with the exception of those who have a slash </p>
	<p>egrep [0123456789] month | grep -v "/" | grep -v A | tr -d .
</p>
]]></content:encoded>
</item>
<item rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=linux_rdac_multipath_dricer_check_multip&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
	<title>Linux RDAC Multipath driver check multipath</title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=linux_rdac_multipath_dricer_check_multip&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
	<dc:date>2010-03-15T20:15:12Z</dc:date>
	<dc:creator>pidiaquez</dc:creator>
	<dc:subject>Life</dc:subject>
	<description>To check LUN status on a linux with RDAC multipath instaled

do:

mppUtil -S 


and check 

/proc/mpp

directory structure</description>
	<content:encoded><![CDATA[	<p>To check LUN status on a linux with RDAC multipath instaled</p>
	<p>do:</p>
	<p><code>mppUtil -S </code></p>
	<p>and check </p>
	<p>/proc/mpp</p>
	<p>directory structure
</p>
]]></content:encoded>
</item>
<item rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=upgrade_redhat_4_5_to_redhat_5_4&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
	<title>Upgrade RedHat 4.5 to RedHat 5.4</title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=upgrade_redhat_4_5_to_redhat_5_4&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
	<dc:date>2010-03-12T17:33:04Z</dc:date>
	<dc:creator>pidiaquez</dc:creator>
	<dc:subject>Life</dc:subject>
	<description>I tried to upgrade from the 5.4 DVD, however it didn't gave me the "upgrade option"

googled for a while and found the following "secret word" that enabled the upgrade option.


I used the following parameter during the boot.


linux upgradeany
</description>
	<content:encoded><![CDATA[	<p>I tried to upgrade from the 5.4 DVD, however it didn't gave me the "upgrade option"</p>
	<p>googled for a while and found the following "secret word" that enabled the upgrade option.</p>
	<p>I used the following parameter during the boot.</p>
	<p><code>linux upgradeany<br />
</code>
</p>
]]></content:encoded>
</item>
<item rdf:about="http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_on_linux_check_paths&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1">
	<title>HDLM on linux Check Paths</title>
	<link>http://www.networksolutions.cl/blogs/index.php?blog=5&amp;title=hdlm_on_linux_check_paths&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1</link>
	<dc:date>2009-11-02T17:03:10Z</dc:date>
	<dc:creator>pidiaquez</dc:creator>
	<dc:subject>Techs</dc:subject>
	<description>
To check paths to the LUNs


/opt/DynamicLinkManager/bin/dlnkmgr view -path 


To install HDLM driver if you have the license file .plk

Copy the .plk license file to /var/tmp/hdlm_license and install hdlm</description>
	<content:encoded><![CDATA[	<p>To check paths to the LUNs</p>
	<p><code><br />
/opt/DynamicLinkManager/bin/dlnkmgr view -path<br />
</code></p>
	<p>To install HDLM driver if you have the license file .plk</p>
	<p>Copy the .plk license file to /var/tmp/hdlm_license and install hdlm
</p>
]]></content:encoded>
</item>
</rdf:RDF>
<div class="error"><p class="error">MySQL error!</p><p>Incorrect key file for table 'evo_hitlog'; try to repair it(Errno=1034)</p><p class="error">Your query:<br /><code>DELETE FROM evo_hitlog
						 WHERE visitTime < '2010-08-08'</code></p></div>