<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Syncer Daemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077877#M142015</link>
    <description>Thomas, the syncer -d option is not related to buffer cache.  It is for the syncer to cache stuff just to make the syncer work a bit quicker in some instances.  It really is not the tool you need here, I'm pretty sure about that!Regards</description>
    <pubDate>Thu, 25 Sep 2003 01:35:23 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-09-25T01:35:23Z</dc:date>
    <item>
      <title>Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077868#M142006</link>
      <description>I know that there are /sbin/init.d/syncer&lt;BR /&gt;which call for "syncer".&lt;BR /&gt;&lt;BR /&gt;Now I would like to what's the meaning for option syncer -d /mount/point? As I'm not &lt;BR /&gt;native english speaker, I dun understand the&lt;BR /&gt;exact meaning in man about syncer.&lt;BR /&gt;&lt;BR /&gt;I looking for syncer becos, I have using dbc_max_pct/dbc_min_pct for a Oracle Server. But I dun have Advanced JFS, so can't use option in mount like 'mincache=direct', and would like to know if syncer -d can solve my problem or it got another usage.&lt;BR /&gt;&lt;BR /&gt;Or there any other option for me to let some mount point using cache but some other not using cache.&lt;BR /&gt;&lt;BR /&gt;TIA~!</description>
      <pubDate>Thu, 25 Sep 2003 00:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077868#M142006</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2003-09-25T00:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077869#M142007</link>
      <description>syncer is used to sync the data from the memory to the hard disk at frequent intervals to prevent huge data loss in case of a system crash.&lt;BR /&gt;&lt;BR /&gt;This program is run frequently default 30 secs.&lt;BR /&gt;&lt;BR /&gt;-d option is used to place directories in the cache.&lt;BR /&gt;If there are some directories which are frequently accessed placing these large directories in the cache would increase performance.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 25 Sep 2003 00:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077869#M142007</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-25T00:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077870#M142008</link>
      <description>There is a man page for this command. The syncer command flushes information from cache to the actual disk. You do no need to run this command directly, as it runs in the background. You can change the options if required ,to do so. The changes would need to made in /sbin/init.d/syncer even though it suggests not to by changing the default setting of 30 seconds to a lower value. I've not done this so I don't what the actual consequences of doing it will be.</description>
      <pubDate>Thu, 25 Sep 2003 00:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077870#M142008</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-25T00:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077871#M142009</link>
      <description>Manikandan &lt;BR /&gt;So what's the arrange if by default there are not -d option submit?&lt;BR /&gt;Or if I use -d option, isn't that other mount point will have no cache?</description>
      <pubDate>Thu, 25 Sep 2003 00:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077871#M142009</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2003-09-25T00:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077872#M142010</link>
      <description>It is like those directories will be open or placed in cache when a process requires.&lt;BR /&gt;the -d option tells like place/open this dir on the cache as this dir is a frequently accessed dir.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 00:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077872#M142010</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-25T00:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077873#M142011</link>
      <description>Thomas,If you don't have -d, syncer will not cache anything.  If you use "-d" and then a directory name, it will cache that.</description>
      <pubDate>Thu, 25 Sep 2003 00:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077873#M142011</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-25T00:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077874#M142012</link>
      <description>Hi Thomas&lt;BR /&gt; &lt;BR /&gt;There isn't a way to bypass buffer cache for Oracle filesystems without having OnlineJFS unless of course you use raw devices.&lt;BR /&gt; &lt;BR /&gt;You will find alot of discussions about these Online JFS options for Oracle on the forums &amp;amp; it appears that performance can improve a little bit but only in a small number of cases.  &lt;BR /&gt; &lt;BR /&gt;I'd pay more attention to correctly sizing your SGA and ensuring there is efficient SQL code etc.&lt;BR /&gt; &lt;BR /&gt;For your buffer cache look at a size of around 300-400MB for 11.x and a bit more for 11i. &lt;BR /&gt; &lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 01:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077874#M142012</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-25T01:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077875#M142013</link>
      <description>Mark Grant&lt;BR /&gt;&lt;BR /&gt;So you mean that even I have a 300M dynamic buffer cache, it will cache nothing if I haven't use -d?</description>
      <pubDate>Thu, 25 Sep 2003 01:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077875#M142013</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2003-09-25T01:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077876#M142014</link>
      <description>Hi Thomas&lt;BR /&gt;&lt;BR /&gt;No that's not correct.  You don't need to use -d for syncer daemon, caching will still work fine.  &lt;BR /&gt;A Buffer cache of 300MB sounds fine.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Thu, 25 Sep 2003 01:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077876#M142014</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-25T01:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syncer Daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077877#M142015</link>
      <description>Thomas, the syncer -d option is not related to buffer cache.  It is for the syncer to cache stuff just to make the syncer work a bit quicker in some instances.  It really is not the tool you need here, I'm pretty sure about that!Regards</description>
      <pubDate>Thu, 25 Sep 2003 01:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syncer-daemon/m-p/3077877#M142015</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-25T01:35:23Z</dc:date>
    </item>
  </channel>
</rss>

