<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.0.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Dennis' Domino Blog</title>
		<link>http://www.d2k.nl/domino/blog4.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://www.d2k.nl/domino/blog4.php?tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.0.5"/>
		<ttl>60</ttl>
				<item>
			<title>New feature in Domino 9: Lotusscript method warnings</title>
			<link>http://www.d2k.nl/domino/blog4.php/2013/04/30/new-feature-in-domino-9</link>
			<pubDate>Tue, 30 Apr 2013 13:58:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="main">IBM</category>
<category domain="alt">Lotus</category>
<category domain="alt">Development</category>			<guid isPermaLink="false">240@http://www.d2k.nl/domino/</guid>
						<description>&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/lsiinfo.png?mtime=1367330327&quot;&gt;&lt;img title=&quot;&quot; alt=&quot;&quot; src=&quot;http://www.d2k.nl/domino/media/blogs/blog/lsiinfo.png?mtime=1367330327&quot; width=&quot;958&quot; height=&quot;140&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The Domino server now warns (on the console and in the console.log) if you are using methods that could cause instability.
&lt;br /&gt;&lt;br /&gt;
Time to kick that developer (in this case: me ;-) )
&lt;hr /&gt;
&lt;pre&gt;
[0954:0002-02DC] **************************
[0954:0002-02DC] *** You are using LSI_INFO in LotusScript which is an undocumented feature
only used in a controlled environment, and is unsupported
[0954:0002-02DC] *** Please use a GetThreadInfo variation of the LSI_INFO functionality if available
[0954:0002-02DC] **************************
[0954:0002-02DC] *** Agent :   xxx
[0954:0002-02DC] *** DB    :   xxx
[0954:0002-02DC] **************************
[0954:0002-02DC] *** You are using LSI_INFO in LotusScript which is an undocumented feature 
only used in a controlled environment, and is unsupported
[0954:0002-02DC] ********************
[0954:0002-02DC] *** LSI_INFO(14) was found and is known to cause memory corruption, 
leading to server instability.  Please remove all uses of this from your application.
[0954:0002-02DC] ********************
[0954:0002-02DC] **************************
[0954:0002-02DC] *** Agent :   xxx
[0954:0002-02DC] *** DB    :   xxx
[0954:0002-02DC] **************************
&lt;/pre&gt;</description>
			<content:encoded><![CDATA[<div class="image_block"><a href="http://www.d2k.nl/domino/media/blogs/blog/lsiinfo.png?mtime=1367330327"><img title="" alt="" src="http://www.d2k.nl/domino/media/blogs/blog/lsiinfo.png?mtime=1367330327" width="958" height="140" /></a></div><br />The Domino server now warns (on the console and in the console.log) if you are using methods that could cause instability.
<br /><br />
Time to kick that developer (in this case: me ;-) )
<hr />
<pre>
[0954:0002-02DC] **************************
[0954:0002-02DC] *** You are using LSI_INFO in LotusScript which is an undocumented feature
only used in a controlled environment, and is unsupported
[0954:0002-02DC] *** Please use a GetThreadInfo variation of the LSI_INFO functionality if available
[0954:0002-02DC] **************************
[0954:0002-02DC] *** Agent :   xxx
[0954:0002-02DC] *** DB    :   xxx
[0954:0002-02DC] **************************
[0954:0002-02DC] *** You are using LSI_INFO in LotusScript which is an undocumented feature 
only used in a controlled environment, and is unsupported
[0954:0002-02DC] ********************
[0954:0002-02DC] *** LSI_INFO(14) was found and is known to cause memory corruption, 
leading to server instability.  Please remove all uses of this from your application.
[0954:0002-02DC] ********************
[0954:0002-02DC] **************************
[0954:0002-02DC] *** Agent :   xxx
[0954:0002-02DC] *** DB    :   xxx
[0954:0002-02DC] **************************
</pre>]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2013/04/30/new-feature-in-domino-9#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=240</wfw:commentRss>
		</item>
				<item>
			<title>Sametime meeting (Classic Community server) and Java.</title>
			<link>http://www.d2k.nl/domino/blog4.php/2013/03/29/sametime-meeting-classic-community-server</link>
			<pubDate>Fri, 29 Mar 2013 08:20:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="alt">IBM</category>
<category domain="alt">Lotus</category>
<category domain="main">Sametime</category>			<guid isPermaLink="false">239@http://www.d2k.nl/domino/</guid>
						<description>It seems that the more recent versions of Java break the browser based meetingroom in ST Community servers.&lt;br /&gt;&lt;br /&gt; Follow this technote &lt;u&gt;&lt;a href=&quot;http://www-01.ibm.com/support/docview.wss?uid=swg21615334&quot;&gt;#21615334&lt;/a&gt;&lt;/u&gt; to resolve the issue.&lt;br /&gt;&lt;br /&gt;

&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/tn21615334.png?mtime=1364545258&quot;&gt;&lt;img title=&quot;&quot; alt=&quot;&quot; src=&quot;http://www.d2k.nl/domino/media/blogs/blog/tn21615334.png?mtime=1364545258&quot; width=&quot;817&quot; height=&quot;356&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[It seems that the more recent versions of Java break the browser based meetingroom in ST Community servers.<br /><br /> Follow this technote <u><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21615334">#21615334</a></u> to resolve the issue.<br /><br />

