<?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>cache &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Mon, 26 Dec 2016 12:30:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>cPanel DNSonly bind recursion</title>
		<link>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/</link>
					<comments>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Mon, 26 Dec 2016 12:30:13 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[allow-recursion]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[dnsonly]]></category>
		<category><![CDATA[named]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=446</guid>

					<description><![CDATA[In case you may be running into issues with named/bind domain service on cPanel DNSonly not responding to DNS queries recursively, I have a fix for you. In older versions of named/bind9 used by cPanel if you wanted to allow &#8230; <a href="https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>In case you may be running into issues with named/bind domain service on cPanel DNSonly not responding to DNS queries recursively, I have a fix for you.</p>
<p>In older versions of named/bind9 used by cPanel if you wanted to allow anyone (or if you wanted security you could have setup an ACL, let&#8217;s assume you want to allow all) you could simply edit the configuration file and change &#8220;recursion no;&#8221; to &#8220;recursion yes;&#8221; to allow anyone to make queries to your DNS server for those domains or records that are not kept in your local server (ie: resolve yahoo.com)<br />
Newer versions of BIND9/named changed their past behavior and now require a more specific configuration, just add these under &#8220;options&#8221; section</p>
<p><code>options {<br />
...<br />
<strong>allow-recursion { any; };</strong><br />
<strong>allow-query { any; };</strong><br />
<strong>allow-query-cache { any; };</strong><br />
...<br />
};</code></p>
<p>I found a detailed explanation on why bind/named dns server changed its behavior, on the next page  a copy of the support bulletin from July 2007:</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2016/12/cpanel-dnsonly-bind-recursion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">446</post-id>	</item>
		<item>
		<title>Checking for Hard drive READ and WRITE Cache (onboard) on Solaris</title>
		<link>https://desantolo.com/2010/05/checking-for-hard-drive-read-and-write-cache-onboard-on-solaris/</link>
					<comments>https://desantolo.com/2010/05/checking-for-hard-drive-read-and-write-cache-onboard-on-solaris/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Wed, 05 May 2010 15:09:45 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[read_cache]]></category>
		<category><![CDATA[write]]></category>
		<category><![CDATA[write_cache]]></category>
		<category><![CDATA[zfs]]></category>
		<guid isPermaLink="false">http://gioflux.wordpress.com/?p=14</guid>

					<description><![CDATA[To check for read and write cache for your hard drives do the following: Giovanni@server:~# format -e Searching for disks&#8230;done AVAILABLE DISK SELECTIONS: 0. c8t0d0 &#60;DEFAULT cyl 60797 alt 2 hd 255 sec 252&#62; /pci@0,0/pci15d9,d380@1f,2/disk@0,0 1. c8t1d0 &#60;ATA-Hitachi HDS72202-A3EA-1.82TB&#62; /pci@0,0/pci15d9,d380@1f,2/disk@1,0 &#8230; <a href="https://desantolo.com/2010/05/checking-for-hard-drive-read-and-write-cache-onboard-on-solaris/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>To check for read and write cache for your hard drives do the following:</p>
<p><a href="mailto:Giovanni@server">Giovanni@server</a>:~# format -e<br />
Searching for disks&#8230;done<br />
AVAILABLE DISK SELECTIONS:<br />
0. c8t0d0 &lt;DEFAULT cyl 60797 alt 2 hd 255 sec 252&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@0,0</a><br />
1. c8t1d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@1,0</a><br />
2. c8t2d0 &lt;ATA-Hitachi HDS72202-A28A-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@2,0</a><br />
3. c8t3d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@3,0</a><br />
4. c8t4d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@4,0</a><br />
5. c8t5d0 &lt;ATA-Hitachi HDS72202-A3EA-1.82TB&gt;<br />
<a>/pci@0,0/pci15d9,d380@1f,2/disk@5,0</a><br />
Specify disk (enter its number):</p>
<p>Select a drive, lets pick 5 from the list.</p>
<p>Specify disk (enter its number): 5<br />
selecting c8t5d0<br />
[disk formatted]<br />
/dev/dsk/c8t5d0s0 is part of active ZFS pool gpool. Please see zpool(1M).<br />
FORMAT MENU:<br />
disk       &#8211; select a disk<br />
type       &#8211; select (define) a disk type<br />
partition  &#8211; select (define) a partition table<br />
current    &#8211; describe the current disk<br />
format     &#8211; format and analyze the disk<br />
fdisk      &#8211; run the fdisk program<br />
repair     &#8211; repair a defective sector<br />
label      &#8211; write label to the disk<br />
analyze    &#8211; surface analysis<br />
defect     &#8211; defect list management<br />
backup     &#8211; search for backup labels<br />
verify     &#8211; read and display labels<br />
inquiry    &#8211; show vendor, product and revision<br />
scsi       &#8211; independent SCSI mode selects<br />
cache      &#8211; enable, disable or query SCSI disk cache<br />
volname    &#8211; set 8-character volume name<br />
!&lt;cmd&gt;     &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
format&gt;</p>
<p>Now let&#8217;s do the checking</p>
<p>Enter &#8220;cache&#8221; to enter cache menu.</p>
<p>CACHE MENU:<br />
write_cache &#8211; display or modify write cache settings<br />
read_cache  &#8211; display or modify read cache settings<br />
!&lt;cmd&gt;      &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
cache&gt;</p>
<p>Type: &#8220;write_cache&#8221; or &#8220;read_cache&#8221; depending on what you would like to see, lets use write:</p>
<p>cache&gt; write_cache<br />
WRITE_CACHE MENU:<br />
display     &#8211; display current setting of write cache<br />
enable      &#8211; enable write cache<br />
disable     &#8211; disable write cache<br />
!&lt;cmd&gt;      &#8211; execute &lt;cmd&gt;, then return<br />
quit<br />
write_cache&gt; display<br />
Write Cache is enabled<br />
write_cache&gt;</p>
<p>Use the same for read_cache and to disable and enable.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2010/05/checking-for-hard-drive-read-and-write-cache-onboard-on-solaris/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14</post-id>	</item>
	</channel>
</rss>
