<?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>Domino @ Symetrik Design &#187; Reference</title>
	<atom:link href="http://domino.symetrikdesign.com/category/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://domino.symetrikdesign.com</link>
	<description>Domino admin with a design appeal</description>
	<lastBuildDate>Tue, 27 Jul 2010 07:16:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>find all large files on Centos/Red Hat/Fedora</title>
		<link>http://domino.symetrikdesign.com/2010/04/21/find-all-large-files-on-centosred-hatfedora/</link>
		<comments>http://domino.symetrikdesign.com/2010/04/21/find-all-large-files-on-centosred-hatfedora/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:05:14 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=339</guid>
		<description><![CDATA[Quick and handy way to find all files in a particular directory.

find /home/ -type f -size +5000k -exec ls -lh {} \; &#124; awk '{ print $9 ": " $5 }'

You can replace the &#8220;5000&#8243; above with a number of your choosing.  The example above finds all files larger than 5 Megabytes.
If you just [...]]]></description>
			<content:encoded><![CDATA[<p>Quick and handy way to find all files in a particular directory.</p>
<p><code><br />
find /home/ -type f -size +5000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'<br />
</code></p>
<p>You can replace the &#8220;5000&#8243; above with a number of your choosing.  The example above finds all files larger than 5 Megabytes.</p>
<p>If you just want to find a particular filename try:<br />
<code><br />
find | grep searchterm<br />
</code></p>
<p>where searchterm contains the part or all of the filename that you are looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2010/04/21/find-all-large-files-on-centosred-hatfedora/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8.5 taught me: Insert Key toggles unread marks.</title>
		<link>http://domino.symetrikdesign.com/2009/02/12/85-tought-me-insert-key-toggles-unread-marks/</link>
		<comments>http://domino.symetrikdesign.com/2009/02/12/85-tought-me-insert-key-toggles-unread-marks/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 07:15:48 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[R8.5]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=206</guid>
		<description><![CDATA[I have forever used Edit\Unread Marks\Mark Selected Unread when going through my email.
Today, I tried this on my 8.5 client, and noticed that there were the word &#8220;Insert&#8221; next to both Mark selected read and Mark selected Unread.  Awesome shortcut!



What&#8217;s more is that this works in 7.03 as well, and I&#8217;m guessing probably every [...]]]></description>
			<content:encoded><![CDATA[<p>I have forever used Edit\Unread Marks\Mark Selected Unread when going through my email.</p>
<p>Today, I tried this on my 8.5 client, and noticed that there were the word &#8220;Insert&#8221; next to both Mark selected read and Mark selected Unread.  Awesome shortcut!</p>
<div align="center">
<img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/02/unread85.png" alt="unread85" title="unread85" width="352" height="140" class="alignnone size-full wp-image-212" />
</div>
<p>What&#8217;s more is that this works in 7.03 as well, and I&#8217;m guessing probably every Notes release for a long time.  The 7.03 client does not have the &#8220;Insert&#8221; helper next to the menu items though.</p>
<div align="center">
<img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/02/7unreadmarks.png" alt="7unreadmarks" title="7unreadmarks" width="352" height="138" class="alignnone size-full wp-image-209" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2009/02/12/85-tought-me-insert-key-toggles-unread-marks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating corrective actions with events4.nsf (with screenshots)</title>
		<link>http://domino.symetrikdesign.com/2009/01/19/creating-corrective-actions-with-events4nsf-with-screenshots/</link>
		<comments>http://domino.symetrikdesign.com/2009/01/19/creating-corrective-actions-with-events4nsf-with-screenshots/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 08:37:55 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Event Handlers]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Mail Routing]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[EventHandlers]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=125</guid>
		<description><![CDATA[For a long time, I&#8217;ve been frustrated with Domino on the massive amount of messages that we sometimes receive over the weekend, late at night, or early in the morning indicating that a mail.box or some other database is corrupt.
Here&#8217;s a list of the common event generators/notifications we receive and a step by step guide [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time, I&#8217;ve been frustrated with Domino on the massive amount of messages that we sometimes receive over the weekend, late at night, or early in the morning indicating that a mail.box or some other database is corrupt.</p>
<p>Here&#8217;s a list of the common event generators/notifications we receive and a step by step guide on how I setup corrective actions to fix the problem and prevent the event task from spewing thousands of notification messages.</p>
<ul>
<li><strong>Event/notification:</strong> Error compacting mail\somedatabase.nsf: Database is corrupt &#8212; Cannot allocate space</li>
<li><strong>Corrective Action: </strong>New event handler runs &#8220;load compact -c &lt;database name&gt;&#8221;</li>
<p><br\></p>
<li><strong>Event/notification: </strong>Router: Mailbox file mail1.box is corrupt</li>
<li><strong>Corrective Action: </strong>New event runs &#8220;load fixup &lt;database name&gt;&#8221;</li>
<p><br\></p>
<li><strong>Event/notification: </strong>Unable to update activity document in log database for bookmark.nsf: Database is corrupt &#8212; Cannot allocate space</li>
<li><strong>Corrective Action: </strong>New event handler runs &#8220;load fixup log.nsf&#8221;</li>
</ul>
<p>This should significantly reduce the amount of messages that are generated by runaway event monitor notifications.</p>
<p><strong>The following events cannot have event handlers run on them.</strong></p>
<ul>
<li><strong>Event/notification: </strong>Unable to store document in MailServer1/MyDomain mail\usermailbox.nsf (NoteID = 1264886) from mail\usermailbox.nsf (NoteID = 1209126): Database is corrupt &#8212; Cannot allocate space</li>
<li><strong>Reason: </strong>the command would have to be generated on remote server.  No possible way to pass an argument to remote server on R6.5.6.</li>
<p><br\></p>
<li><strong>Event/notification: </strong>Unable to replicate MailServer1/MyDomain mail\usermailbox.nsf: Database is corrupt &#8212; Cannot allocate space</li>
<li><strong>Reason: </strong>the command would have to be generated on remote server.  No possible way to pass an argument to remote server on R6.5.6.</li>
<p><br\></p>
<li><strong>Event/notification: </strong>Database is corrupt</li>
<li><strong>Reason: </strong>This event is generated by the router task based upon messages in the mail routing view in the log.  The database that is corrupt is listed on a seperate line in the log than the &#8220;Database is corrupt&#8221; text, so there is no way to determine by &lt;string&gt; which database to run a command on.</li>
</ul>
<p><span id="more-125"></span></p>
<p>I used to use Candle Intelliwatch a very long time again, which had these type of configurable activities, so I knew it was possible.</p>
<p>I&#8217;ve posted messages on the Notes 6 and 7 discussion forums, the Notes/Domino groups at LinkedIn.com and even created a PMR with IBM without any luck on figuring out how to do this.  Incidentally, IBM told us that it wasn&#8217;t possible.  Note: I&#8217;m in Hong Kong and our Lotus support comes from IBM China.  Sometimes, we get good support from them, and other times, we can tell that they are reading directly from a knowledge base.</p>
<p>After searching through all of the the above mentioned and the help documentation for Domino 6, 7, 8, and 8.5, I generated an idea jam idea titled <a href="http://www.ideajam.net/IdeaJam/P/ij.nsf/0/2EB8780206AB7759862575400029C237">Put example screenshots in the Administration help</a></p>
<p>PLEASE VOTE ON IT!</p>
<p>I did find a link to <a href="http://www.codeproject.com/KB/books/UpgradLotusNotesDomino7.aspx">Upgrading to Lotus Notes and Domino 7 &#8211; Chapter 3 : Domino Domain Monitoring</a> by Mohan Raphel which did provide a couple of good clues.</p>
<p>I started tinkering around with what the following fields did in the event handler dialog (keeping in mind the format for running programs in server program documents):<br />
Program<br />
Parameters<br />
Command line<br />
<!--more--><br />
The following assumes that you already have events4.nsf setup on all of your servers, you have created a statrep.nsf, run events and collect tasks on your servers, and have some event generators setup.  Also note that the following examples are for Window servers.</p>
<p>That much of the process is pretty easy to figure out with the help documentation.  Email me if you want an explanation on how to set it up and I&#8217;ll write another blog post.<br />
<strong><br />
One other important factor is that the ID you use to generate the event handlers, must be listed as an administrator in the security tab of the server document.</strong></p>
<p>Here are the screen shots of the 3 tabs for the Error compacting event handler.</p>
<p><img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventcompact1.gif" alt="eventcompact1" title="eventcompact1" width="394" height="345" class="alignnone size-full wp-image-136" /></p>
<p><strong>NOTE: the &#8220;BASICS&#8221; tab is identical for the first two examples, so I will only include it once to save space in the post.</strong></p>
<p><img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventcompact2.gif" alt="eventcompact2" title="eventcompact2" width="394" height="281" class="alignnone size-full wp-image-137" /><br />
<img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventcompact3.gif" alt="eventcompact3" title="eventcompact3" width="394" height="425" class="alignnone size-full wp-image-138" /></p>
<p>Here are the second and third tabs for the Router: Mailbox file mail(#).box is corrupt event generator</p>
<p><img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventrouter2.gif" alt="eventrouter2" title="eventrouter2" width="404" height="290" class="alignnone size-full wp-image-143" /><br />
<img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventrouter3.gif" alt="eventrouter3" title="eventrouter3" width="405" height="420" class="alignnone size-full wp-image-144" /></p>
<p>Here are the second and third tabs for the Unable to update activity document in log database event generator.  The first tab should be similar to the first two examples above with the exception that the <strong>Trigger: should be set to &#8220;Any event that matches a criteria&#8221;</strong></p>
<p><img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventactivity2.gif" alt="eventactivity2" title="eventactivity2" width="405" height="410" class="alignnone size-full wp-image-166" /><br />
<img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2009/01/eventactivity3.gif" alt="eventactivity3" title="eventactivity3" width="405" height="431" class="alignnone size-full wp-image-142" /></p>
<p>This will work in R6.5.6 using the default event generators and event text that is setup from the events4.ntf template.</p>
<p>In R7 and greater, you have expanded features for running a program in an event handler, and more importantly, you can send a command directly to the local server console.</p>
<p>In my examples above, I&#8217;m sending commands to the server console, but I&#8217;m going in through the back door by executing nserver.exe -c &#8220;some valid server command&#8221;</p>
<p>In R8 or 8.5, it appears that you have another option called &#8220;Send Java Controller commands&#8221; to send to a remote server, but the commands are limited to (restart Domino, start Domino, and shutdown Domino).</p>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2009/01/19/creating-corrective-actions-with-events4nsf-with-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to set where an agent runs.</title>
		<link>http://domino.symetrikdesign.com/2008/12/23/where-to-set-where-an-agent-runs/</link>
		<comments>http://domino.symetrikdesign.com/2008/12/23/where-to-set-where-an-agent-runs/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:27:06 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Agent]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[dircat]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=81</guid>
		<description><![CDATA[A few months ago, I setup a &#8220;Directory&#8221; server.  This server is meant to be the administration server for names.nsf, it also serves as an LDAP service for our corporate phone directory, it also runs the directory cataloger service, and it is our registration server (where all the admins register new users and update [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I setup a &#8220;Directory&#8221; server.  This server is meant to be the administration server for names.nsf, it also serves as an LDAP service for our corporate phone directory, it also runs the directory cataloger service, and it is our registration server (where all the admins register new users and update groups).  This keeps things nice and tidy and all updates happening in one location.</p>
<p>If you use Directory Catalog (dc.nsf), there is an agent that you can turn on that runs once a week at 2:00AM on Sundays that gives some statistics on names.nsf versus dc.nsf, the fields that are used in dc.nsf, the size, etc. etc and then sends that report to the administrators group or group of your choosing.  To receive the report you simply supply a group name in the &#8221; Send Directory Catalog reports to:&#8221; field in the Directory Catalog configuration document (configuration view of dc.nsf).</p>
<p>For months, I couldn&#8217;t figure out why this agent was running on the old server which used to run the dircat task instead of the new directory server.</p>
<p>By accident, I discovered where that configuration was hiding. I should have known this, but sometimes it&#8217;s not always obvious.  <img src='http://www.symetrikdesign.com/domino/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href='http://www.symetrikdesign.com/domino/wp-content/uploads/2008/12/agentenabled.gif'><img src="http://www.symetrikdesign.com/domino/wp-content/uploads/2008/12/agentenabled-300x131.gif" alt="" title="agentenabled" width="300" height="131" class="aligncenter size-medium wp-image-82" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2008/12/23/where-to-set-where-an-agent-runs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes 8.0.1, 8.0.2 and 8.5 (Beta 1 and Beta 2) Performance Comparisons</title>
		<link>http://domino.symetrikdesign.com/2008/11/04/notes-801-802-and-85-beta-1-and-beta-2-performance-comparisons/</link>
		<comments>http://domino.symetrikdesign.com/2008/11/04/notes-801-802-and-85-beta-1-and-beta-2-performance-comparisons/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 02:44:19 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Non Tech]]></category>
		<category><![CDATA[R8]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[nontech]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=65</guid>
		<description><![CDATA[This was posted in the Lotus Society of Hong Kong newsletter this week.
I found it quite useful.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-10.lotus.com/ldd/nd85forum.nsf/7756aedc25e6d81285256324005ac76c/052c096c9efbf8a8852574aa0070e7d9?OpenDocument">This</a> was posted in the Lotus Society of Hong Kong newsletter this week.</p>
<p>I found it quite useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2008/11/04/notes-801-802-and-85-beta-1-and-beta-2-performance-comparisons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which database replicas are related to names.nsf replica ID</title>
		<link>http://domino.symetrikdesign.com/2008/10/28/which-database-replicas-are-related-to-namesnsf-replica-id/</link>
		<comments>http://domino.symetrikdesign.com/2008/10/28/which-database-replicas-are-related-to-namesnsf-replica-id/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 03:41:34 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://domino.symetrikdesign.com/?p=64</guid>
		<description><![CDATA[I found this post from Michael Brown rather useful.  
I&#8217;ve known about this for a very long time, but it&#8217;s good to see someone discuss it again and provide an IBM Technote 1099635 on it.
]]></description>
			<content:encoded><![CDATA[<p>I found <a href="http://www.blogging4dominos.com/blog/dominoblog.nsf/dx/technote-1099635---which-domino-server-databases-have-replica-ids-related-to-names.nsf">this</a> post from Michael Brown rather useful.  </p>
<p>I&#8217;ve known about this for a very long time, but it&#8217;s good to see someone discuss it again and provide an IBM <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21099635 ">Technote 1099635</a> on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://domino.symetrikdesign.com/2008/10/28/which-database-replicas-are-related-to-namesnsf-replica-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