<div class="image_block"><a href="http://www.d2k.nl/domino/media/blogs/blog/tn21615334.png?mtime=1364545258"><img title="" alt="" src="http://www.d2k.nl/domino/media/blogs/blog/tn21615334.png?mtime=1364545258" width="817" height="356" /></a></div>]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2013/03/29/sametime-meeting-classic-community-server#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=239</wfw:commentRss>
		</item>
				<item>
			<title>IBM Lotus Notes Traveler Open-Redirection and Cross Site Scripting Vulnerabilities</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/10/05/ibm-lotus-notes-traveler-open</link>
			<pubDate>Fri, 05 Oct 2012 09:13:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="alt">IBM</category>
<category domain="alt">security</category>
<category domain="main">Traveler</category>			<guid isPermaLink="false">238@http://www.d2k.nl/domino/</guid>
						<description>IBM Lotus Notes Traveler is prone to an open-redirection and cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input. 
&lt;br /&gt;&lt;br /&gt;
Attackers can exploit these issues to execute arbitrary script or HTML code, steal cookie-based authentication credentials, and conduct phishing attacks. Other attacks may also be possible. 
&lt;br /&gt;&lt;br /&gt;
&lt;em&gt;Versions prior to IBM Lotus Notes Traveler 8.5.3 Fix Pack 2 are vulnerable.&lt;/em&gt;
&lt;br /&gt;&lt;br /&gt;
Read more here: &lt;u&gt;&lt;a href=&quot;http://www.securityfocus.com/bid/55801/info&quot;&gt;SecurityFocus&lt;/a&gt;&lt;/u&gt;</description>
			<content:encoded><![CDATA[IBM Lotus Notes Traveler is prone to an open-redirection and cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input. 
<br /><br />
Attackers can exploit these issues to execute arbitrary script or HTML code, steal cookie-based authentication credentials, and conduct phishing attacks. Other attacks may also be possible. 
<br /><br />
<em>Versions prior to IBM Lotus Notes Traveler 8.5.3 Fix Pack 2 are vulnerable.</em>
<br /><br />
Read more here: <u><a href="http://www.securityfocus.com/bid/55801/info">SecurityFocus</a></u>]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/10/05/ibm-lotus-notes-traveler-open#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=238</wfw:commentRss>
		</item>
				<item>
			<title>*tap* *tap* is this thing on?</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/09/14/tap-tap-is-this-thing</link>
			<pubDate>Fri, 14 Sep 2012 06:30:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="main">Personal</category>
<category domain="alt">General</category>			<guid isPermaLink="false">237@http://www.d2k.nl/domino/</guid>
						<description>Yes, this is another one of those &quot;I&#039;m not dead&quot; posts, but hey, I&#039;m not dead. It&#039;s just that life &amp;amp; work got in the way of this blog.&lt;br /&gt;
Now that the darker day&#039;s are coming upon us, I plan to complete my &lt;u&gt;&lt;a href=&quot;http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-domino-from-scratch&quot;&gt;Installing Domino from scratch&lt;/a&gt;&lt;/u&gt;-series. Any remarks on the current chapters or future chapters is very welcome and will be used.&lt;br /&gt;&lt;br /&gt;So for now some more silence, but expect updates over the coming weeks.</description>
			<content:encoded><![CDATA[Yes, this is another one of those "I'm not dead" posts, but hey, I'm not dead. It's just that life &amp; work got in the way of this blog.<br />
Now that the darker day's are coming upon us, I plan to complete my <u><a href="http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-domino-from-scratch">Installing Domino from scratch</a></u>-series. Any remarks on the current chapters or future chapters is very welcome and will be used.<br /><br />So for now some more silence, but expect updates over the coming weeks.]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/09/14/tap-tap-is-this-thing#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=237</wfw:commentRss>
		</item>
				<item>
			<title>Finding deprecated/obsolete Notes.ini entries on servers</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/05/24/finding-deprecated-obsolete-notes-ini</link>
			<pubDate>Thu, 24 May 2012 09:28:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="main">Administration</category>
<category domain="alt">IBM</category>
<category domain="alt">Lotus</category>			<guid isPermaLink="false">236@http://www.d2k.nl/domino/</guid>
						<description>A small thing I wrote, so I didn&#039;t have to search all notes.ini&#039;s manually.&lt;br /&gt;(You can use DCT, but I like my scripting &lt;img src=&quot;http://www.d2k.nl/domino/rsc/smilies/icon_wink.gif&quot; title=&quot;;)&quot; alt=&quot;;)&quot; class=&quot;middle&quot; width=&quot;15&quot; height=&quot;15&quot; /&gt; )&lt;br /&gt;
It has a keywords document, so you can add/remove entries as you please. Put a replica on the servers you are interested in, and run it.&lt;br /&gt;&lt;br /&gt;

&lt;ul&gt;&lt;u&gt;&lt;a href=&quot;http://http://www-304.ibm.com/support/docview.wss?uid=swg21327806&quot;&gt;What notes.ini variables have become obsolete in Notes/Domino 8.x?&lt;/a&gt;&lt;/u&gt;&lt;br /&gt; &lt;u&gt;&lt;a href=&quot;http://http://www-304.ibm.com/support/docview.wss?uid=swg21207338&quot;&gt;What notes.ini variables have become obsolete in Notes/Domino 7.x?&lt;/a&gt;&lt;/u&gt;&lt;br /&gt; &lt;u&gt;&lt;a href=&quot;http://http://www-304.ibm.com/support/docview.wss?uid=swg21270715&quot;&gt;Obsolete notes.ini parameters for Notes/Domino 6.5&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;u&gt;&lt;a href=&quot;http://www-10.lotus.com/ldd/dominowiki.nsf/dx/obsolete-notes.ini-variables&quot;&gt;Obsolete Notes.ini variables&lt;/a&gt;&lt;/u&gt; &lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;Keyword document:&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/keywords.png?mtime=1337851941&quot;&gt;&lt;img title=&quot;&quot; alt=&quot;&quot; src=&quot;http://www.d2k.nl/domino/media/blogs/blog/keywords.png?mtime=1337851941&quot; width=&quot;480&quot; height=&quot;415&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;notes.ini:&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/notesini.png?mtime=1337851941&quot;&gt;&lt;img title=&quot;&quot; alt=&quot;&quot; src=&quot;http://www.d2k.nl/domino/media/blogs/blog/notesini.png?mtime=1337851941&quot; width=&quot;753&quot; height=&quot;433&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;analysed:&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/analyse.png?mtime=1337851941&quot;&gt;&lt;img title=&quot;&quot; alt=&quot;&quot; src=&quot;http://www.d2k.nl/domino/media/blogs/blog/analyse.png?mtime=1337851941&quot; width=&quot;738&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;

&lt;b&gt;Download:&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;&lt;a href=&quot;http://www.d2k.nl/domino/media/blogs/blog/notesini.ntf?mtime=1337852623&quot;&gt;notesini.ntf&lt;/a&gt;&lt;/u&gt;</description>
			<content:encoded><![CDATA[A small thing I wrote, so I didn't have to search all notes.ini's manually.<br />(You can use DCT, but I like my scripting <img src="http://www.d2k.nl/domino/rsc/smilies/icon_wink.gif" title=";)" alt=";)" class="middle" width="15" height="15" /> )<br />
It has a keywords document, so you can add/remove entries as you please. Put a replica on the servers you are interested in, and run it.<br /><br />

<ul><u><a href="http://http://www-304.ibm.com/support/docview.wss?uid=swg21327806">What notes.ini variables have become obsolete in Notes/Domino 8.x?</a></u><br /> <u><a href="http://http://www-304.ibm.com/support/docview.wss?uid=swg21207338">What notes.ini variables have become obsolete in Notes/Domino 7.x?</a></u><br /> <u><a href="http://http://www-304.ibm.com/support/docview.wss?uid=swg21270715">Obsolete notes.ini parameters for Notes/Domino 6.5</a></u><br />
<u><a href="http://www-10.lotus.com/ldd/dominowiki.nsf/dx/obsolete-notes.ini-variables">Obsolete Notes.ini variables</a></u> </ul>
<br /><br />
<b>Keyword document:</b><br />
<div class="image_block"><a href="http://www.d2k.nl/domino/media/blogs/blog/keywords.png?mtime=1337851941"><img title="" alt="" src="http://www.d2k.nl/domino/media/blogs/blog/keywords.png?mtime=1337851941" width="480" height="415" /></a></div>
<br /><br />
<b>notes.ini:</b><br />
<div class="image_block"><a href="http://www.d2k.nl/domino/media/blogs/blog/notesini.png?mtime=1337851941"><img title="" alt="" src="http://www.d2k.nl/domino/media/blogs/blog/notesini.png?mtime=1337851941" width="753" height="433" /></a></div>
<br /><br />
<b>analysed:</b><br />
<div class="image_block"><a href="http://www.d2k.nl/domino/media/blogs/blog/analyse.png?mtime=1337851941"><img title="" alt="" src="http://www.d2k.nl/domino/media/blogs/blog/analyse.png?mtime=1337851941" width="738" height="80" /></a></div>
<br /><br />

<b>Download:</b><br />
<u><a href="http://www.d2k.nl/domino/media/blogs/blog/notesini.ntf?mtime=1337852623">notesini.ntf</a></u>]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/05/24/finding-deprecated-obsolete-notes-ini#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=236</wfw:commentRss>
		</item>
				<item>
			<title>Module x: References</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/05/09/references</link>
			<pubDate>Wed, 09 May 2012 09:52:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="alt">IBM</category>
<category domain="main">Lotus</category>
<category domain="alt">article</category>			<guid isPermaLink="false">235@http://www.d2k.nl/domino/</guid>
						<description>&lt;a name=&quot;references&quot;&gt;&lt;h1&gt;Module x: References&lt;/h1&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;a name=&quot;#1&quot;&gt;*1&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;http://www.ibm.com/developerworks/lotus/library/ls-NDHistory/&quot;&gt;The History of Notes and Domino&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#2&quot;&gt;*2&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;http://www.slideshare.net/tcoustenoble/introducing-ibm-lotus-notes-and-domino-85-presentation-894863&quot;&gt;Introducing IBM Lotus Notes and Domino 8.5&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#3&quot;&gt;*3&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/IBM_Lotus_Notes&quot;&gt;IBM Lotus Notes (wikipedia)&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;!--&lt;a name=&quot;#4&quot;&gt;*4&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp&quot;&gt;IBM Lotus Notes/Domino info center&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#5&quot;&gt;*5&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#6&quot;&gt;*6&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#7&quot;&gt;*7&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#8&quot;&gt;*8&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#9&quot;&gt;*9&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;
&lt;a name=&quot;#10&quot;&gt;*10&lt;/a&gt; &lt;u&gt;&lt;a href=&quot;&quot;&gt;&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;--&gt;</description>
			<content:encoded><![CDATA[<a name="references"><h1>Module x: References</h1></a><br /><br />
<a name="#1">*1</a> <u><a href="http://www.ibm.com/developerworks/lotus/library/ls-NDHistory/">The History of Notes and Domino</a></u><br />
<a name="#2">*2</a> <u><a href="http://www.slideshare.net/tcoustenoble/introducing-ibm-lotus-notes-and-domino-85-presentation-894863">Introducing IBM Lotus Notes and Domino 8.5</a></u><br />
<a name="#3">*3</a> <u><a href="http://en.wikipedia.org/wiki/IBM_Lotus_Notes">IBM Lotus Notes (wikipedia)</a></u><br />
<!--<a name="#4">*4</a> <u><a href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp">IBM Lotus Notes/Domino info center</a></u><br />
<a name="#5">*5</a> <u><a href="http://www.d2k.nl"></a></u><br />
<a name="#6">*6</a> <u><a href="http://www.d2k.nl"></a></u><br />
<a name="#7">*7</a> <u><a href="http://www.d2k.nl"></a></u><br />
<a name="#8">*8</a> <u><a href="http://www.d2k.nl"></a></u><br />
<a name="#9">*9</a> <u><a href="http://www.d2k.nl"></a></u><br />
<a name="#10">*10</a> <u><a href=""></a></u><br />-->]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/05/09/references#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=235</wfw:commentRss>
		</item>
				<item>
			<title>Module 4: Installing Lotus Notes Admin/Designer Client</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-notes-admin-designer</link>
			<pubDate>Wed, 09 May 2012 09:44:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="alt">IBM</category>
<category domain="main">Lotus</category>
<category domain="alt">article</category>			<guid isPermaLink="false">234@http://www.d2k.nl/domino/</guid>
						<description>&lt;a name=&quot;adminclient&quot;&gt;&lt;h1&gt;Module 4: Installing Lotus Notes Admin/Designer Client&lt;/h1&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
We&#039;ve now setup our first server and now we need to install one of 3 versions of Lotus Notes clients. IBM kept it &quot;simple&quot;.
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;IBM Lotus Notes Basic&lt;/b&gt; Classic &quot;Lightweight&quot; client&lt;/li&gt;
&lt;li&gt;&lt;b&gt;IBM Lotus Notes&lt;/b&gt; &quot;new&quot; fully functional Eclipse based client&lt;/li&gt;
&lt;li&gt;&lt;b&gt;IBM Lotus Notes Designer/Admin client&lt;/b&gt; Same as previous, but with possibilities to install Admin/Designer functionalities.&lt;/li&gt;
&lt;/ol&gt;
More information about this &lt;u&gt;&lt;a href=&quot;http://www-01.ibm.com/support/docview.wss?uid=swg21264877&quot;&gt;here&lt;/a&gt;&lt;/u&gt;.
We have to download the following file:&lt;br /&gt;
&lt;img src=&quot;/domino/images/37.png&quot; alt=&quot;Admin Designer client&quot; title=&quot;Admin Designer Client&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Before we go to install the Lotus Notes Admin/Designer client, let&#039;s stop the Domino server. Enter the Command &lt;b&gt;quit&lt;/b&gt; in the Domino Console screen, and press Send.&lt;br /&gt;
&lt;img src=&quot;/domino/images/34.png&quot; alt=&quot;Shutdown Domino Server&quot; title=&quot;Shutdown Domino Server&quot; /&gt;&lt;br /&gt;
Wait for the text &quot;Server shutdown completed&quot; to appear.&lt;br /&gt;
&lt;img src=&quot;/domino/images/35.png&quot; alt=&quot;Shutdown Domino Server Completed&quot; title=&quot;Shutdown Domino Server Completed&quot; /&gt;&lt;br /&gt;
Now exit the Domino Console screen, checking the &quot;Also stop server controller and server testsetup/TST&quot;.&lt;br /&gt;
&lt;img src=&quot;/domino/images/36.png&quot; alt=&quot;Close Domino Console&quot; title=&quot;Close Domino Console&quot; /&gt;&lt;br /&gt;
Now we can install the Lotus Notes Admin/Designer client. Doubleclick the executable, accept the UAC &lt;br /&gt;
&lt;img src=&quot;/domino/images/38.png&quot; alt=&quot;UAC&quot; title=&quot;UAC&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;/domino/images/39.png&quot; alt=&quot;Unpack files&quot; title=&quot;Unpack files&quot; /&gt;&lt;br /&gt;
After the unpack is complete, the actual installation is started&lt;br /&gt;
&lt;img src=&quot;/domino/images/40.png&quot; alt=&quot;Installation&quot; title=&quot;Installation&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;/domino/images/41.png&quot; alt=&quot;License Agreement&quot; title=&quot;License Agreement&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;/domino/images/42.png&quot; alt=&quot;install path&quot; title=&quot;install path&quot; /&gt;&lt;br /&gt;
Accept the default path for now (remember, we are not supposed to install it on the server anyway ;-) )&lt;br /&gt;
&lt;img src=&quot;/domino/images/43.png&quot; alt=&quot;Install options&quot; title=&quot;Install options&quot; /&gt;&lt;br /&gt;
Make sure you check the items as I just did. You do not want Symphony on a server.&lt;br /&gt;
&lt;img src=&quot;/domino/images/44.png&quot; alt=&quot;Notes defaults&quot; title=&quot;Notes defaults&quot; /&gt;&lt;br /&gt;
Accept the defaults, now the install starts. This can take a while.&lt;br /&gt;
&lt;img src=&quot;/domino/images/45.png&quot; alt=&quot;Completed&quot; title=&quot;Completed&quot; /&gt;&lt;br /&gt;
Now the install has been completed, let&#039;s start the server first (start the service or double click the icon on the desktop). When the server&#039;s running (check via the Lotus Domino Console), start Lotus Notes so we can fill in the details.&lt;br /&gt;
&lt;img src=&quot;/domino/images/46.png&quot; alt=&quot;clients&quot; title=&quot;clients&quot; /&gt;&lt;br /&gt;
Double click the Lotus Notes icon. You&#039;ll get prompted by the configuration wizard.&lt;br /&gt;
&lt;img src=&quot;/domino/images/47.png&quot; alt=&quot;First run Notes client&quot; title=&quot;First run Notes client&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;/domino/images/48.png&quot; alt=&quot;User details&quot; title=&quot;User details&quot; /&gt;&lt;br /&gt;
Enter your Admin name + servername here.&lt;br /&gt;
&lt;img src=&quot;/domino/images/49.png&quot; alt=&quot;Password prompt&quot; title=&quot;Password prompt&quot; /&gt;&lt;br /&gt;
Enter your password.&lt;br /&gt;
&lt;img src=&quot;/domino/images/50.png&quot; alt=&quot;Additional options&quot; title=&quot;Additional options&quot; /&gt;&lt;br /&gt;
Accept the defaults and click Finish.&lt;br /&gt;
&lt;img src=&quot;/domino/images/51.png&quot; alt=&quot;Notes Client&quot; title=&quot;Notes Client&quot; /&gt;&lt;br /&gt;
Congratulations, you&#039;ve now installed your first Lotus Notes client. In the next chapter we&#039;ll explain the usage of the 3 clients, and get into administration for our server/users.</description>
			<content:encoded><![CDATA[<a name="adminclient"><h1>Module 4: Installing Lotus Notes Admin/Designer Client</h1></a><br /><br />
We've now setup our first server and now we need to install one of 3 versions of Lotus Notes clients. IBM kept it "simple".
<ol>
<li><b>IBM Lotus Notes Basic</b> Classic "Lightweight" client</li>
<li><b>IBM Lotus Notes</b> "new" fully functional Eclipse based client</li>
<li><b>IBM Lotus Notes Designer/Admin client</b> Same as previous, but with possibilities to install Admin/Designer functionalities.</li>
</ol>
More information about this <u><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21264877">here</a></u>.
We have to download the following file:<br />
<img src="http://www.d2k.nl/domino/images/37.png" alt="Admin Designer client" title="Admin Designer Client" /><br />
<br />
Before we go to install the Lotus Notes Admin/Designer client, let's stop the Domino server. Enter the Command <b>quit</b> in the Domino Console screen, and press Send.<br />
<img src="http://www.d2k.nl/domino/images/34.png" alt="Shutdown Domino Server" title="Shutdown Domino Server" /><br />
Wait for the text "Server shutdown completed" to appear.<br />
<img src="http://www.d2k.nl/domino/images/35.png" alt="Shutdown Domino Server Completed" title="Shutdown Domino Server Completed" /><br />
Now exit the Domino Console screen, checking the "Also stop server controller and server testsetup/TST".<br />
<img src="http://www.d2k.nl/domino/images/36.png" alt="Close Domino Console" title="Close Domino Console" /><br />
Now we can install the Lotus Notes Admin/Designer client. Doubleclick the executable, accept the UAC <br />
<img src="http://www.d2k.nl/domino/images/38.png" alt="UAC" title="UAC" /><br />
<img src="http://www.d2k.nl/domino/images/39.png" alt="Unpack files" title="Unpack files" /><br />
After the unpack is complete, the actual installation is started<br />
<img src="http://www.d2k.nl/domino/images/40.png" alt="Installation" title="Installation" /><br />
<img src="http://www.d2k.nl/domino/images/41.png" alt="License Agreement" title="License Agreement" /><br />
<img src="http://www.d2k.nl/domino/images/42.png" alt="install path" title="install path" /><br />
Accept the default path for now (remember, we are not supposed to install it on the server anyway ;-) )<br />
<img src="http://www.d2k.nl/domino/images/43.png" alt="Install options" title="Install options" /><br />
Make sure you check the items as I just did. You do not want Symphony on a server.<br />
<img src="http://www.d2k.nl/domino/images/44.png" alt="Notes defaults" title="Notes defaults" /><br />
Accept the defaults, now the install starts. This can take a while.<br />
<img src="http://www.d2k.nl/domino/images/45.png" alt="Completed" title="Completed" /><br />
Now the install has been completed, let's start the server first (start the service or double click the icon on the desktop). When the server's running (check via the Lotus Domino Console), start Lotus Notes so we can fill in the details.<br />
<img src="http://www.d2k.nl/domino/images/46.png" alt="clients" title="clients" /><br />
Double click the Lotus Notes icon. You'll get prompted by the configuration wizard.<br />
<img src="http://www.d2k.nl/domino/images/47.png" alt="First run Notes client" title="First run Notes client" /><br />
<img src="http://www.d2k.nl/domino/images/48.png" alt="User details" title="User details" /><br />
Enter your Admin name + servername here.<br />
<img src="http://www.d2k.nl/domino/images/49.png" alt="Password prompt" title="Password prompt" /><br />
Enter your password.<br />
<img src="http://www.d2k.nl/domino/images/50.png" alt="Additional options" title="Additional options" /><br />
Accept the defaults and click Finish.<br />
<img src="http://www.d2k.nl/domino/images/51.png" alt="Notes Client" title="Notes Client" /><br />
Congratulations, you've now installed your first Lotus Notes client. In the next chapter we'll explain the usage of the 3 clients, and get into administration for our server/users.]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-notes-admin-designer#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=234</wfw:commentRss>
		</item>
				<item>
			<title>Module 3: First run configuration</title>
			<link>http://www.d2k.nl/domino/blog4.php/2012/05/09/first-run-configuration</link>
			<pubDate>Wed, 09 May 2012 09:38:00 +0000</pubDate>			<dc:creator>Dennis van Remortel</dc:creator>
			<category domain="alt">Administration</category>
<category domain="alt">IBM</category>
<category domain="main">Lotus</category>
<category domain="alt">article</category>			<guid isPermaLink="false">233@http://www.d2k.nl/domino/</guid>
						<description>&lt;a name=&quot;first&quot;&gt;&lt;h1&gt;Module 3: First run configuration&lt;/h1&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
Now that the installation has been completed, we are going to get ready to start Lotus Domino for the first time. On the Desktop of the server you now see 2 icons. 1 is the actual server, the other is the management console. We start by starting the Domino Server.&lt;br /&gt;
&lt;img src=&quot;/domino/images/14.png&quot; alt=&quot;First run&quot; title=&quot;First run&quot; /&gt;&lt;br /&gt;
When you click that, you&#039;ll get the following prompt (UAC):&lt;br /&gt;
&lt;img src=&quot;/domino/images/15.png&quot; alt=&quot;UAC&quot; title=&quot;UAC&quot; /&gt;&lt;br /&gt;
You now get the Domino Server setup screen. Click Next to advance.&lt;br /&gt;	
&lt;img src=&quot;/domino/images/16.png&quot; alt=&quot;Domino Server Setup&quot; title=&quot;Domino Server Setup&quot; /&gt;&lt;br /&gt;
The next screen allows for 2 choices: &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Setup the first server or a standalone server&lt;/b&gt; This option is used for your first server, to begin building you Domino environment. If you reinstall the first server, also choose this option, and provide the &quot;existing&quot; ID files.
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Setup an additional server&lt;/b&gt; You&#039;ll use this option when installing a 2nd/3rd etc server in your Domino environment.
&lt;/li&gt;
&lt;/ul&gt;
We choose to &quot;Setup the first server or a standalone server&quot;. Click next to continue.&lt;br /&gt;
&lt;img src=&quot;/domino/images/17.png&quot; alt=&quot;first/additional&quot; title=&quot;first/additional&quot; /&gt;&lt;br /&gt;
In this screen we have to enter a name for our server. In this case we are going for something generic like &quot;testsetup&quot;, which is fine for now. Name your servers to integrate with your current naming conventions.
Domino server and usernames are built using a Hierarchical structure. So this server is going to be named testsetup/&amp;lt;name&amp;gt;. The &amp;lt;name&amp;gt; part will be filled in later. Click next to continue.&lt;br /&gt;
&lt;img src=&quot;/domino/images/18.png&quot; alt=&quot;Naming&quot; title=&quot;Naming&quot; /&gt;&lt;br /&gt;
This screen is one of the most important screens in configuring a Notes/Domino environment. As I explained in the previous step, the names are Hierarchical, and here is where you define the &quot;Organization&quot; part of the name. all names will be under this &quot;Organization&quot;. Also this will give you a file (cert.id) and the password you enter here. &lt;b&gt;Keep this password + ID very safe. It&#039;s the most important part of your future empire!&lt;/b&gt;&lt;br /&gt;
&lt;img src=&quot;/domino/images/19.png&quot; alt=&quot;Organization&quot; title=&quot;Organization&quot; /&gt;&lt;br /&gt;
The next screen will prompt you for the Domino Domain Name. Common practice is that you use the Organization part for this, but it can been random. Click Next to continue.&lt;br /&gt;
&lt;img src=&quot;/domino/images/20.png&quot; alt=&quot;Domino Domain Name&quot; title=&quot;Domino Domain Name&quot; /&gt;&lt;br /&gt;
In this screen we&#039;ll register an administator account. Please make this a &quot;unique&quot; name, but not your own! Doctor Notes is an example IBM uses in their documentation, but anything goes.&lt;br /&gt;We&#039;ll also save a local copy of this ID file, as we will use that later on. Click Next to continue.&lt;br /&gt;
&lt;img src=&quot;/domino/images/21.png&quot; alt=&quot;Register Administrator&quot; title=&quot;Register Administrator&quot; /&gt;&lt;br /&gt;
The next screen allows us to enable/disable various services we want to load on our server. We&#039;ll uncheck all for now and click Customize.
&lt;img src=&quot;/domino/images/22.png&quot; alt=&quot;Internet Services&quot; title=&quot;Internet Services&quot; /&gt;&lt;br /&gt;
Here you can see the variety of tasks (we&#039;ll explain them later on in the series) Domino has to offer, but also shows you the ones that will be loaded with the server. For now click Cancel, and continue with Next in the previous screen.&lt;br /&gt;
&lt;img src=&quot;/domino/images/23.png&quot; alt=&quot;Advanced Domino services&quot; title=&quot;Advanced Domino services&quot; /&gt;&lt;br /&gt;
We can configure the network settings from this screen. Make sure the hostname listed is pingable on both the server and all clients in the network.  Click on customize to configure this.&lt;br /&gt;
&lt;img src=&quot;/domino/images/24.png&quot; alt=&quot;Network Settings&quot; title=&quot;Network Settings&quot; /&gt;&lt;br /&gt;
Enter the hostname in both highlighted fields and click on Ok to close the dialog.&lt;br /&gt;
&lt;img src=&quot;/domino/images/25.png&quot; alt=&quot;Network config&quot; title=&quot;Network Config&quot; /&gt;&lt;br /&gt;
Click Next to advance to the next screen.&lt;br /&gt;
&lt;img src=&quot;/domino/images/26.png&quot; alt=&quot;Completed network config&quot; title=&quot;Completed network config&quot; /&gt;&lt;br /&gt;
Accept the defaults in this screen, as it increases the standard security level.&lt;br /&gt;
&lt;img src=&quot;/domino/images/27.png&quot; alt=&quot;Security Standard&quot; title=&quot;Security Standard&quot; /&gt;&lt;br /&gt;
Review your settings and click Setup to continue the configuration setup.&lt;br /&gt;
&lt;img src=&quot;/domino/images/28.png&quot; alt=&quot;Review&quot; title=&quot;Review&quot; /&gt;&lt;br /&gt;
Wait untill this process completes.&lt;br /&gt;
&lt;img src=&quot;/domino/images/29.png&quot; alt=&quot;Installation Progress&quot; title=&quot;Installation Progress&quot; /&gt;&lt;br /&gt;
Congratulations, the installation has now been completed.
&lt;img src=&quot;/domino/images/30.png&quot; alt=&quot;Completed&quot; title=&quot;Completed&quot; /&gt;&lt;br /&gt;
We now have 3 very important files, that are the base of a Lotus Domino environment.
&lt;ol&gt;
&lt;li&gt;The Certifier ID (cert.id)&lt;/li&gt;
&lt;li&gt;The Server ID (server.id)&lt;/li&gt;
&lt;li&gt;The Administrator ID (admin.id)&lt;/li&gt;
&lt;/ol&gt;
These files should be kept safe at all times, as they will allow you to do all the interesting things.&lt;br /&gt;&lt;br Before we continue to the next chapter, we will start the server for the first time.&lt;BR /&gt; Doubleclick the Lotus Domino server icon on the Desktop&lt;br /&gt;
&lt;img src=&quot;/domino/images/14.png&quot; alt=&quot;First run&quot; title=&quot;First run&quot; /&gt;&lt;br /&gt;
When you click that, you&#039;ll get the following prompt (UAC):&lt;br /&gt;
&lt;img src=&quot;/domino/images/15.png&quot; alt=&quot;UAC&quot; title=&quot;UAC&quot; /&gt;&lt;br /&gt;
The following screen display&#039;s:&lt;br /&gt;
&lt;img src=&quot;/domino/images/31.png&quot; alt=&quot;Services choice&quot; title=&quot;Services choice&quot; /&gt;&lt;br /&gt;
We choose &quot;Start Domino as a Windows service&quot; and we check both checkboxes at &quot;Always start Domino as a service at system startup&quot; and &quot;don&#039;t ask me again&quot; before clicking OK.&lt;br /&gt;
&lt;img src=&quot;/domino/images/32.png&quot; alt=&quot;Services choice 2&quot; title=&quot;Services choice 2&quot; /&gt;&lt;br /&gt;
The server is now started in the background, so we doubleclick the &quot;Lotus Domino Console&quot; icon on the desktop.
When you click that, you&#039;ll get the following prompt (UAC):&lt;br /&gt;
&lt;img src=&quot;/domino/images/15.png&quot; alt=&quot;UAC&quot; title=&quot;UAC&quot; /&gt;&lt;br /&gt;
The Lotus Domino Console application let&#039;s you view the Lotus Domino server console, and allows you to type in commands directly on the server.&lt;br /&gt;
&lt;img src=&quot;/domino/images/33.png&quot; alt=&quot;Domino server started&quot; title=&quot;Domino server started&quot; /&gt;&lt;br /&gt;
Before we shutdown the server, give it 10-15 minutes to complete the initial tasks it needs to do.&lt;br /&gt;
In the meantime, we&#039;ll go to the next chapter.&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;u&gt;&lt;a href=&quot;http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-notes-admin-designer&quot;&gt;Next: Installing Lotus Notes Admin/Designer Client&lt;/a&gt;&lt;/u&gt;&lt;br /&gt;</description>
			<content:encoded><![CDATA[<a name="first"><h1>Module 3: First run configuration</h1></a><br /><br />
Now that the installation has been completed, we are going to get ready to start Lotus Domino for the first time. On the Desktop of the server you now see 2 icons. 1 is the actual server, the other is the management console. We start by starting the Domino Server.<br />
<img src="http://www.d2k.nl/domino/images/14.png" alt="First run" title="First run" /><br />
When you click that, you'll get the following prompt (UAC):<br />
<img src="http://www.d2k.nl/domino/images/15.png" alt="UAC" title="UAC" /><br />
You now get the Domino Server setup screen. Click Next to advance.<br />	
<img src="http://www.d2k.nl/domino/images/16.png" alt="Domino Server Setup" title="Domino Server Setup" /><br />
The next screen allows for 2 choices: <br />
<ul>
<li><b>Setup the first server or a standalone server</b> This option is used for your first server, to begin building you Domino environment. If you reinstall the first server, also choose this option, and provide the "existing" ID files.
</li>
<li><b>Setup an additional server</b> You'll use this option when installing a 2nd/3rd etc server in your Domino environment.
</li>
</ul>
We choose to "Setup the first server or a standalone server". Click next to continue.<br />
<img src="http://www.d2k.nl/domino/images/17.png" alt="first/additional" title="first/additional" /><br />
In this screen we have to enter a name for our server. In this case we are going for something generic like "testsetup", which is fine for now. Name your servers to integrate with your current naming conventions.
Domino server and usernames are built using a Hierarchical structure. So this server is going to be named testsetup/&lt;name&gt;. The &lt;name&gt; part will be filled in later. Click next to continue.<br />
<img src="http://www.d2k.nl/domino/images/18.png" alt="Naming" title="Naming" /><br />
This screen is one of the most important screens in configuring a Notes/Domino environment. As I explained in the previous step, the names are Hierarchical, and here is where you define the "Organization" part of the name. all names will be under this "Organization". Also this will give you a file (cert.id) and the password you enter here. <b>Keep this password + ID very safe. It's the most important part of your future empire!</b><br />
<img src="http://www.d2k.nl/domino/images/19.png" alt="Organization" title="Organization" /><br />
The next screen will prompt you for the Domino Domain Name. Common practice is that you use the Organization part for this, but it can been random. Click Next to continue.<br />
<img src="http://www.d2k.nl/domino/images/20.png" alt="Domino Domain Name" title="Domino Domain Name" /><br />
In this screen we'll register an administator account. Please make this a "unique" name, but not your own! Doctor Notes is an example IBM uses in their documentation, but anything goes.<br />We'll also save a local copy of this ID file, as we will use that later on. Click Next to continue.<br />
<img src="http://www.d2k.nl/domino/images/21.png" alt="Register Administrator" title="Register Administrator" /><br />
The next screen allows us to enable/disable various services we want to load on our server. We'll uncheck all for now and click Customize.
<img src="http://www.d2k.nl/domino/images/22.png" alt="Internet Services" title="Internet Services" /><br />
Here you can see the variety of tasks (we'll explain them later on in the series) Domino has to offer, but also shows you the ones that will be loaded with the server. For now click Cancel, and continue with Next in the previous screen.<br />
<img src="http://www.d2k.nl/domino/images/23.png" alt="Advanced Domino services" title="Advanced Domino services" /><br />
We can configure the network settings from this screen. Make sure the hostname listed is pingable on both the server and all clients in the network.  Click on customize to configure this.<br />
<img src="http://www.d2k.nl/domino/images/24.png" alt="Network Settings" title="Network Settings" /><br />
Enter the hostname in both highlighted fields and click on Ok to close the dialog.<br />
<img src="http://www.d2k.nl/domino/images/25.png" alt="Network config" title="Network Config" /><br />
Click Next to advance to the next screen.<br />
<img src="http://www.d2k.nl/domino/images/26.png" alt="Completed network config" title="Completed network config" /><br />
Accept the defaults in this screen, as it increases the standard security level.<br />
<img src="http://www.d2k.nl/domino/images/27.png" alt="Security Standard" title="Security Standard" /><br />
Review your settings and click Setup to continue the configuration setup.<br />
<img src="http://www.d2k.nl/domino/images/28.png" alt="Review" title="Review" /><br />
Wait untill this process completes.<br />
<img src="http://www.d2k.nl/domino/images/29.png" alt="Installation Progress" title="Installation Progress" /><br />
Congratulations, the installation has now been completed.
<img src="http://www.d2k.nl/domino/images/30.png" alt="Completed" title="Completed" /><br />
We now have 3 very important files, that are the base of a Lotus Domino environment.
<ol>
<li>The Certifier ID (cert.id)</li>
<li>The Server ID (server.id)</li>
<li>The Administrator ID (admin.id)</li>
</ol>
These files should be kept safe at all times, as they will allow you to do all the interesting things.<br /><br Before we continue to the next chapter, we will start the server for the first time.<BR /> Doubleclick the Lotus Domino server icon on the Desktop<br />
<img src="http://www.d2k.nl/domino/images/14.png" alt="First run" title="First run" /><br />
When you click that, you'll get the following prompt (UAC):<br />
<img src="http://www.d2k.nl/domino/images/15.png" alt="UAC" title="UAC" /><br />
The following screen display's:<br />
<img src="http://www.d2k.nl/domino/images/31.png" alt="Services choice" title="Services choice" /><br />
We choose "Start Domino as a Windows service" and we check both checkboxes at "Always start Domino as a service at system startup" and "don't ask me again" before clicking OK.<br />
<img src="http://www.d2k.nl/domino/images/32.png" alt="Services choice 2" title="Services choice 2" /><br />
The server is now started in the background, so we doubleclick the "Lotus Domino Console" icon on the desktop.
When you click that, you'll get the following prompt (UAC):<br />
<img src="http://www.d2k.nl/domino/images/15.png" alt="UAC" title="UAC" /><br />
The Lotus Domino Console application let's you view the Lotus Domino server console, and allows you to type in commands directly on the server.<br />
<img src="http://www.d2k.nl/domino/images/33.png" alt="Domino server started" title="Domino server started" /><br />
Before we shutdown the server, give it 10-15 minutes to complete the initial tasks it needs to do.<br />
In the meantime, we'll go to the next chapter.<br /><br />
<br /><br />
<u><a href="http://www.d2k.nl/domino/blog4.php/2012/05/09/installing-lotus-notes-admin-designer">Next: Installing Lotus Notes Admin/Designer Client</a></u><br />]]></content:encoded>
								<comments>http://www.d2k.nl/domino/blog4.php/2012/05/09/first-run-configuration#comments</comments>
			<wfw:commentRss>http://www.d2k.nl/domino/blog4.php?tempskin=_rss2&#38;disp=comments&#38;p=233</wfw:commentRss>
		</item>
			</channel>
</rss>
