<?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>eknori.de &#187; DAOS</title>
	<atom:link href="http://www.eknori.de/tags/daos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eknori.de</link>
	<description>the weird world of eknori</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:35:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>DAOS enhancement in 8.5.2</title>
		<link>http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/</link>
		<comments>http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:46:35 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>
		<category><![CDATA[ND852]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1917</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/&amp;text=DAOS enhancement in 8.5.2&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>The behavior of compact options is changed in 8.5.2 when compact options for DAOS and archiving are used in combination. You can now use a combination of options to DAOS-enable a newly created archive database.<br />
load compact -a -DAOS on mail\database.nsf<br />
When an archive database is newly created during the archive, the new archive database will be  <a href="http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/#more-1917" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/&amp;text=DAOS enhancement in 8.5.2&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2010-04-19/daos-enhancement-in-8-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAOS: Get FileCount and RepositorySize on Linux</title>
		<link>http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/</link>
		<comments>http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 20:11:17 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1821</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/&amp;text=DAOS: Get FileCount and RepositorySize on Linux&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Migrated a Windooze server to Linux today. The files on the server are DAOS enabled and I wanted to get the number of files in the DAOS repository and the overall filesize.<br />
Here is a small shell script that does the job<br />
#!/bin/sh<br />
REPOSITORY=/local/daos<br />
OUTFILE=/local/daos.txt<br />
fCount=`find $REPOSITORY -type f | wc -l`<br />
fSize=`du -ksb $REPOSITORY`<br />
IFS=&#8221;/&#8221;<br />
array=($fSize)<br />
fDate=$(date +&#8221;%d-%m-%Y&#8221;)<br />
echo $fDate / $fCount / ${array[0]}&gt;&gt;  <a href="http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/#more-1821" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/&amp;text=DAOS: Get FileCount and RepositorySize on Linux&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2010-03-12/daos-get-filecount-and-repositorysize-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling DAOS on a database &#8211; new recommendation</title>
		<link>http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/</link>
		<comments>http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:45:51 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1737</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/&amp;text=Enabling DAOS on a database &#8211; new recommendation&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Almost one year ago, I wrote about &#8220;How To Wast Space&#8221; when enabling DAOS on an application. And I assumed that it might not be sure that the compact task will always do the recompress BEFORE the attachments are moved to the DAOS repository.<br />
The recommended way to enable DAOS on an application and recompress attachments  <a href="http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/#more-1737" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/&amp;text=Enabling DAOS on a database &#8211; new recommendation&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2010-02-05/enabling-daos-on-a-database-new-recommendation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Customize DAOSEST file attachment size</title>
		<link>http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/</link>
		<comments>http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 08:54:59 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1714</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/&amp;text=Customize DAOSEST file attachment size&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>The daoest by default has a large gap in attachment size evaluation between 64k and 1 MB. You may wish to understand the value of setting the object size between these parameters<br />
Set the Notes.ini parameter DAOSEST_BUCKETS to customize the size shown in the report.<br />
For example:<br />
DAOSEST_BUCKETS=16,64,128,256,512,768,1024,2048,3072,4096<br />
The above line sets to 16K, 64K, 128K, 256K, 512K, 768K,  <a href="http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/#more-1714" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/&amp;text=Customize DAOSEST file attachment size&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2010-01-20/customize-daosest-file-attachment-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DAOS: Problem with SoftDeletion</title>
		<link>http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/</link>
		<comments>http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:07:46 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1630</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/&amp;text=DAOS: Problem with SoftDeletion&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>One of our servers had the following error message in log.nsf<br />
&#8220;The database F:\data\mail\xxxxxxxxx.nsf has the incorrect DAOS object count, you should run fixup on this database. Using this database in this condition will cause the DAOS catalog to go into the &#8216;Needs Resync&#8217; state.&#8221;<br />
The database already had DAOS enabled but the logical and physical filesize  <a href="http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/#more-1630" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/&amp;text=DAOS: Problem with SoftDeletion&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-11-29/daos-problem-with-softdeletion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAOS and Resync</title>
		<link>http://www.eknori.de/2009-10-05/daos-and-resync/</link>
		<comments>http://www.eknori.de/2009-10-05/daos-and-resync/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 07:18:19 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1582</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-10-05/daos-and-resync/&amp;text=DAOS and Resync&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>When your DAOS catalog gets out of sync, it has to be resynced again. This has not do be done immediately, because an out of sync catalog only affects the prune process. DAOS will work even with an out of sync catalog.<br />
An earlier entry in the Lotus Notes and Domino Wiki described, how to automatically  <a href="http://www.eknori.de/2009-10-05/daos-and-resync/#more-1582" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-10-05/daos-and-resync/&amp;text=DAOS and Resync&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-10-05/daos-and-resync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAOSMinObjSize &#8211; DEFAULT value changed in 8.5.1</title>
		<link>http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/</link>
		<comments>http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:39:11 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1540</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/&amp;text=DAOSMinObjSize &#8211; DEFAULT value changed in 8.5.1&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Today I came across an issue with DAOS and DCT. I thought it was an error in DCT. When I setup my test environment, I did not touch the default value for DAOSMinObjSize in the DAOS section of the server document.<br />
After I ran DCT on this server, I found the following entry in the scan  <a href="http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/#more-1540" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/&amp;text=DAOSMinObjSize &#8211; DEFAULT value changed in 8.5.1&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-09-03/daosminobjsize-default-value-changed-in-8-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Nagios, More DAOS</title>
		<link>http://www.eknori.de/2009-07-12/more-nagios-more-daos/</link>
		<comments>http://www.eknori.de/2009-07-12/more-nagios-more-daos/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 09:48:34 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1439</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-07-12/more-nagios-more-daos/&amp;text=More Nagios, More DAOS&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>I have configured 2 more services on my Nagios server to check the size and filecount of the DAOS repository.<br />
The filecount is determined by the check_file plugin by Tevfik Karagulle and I use a simple script on my Windows 2003 host to get the folder size in KB.</p>
<p>1<br />
2<br />
3<br />
4<br />
5<br />
6<br />
7<br />
8<br />
9<br />
10<br />
11<br />
12<br />
13<br />
14<br />
15<br />
16<br />
17<br />
18<br />
19<br />
20<br />
21<br />
22<br />
23<br />
24<br />
25<br />
26<br />
27<br />
28<br />
29<br />
30<br />
31<br />
32<br />
33<br />
34<br />
35<br />
Const intOK = 0<br />
Const intWarning = 1<br />
Const intCritical  <a href="http://www.eknori.de/2009-07-12/more-nagios-more-daos/#more-1439" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-07-12/more-nagios-more-daos/&amp;text=More Nagios, More DAOS&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-07-12/more-nagios-more-daos/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>DAOS &#8211; tell daosmgr no longer working</title>
		<link>http://www.eknori.de/2009-07-08/daos-tell-daosmgr-no-longer-working/</link>
		<comments>http://www.eknori.de/2009-07-08/daos-tell-daosmgr-no-longer-working/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 04:51:45 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1423</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-07-08/daos-tell-daosmgr-no-longer-working/&amp;text=DAOS &#8211; tell daosmgr no longer working&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Maybe I&#8217;ve missed something, but since upgrading to HF411 the daosmgr does no longer accept the &#8220;tell&#8221; command.<br />
If you have setup a resychronization event with DDM ( described here ), pls review your configuration and replace &#8220;tell&#8221; by &#8220;load&#8221; to ensure that the command will execute without errors.</p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-07-08/daos-tell-daosmgr-no-longer-working/&amp;text=DAOS &#8211; tell daosmgr no longer working&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-07-08/daos-tell-daosmgr-no-longer-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DAOS &#8211; Catalog needs re-sync on Domino startup</title>
		<link>http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/</link>
		<comments>http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 09:59:21 +0000</pubDate>
		<dc:creator>Ulrich Krause</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DAOS]]></category>

		<guid isPermaLink="false">http://www.eknori.de/?p=1293</guid>
		<description><![CDATA[
<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/&amp;text=DAOS &#8211; Catalog needs re-sync on Domino startup&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
<p>Whenever I start my Domino after a clean shutdown, the DAOS catalog needs to be re-synced.<br />
I see the following message on the server console :</p>
<p>The behaviour is reproducable. I have done a fresh installation of Domino 8.5 on Windows 2003 server and configured the server for the first start. After the server has started successfully,  <a href="http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/#more-1293" class="more-link">Continue reading &rarr;</a></p>

<div class="twitterbutton" style="float: right; padding-left: 5px;"><a href="http://twitter.com/share?url=http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/&amp;text=DAOS &#8211; Catalog needs re-sync on Domino startup&amp;via=Eknori&amp;related=DolcePixel"><img align="right" src="http://www.eknori.de/wp-content/plugins//easy-twitter-button/i/buttons/en/tweetn.png" style="border: none;" alt="" /></a></div>
]]></description>
		<wfw:commentRss>http://www.eknori.de/2009-04-12/daos-catalog-needs-re-sync-on-domino-startup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

