﻿<?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>Computer Architechs International Corporation &#187; LFS</title>
	<atom:link href="http://www.caicorp.com/archives/tag/lfs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.caicorp.com</link>
	<description>Premier IT Administrators and Developers of Los Angeles, Orange County and Beyond</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:33:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SugarCRM install package for Lotus Foundations – LDAP integration</title>
		<link>http://www.caicorp.com/archives/804</link>
		<comments>http://www.caicorp.com/archives/804#comments</comments>
		<pubDate>Tue, 07 Sep 2010 16:00:49 +0000</pubDate>
		<dc:creator>ktatsuki</dc:creator>
				<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Foundations Start Appliance]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=804</guid>
		<description><![CDATA[Here we explain how to integrate LDAP between SugarCRM  Lotus Foundations so that Lotus Foundations user account can login to SugarCRM without creating the new account into SugarCRM manually. If you haven’t done to install SugarCRM on Lotus Foundations, please go to here to download the install package And, please check here for SugarCRM installation [...] [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F804"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F804&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here we explain how to integrate LDAP between SugarCRM  Lotus Foundations so that Lotus Foundations user account can login to SugarCRM without creating the new account into SugarCRM manually.</p>
<p>If you haven’t done to install SugarCRM on Lotus Foundations,</p>
<p>please go to <a href="../archives/757">here</a> to download the install package</p>
<p>And, please check <a href="../archives/763">here</a> for SugarCRM installation guide on Lotus Foundations server</p>
<p>also,  <a href="../archives/780">here</a> for SugarCRM install package for Lotus Foundations ? SugarCRM Setup Wizard.</p>
<hr />
<ol>
<li>Check your Louts Foundations LDAP Base DN. The LDAP Base DN supposes to be like below<br />
<strong>ou=users,dc=domain,dc=com</strong></p>
<p>For example, if your server name is <strong><em>lfs.mydomain.net</em></strong>,<br />
then Base DN is <strong>ou=users,dc=</strong><strong><em>mydomain</em></strong>,<strong>dc=net</strong></p>
<p>If you want to test LDAP connection by using LDAP Client such as JXplorer(Open Source LDAP Client), the configuration will become like below</p>
<p><strong>Host</strong>:  server ip address<br />
<strong>Port</strong>: 389<br />
<strong>Protocol</strong>:LDAP v2<br />
<strong>Base DN</strong>: ou=users,dc=mydomain,dc=net<br />
<strong>Level</strong>: User + Password<br />
<strong>User DN</strong>: uid=root,ou=users,dc=mydomain,dc=net<br />
<strong>Password</strong>: root password</p>
<p><div id="attachment_1023" class="wp-caption alignnone" style="width: 310px"><strong><a href="http://www.caicorp.com/wp-content/uploads/2010/09/ie_jxplorer.png" rel="lightbox[804]"><img class="size-medium wp-image-1023" title="Example of LDAP Client (Jxplorer)" src="http://www.caicorp.com/wp-content/uploads/2010/09/ie_jxplorer-300x225.png" alt="Example for LDAP Client" width="300" height="225" /></a></strong><p class="wp-caption-text">Example for LDAP Client</p></div></li>
<li>Log-in to SugarCRM as administrator</li>
<li>Click [Admin] link from top-right corner
<p><div id="attachment_1024" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm18.jpg" rel="lightbox[804]"><img class="size-medium wp-image-1024" title="Admin Link of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm18-300x120.jpg" alt="Admin Link of SugarCRM" width="300" height="120" /></a><p class="wp-caption-text">Admin Link of SugarCRM</p></div></li>
<li>Click [Password Management] link from Admin Page
<p><div id="attachment_1025" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm19.jpg" rel="lightbox[804]"><img class="size-medium wp-image-1025" title="Password Management Link of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm19-300x84.jpg" alt="Password Management Link of SugarCRM" width="300" height="84" /></a><p class="wp-caption-text">Password Management Link of SugarCRM</p></div></li>
<li>Check [LDAP Support] checkbox</li>
<li>Configure like below<br />
<strong>Enable LDAP Authentication:</strong> YES<br />
<strong>Server</strong>:  IP_ADDRESS<br />
<strong>Port Number: </strong>389<br />
<strong>User DN:</strong> ou=users,dc=caicorp,dc=com<br />
User Filter:<br />
<strong>Bind Attribute:</strong> dn<br />
<strong>Login Attribute:</strong> uid<br />
Group Membership:<br />
Authentication:<br />
<strong>Auto Create Users: </strong>YES<br />
Encryption Key:</p>
<p><div id="attachment_1027" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm20.jpg" rel="lightbox[804]"><img class="size-medium wp-image-1027" title="LDAP configuration on SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/09/sugarcrm20-300x188.jpg" alt="LDAP configuration on SugarCRM" width="300" height="188" /></a><p class="wp-caption-text">LDAP configuration on SugarCRM</p></div></li>
<li>Click [Save] button</li>
</ol>
<p>That&#8217;s all.</p>
<p>Please test if you can log-in as Lotus Foundations user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/804/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM install package for Lotus Foundations – SugarCRM Setup Wizard</title>
		<link>http://www.caicorp.com/archives/780</link>
		<comments>http://www.caicorp.com/archives/780#comments</comments>
		<pubDate>Tue, 07 Sep 2010 13:00:56 +0000</pubDate>
		<dc:creator>ktatsuki</dc:creator>
				<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Foundations Start Appliance]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=780</guid>
		<description><![CDATA[Here we explain how to set up the SugarCRM CE 6.0.0 after installation of SugarCRM on Lotus Foundations finished. If you haven&#8217;t done to install SugarCRM on Lotus Foundations, please go to here to download the install package and please check here for SugarCRM installation guide on Lotus Foundations server. Also after all this setup [...] [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F780"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F780&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here we explain how to set up the SugarCRM CE 6.0.0 after installation of SugarCRM on Lotus Foundations finished.</p>
<p>If you haven&#8217;t done to install SugarCRM on Lotus Foundations,</p>
<p>please go to <a href="/archives/757">here</a> to download the install package</p>
<p>and</p>
<p>please check <a href="/archives/763">here</a> for SugarCRM installation guide on Lotus Foundations server.</p>
<p>Also after all this setup wizard, you might want to check <a href="/archives/804">here</a> for integration between SugarCRM and Lotus Foundations LDAP.</p>
<hr />
<ol>
<li>Access to &#8220;http://<em>&lt;Your IP Address&gt;</em>/~sugarcrm/&#8221;<br />
<em>&lt;Your IP Address&gt; </em>take place with your ip address or host name of Lotus Foundations server.</p>
<div id="attachment_769" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm06.jpg" rel="lightbox[780]"><img class="size-medium wp-image-769" title="First page of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm06-300x220.jpg" alt="First page of SugarCRM" width="300" height="220" /></a><p class="wp-caption-text">First page of SugarCRM</p></div>
<p>Choose your language, and then Click Next button.</li>
<li>Click Next button
<p><div id="attachment_782" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm07.jpg" rel="lightbox[780]"><img class="size-medium wp-image-782" title="Ready to set up SugarCRM?" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm07-300x227.jpg" alt="Ready to set up SugarCRM?" width="300" height="227" /></a><p class="wp-caption-text">Ready to set up SugarCRM?</p></div></li>
<li>After reading License Acceptance, check &#8220;I Accept&#8221; checkbox, and then Click Next button
<div id="attachment_783" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm08.jpg" rel="lightbox[780]"><img class="size-medium wp-image-783" title="Lisence agreement of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm08-300x228.jpg" alt="Lisence agreement of SugarCRM" width="300" height="228" /></a><p class="wp-caption-text">Lisence agreement of SugarCRM</p></div>
<p>If you got the warning message window like below,</p>
<div id="attachment_784" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm09.jpg" rel="lightbox[780]"><img class="size-medium wp-image-784" title="default setting &quot;EGPCS&quot;" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm09-300x131.jpg" alt="System Check Acceptance" width="300" height="131" /></a><p class="wp-caption-text">System Check Acceptance</p></div>
<p>Please check if &#8220;Web server&#8221; configuration of Lotus Foundation server is like below. Then restart &#8220;Web Server&#8221; and &#8220;Secure Web Server&#8221; by toggling the radio button status between [Enable] and [Disable] and save twice.<br />
<strong>Web Server: </strong>[Enable] or [Only Trusted Hotes]<br />
<strong>Secure Web Server: </strong>[Enable] or [Only Trusted Hotes]<br />
<strong>MySQL Server: </strong>[Enable]<br />
<strong>Users’ personal home pages: </strong>[Enable] or [Only Trusted  Hotes]<br />
<strong>Content filtering: </strong>[Disable]</p>
<p><div id="attachment_768" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm05.jpg" rel="lightbox[780]"><img class="size-medium wp-image-768" title="Configure web server settings on Lotus Foundations" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm05-300x186.jpg" alt="Configure web server settings on Lotus Foundations" width="300" height="186" /></a><p class="wp-caption-text">Configure web server settings on Lotus Foundations</p></div></li>
<li>For this setup wizard guide, simply select &#8220;Typical Install&#8221;, and then Click Next
<p><div id="attachment_785" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm10.jpg" rel="lightbox[780]"><img class="size-medium wp-image-785" title="Choose Install Type of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm10-300x152.jpg" alt="Choose Install Type of SugarCRM" width="300" height="152" /></a><p class="wp-caption-text">Choose Install Type of SugarCRM</p></div></li>
<li>Click Next
<p><div id="attachment_786" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm11.jpg" rel="lightbox[780]"><img class="size-medium wp-image-786" title="SugarCRM Database Type" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm11-300x132.jpg" alt="SugarCRM Database Type" width="300" height="132" /></a><p class="wp-caption-text">SugarCRM Database Type</p></div></li>
<li>Enter <strong>Database Administrator Username</strong> and <strong>Datbase Admin Password</strong>.<br />
Here simply enter Lotus Foundations &#8220;<strong>root</strong>&#8221; and <strong>root&#8217;s password </strong><br />
Don&#8217;t need to change the default value of <strong>Database Name</strong> and <strong>Host Name</strong> if you are not familiar with this.</p>
<div id="attachment_787" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm12.jpg" rel="lightbox[780]"><img class="size-medium wp-image-787" title="Provide Database Name of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm12-300x295.jpg" alt="Provide Database Name of SugarCRM" width="300" height="295" /></a><p class="wp-caption-text">Provide Database Name of SugarCRM</p></div>
<p>Then, Click Next.<br />
After pop up the message regarding &#8220;Verifying DB Credentials&#8221;, Click &#8220;I Accept&#8221;<br />
<strong><br />
</strong></li>
<li>Enter SugarCRM Administrator User name and password, Click Next
<p><div id="attachment_788" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm13.jpg" rel="lightbox[780]"><img class="size-medium wp-image-788" title="Identify Administration User of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm13-300x166.jpg" alt="Identify Administration User of SugarCRM" width="300" height="166" /></a><p class="wp-caption-text">Identify Administration User of SugarCRM</p></div></li>
<li>Click Install
<p><div id="attachment_789" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm14.jpg" rel="lightbox[780]"><img class="size-medium wp-image-789" title="Confirm Settings of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm14-300x239.jpg" alt="Confirm Settings of SugarCRM" width="300" height="239" /></a><p class="wp-caption-text">Confirm Settings of SugarCRM</p></div></li>
<li>Click Next
<p><div id="attachment_790" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm15.jpg" rel="lightbox[780]"><img class="size-medium wp-image-790" title="Perform Setup of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm15-300x176.jpg" alt="Perform Setup of SugarCRM" width="300" height="176" /></a><p class="wp-caption-text">Perform Setup of SugarCRM</p></div></li>
<li>Register your information. In our case, Just click Next because of demo.
<p><div id="attachment_791" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm16.jpg" rel="lightbox[780]"><img class="size-medium wp-image-791" title="Registration page of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm16-300x289.jpg" alt="Registration page of SugarCRM" width="300" height="289" /></a><p class="wp-caption-text">Registration page of SugarCRM</p></div></li>
<li>Could you get the web page below? Congratulations!! SugarCRM setup is done!
<div id="attachment_792" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm17.jpg" rel="lightbox[780]"><img class="size-medium wp-image-792" title="SugarCRM login page" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm17-300x150.jpg" alt="SugarCRM login page" width="300" height="150" /></a><p class="wp-caption-text">SugarCRM login page</p></div>
<p>Now you can login as administrator which you created in step 7.</li>
</ol>
<hr />Enjoy your SugarCRM on Lotus Foundations!</p>
<p>Do you want to integrate SugarCRM with Lotus Foundations LDAP account?</p>
<p>It is very simple! Please check <a href="/archives/804">here</a> for LDAP integration configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM install package for Lotus Foundations – Installation guide</title>
		<link>http://www.caicorp.com/archives/763</link>
		<comments>http://www.caicorp.com/archives/763#comments</comments>
		<pubDate>Tue, 07 Sep 2010 13:00:52 +0000</pubDate>
		<dc:creator>ktatsuki</dc:creator>
				<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=763</guid>
		<description><![CDATA[Here we explain how to install the SugarCRM (CE Version 6.0) install package to Lotus Foundations. You can download &#8220;SugarCRM CE Version 6.0&#8243; install package for Lotus Foundations from here. After you complete the installation below, you might be also interested in here for setting up your SugarCRM with Setup Wizard. Download the SugarCRM package [...] [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F763"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F763&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here we explain how to install the SugarCRM (CE Version 6.0) install package to Lotus Foundations.</p>
<p>You can download &#8220;SugarCRM CE Version 6.0&#8243; install package for Lotus Foundations from <a href="/archives/757">here</a>.</p>
<p>After you complete the installation below, you might be also interested in <a href="/archives/780">here</a> for setting up your SugarCRM with Setup Wizard.</p>
<hr />
<ol>
<li>Download the SugarCRM package file from <a href="/archives/757">here</a>.</li>
<li>Copy the &#8220;ext-sugarcrm-CE6.pkg&#8221; file to autoinstall folder of SugarCRM.
<p><div id="attachment_764" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm01.jpg" rel="lightbox[763]"><img class="size-medium wp-image-764" title="Copying package file" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm01-300x215.jpg" alt="Put the package file to autoinstall folder" width="300" height="215" /></a><p class="wp-caption-text">Put the package file to autoinstall folder</p></div></li>
<li>Go to Lotus Foundations Web Config page.</li>
<li>Click &#8220;Software Update&#8221;.</li>
<li>Click &#8220;Add-ons&#8221; tab.</li>
<li>Click &#8220;All Available Packages&#8221; from &#8220;Add-ons&#8221; page.</li>
<li>Click &#8220;Next Page&#8221; arrow until you can find &#8220;SugarCRM CE6.0 Addon (On Disk: Team autoinstall/ext-sugarcrm-CE6.pkg)&#8221;
<p><div id="attachment_765" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm02.jpg" rel="lightbox[763]"><img class="size-medium wp-image-765" title="Find Package from Add-ons page" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm02-300x196.jpg" alt="Find Package from Add-ons page" width="300" height="196" /></a><p class="wp-caption-text">Find Package from Add-ons page</p></div></li>
<li>Click &#8220;Quick Install&#8221; button from &#8220;Actions&#8221; on right side.</li>
<li>Installation starts. If nothing appears, Click &#8220;Software Update&#8221; link from left navigation.
<p><div id="attachment_766" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm03.jpg" rel="lightbox[763]"><img class="size-medium wp-image-766" title="Progress of installing SugarCRM PHP code" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm03-300x158.jpg" alt="Progress of installing SugarCRM PHP" width="300" height="158" /></a><p class="wp-caption-text">Progress of installing SugarCRM PHP</p></div></li>
<li>After installation finish, click &#8220;Acknowledge&#8221; button.
<p><div id="attachment_767" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm04.jpg" rel="lightbox[763]"><img class="size-medium wp-image-767" title="Finishing installation of SugarCRM core" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm04-300x145.jpg" alt="Finishing installation of SugarCRM core" width="300" height="145" /></a><p class="wp-caption-text">Finishing installation of SugarCRM core</p></div></li>
<li>Go to &#8220;Web Server Setup&#8221; page by clicking &#8220;Web Server&#8221; on left navigation.</li>
<li>Confirm your web server configuration is like below<br />
<strong>Web Server: </strong>[Enable] or [Only Trusted Hotes]<br />
<strong>Secure Web Server: </strong>[Enable] or [Only Trusted Hotes]<br />
<strong>MySQL Server: </strong>[Enable]<br />
<strong>Users&#8217; personal home pages: </strong>[Enable] or [Only Trusted Hotes]<br />
<strong>Content filtering: </strong>[Disable]</p>
<div id="attachment_768" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm05.jpg" rel="lightbox[763]"><img class="size-medium wp-image-768" title="Configure web server settings on Lotus Foundations" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm05-300x186.jpg" alt="Configure web server settings on Lotus Foundations" width="300" height="186" /></a><p class="wp-caption-text">Configure web server settings on Lotus Foundations</p></div>
<p>Then, Click &#8220;Save Changes&#8221;</li>
<li>Open the browser. and type &#8220;http://<em>&lt;Your IP Address &gt;</em>/~sugarcrm/&#8221;<br />
<em>&lt;Your IP Address&gt;</em> takes place with your ip address or host name of Lotus Foundations</li>
<li>If you could see the web page like below, Congratulations!! You success to install SugarCRM CE 6.0 on Lotus Foundations
<p><div id="attachment_769" class="wp-caption alignnone" style="width: 310px"><a href="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm06.jpg" rel="lightbox[763]"><img class="size-medium wp-image-769" title="First page of SugarCRM" src="http://www.caicorp.com/wp-content/uploads/2010/08/sugarcrm06-300x220.jpg" alt="First page of SugarCRM" width="300" height="220" /></a><p class="wp-caption-text">First page of SugarCRM</p></div></li>
</ol>
<hr />Now you can set up your SugarCRM with Setup Wizard. Please check <a href="/archives/780">here</a> for Step by Step configuration of SugarCRM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/763/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SugarCRM install package for Lotus Foundations – Download page</title>
		<link>http://www.caicorp.com/archives/757</link>
		<comments>http://www.caicorp.com/archives/757#comments</comments>
		<pubDate>Tue, 07 Sep 2010 13:00:42 +0000</pubDate>
		<dc:creator>ktatsuki</dc:creator>
				<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=757</guid>
		<description><![CDATA[Please click download button below to download the SugarCRM install package for Lotus Foundations. For installation guide of SugarCRM CE 6.0, please check here. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F757"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F757&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Please click download button below to download the SugarCRM install package for Lotus Foundations.</p>
<p>For installation guide of SugarCRM CE 6.0, please check <a href="/archives/763">here</a>.</p>
<p><code><div class="download-info single">   <div class="side-section">     <p><img src="http://www.caicorp.com/wp-content/uploads/downloads/thumbnails/2010/08/SugarCRM_logo.gif" class="download-image" alt="SugarCRM for Lotus Foundations" title="SugarCRM for Lotus Foundations" width="112" /></p>     <p><a href="http://www.caicorp.com/wp-content/plugins/download-monitor/download.php?id=1" class="download-button" target="_blank">Download:</a></p>   </div> <div class="main-section">   <h3 class="download-info-heading">SugarCRM for Lotus Foundations</h3>   <table class="download-meta" cellspacing="0" style="width:92%">     <thead>       <tr> 	<th scope="col">Attribute</th> 	<th style="text-align:right" scope="col">Value</th>       </tr>     </thead>     <tbody>       <tr> 	<th scope="row">Uploaded Date</th> 	<td style="text-align:right">2010-09-07</td>       </tr>       <tr> 	<th scope="row">Downloaded Times:</th> 	<td style="text-align:right">203 time(s)</td>       </tr>     </tbody>   </table>   <div class="download-desc">     <h4 class="download-desc-heading">Description</h4>     <p><strong>SugarCRM CE 6.0 Install Package for Lotus Foundations.</strong>
<br />
<br />
<br />
<strong>By downloading the software you agree to the following disclaimer: </strong>
<br />
<br />
<div style="width:100%; text-align:center;">
<strong>- Disclaimer - </strong><div>
<br />
All software is provided “AS IS,” and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are expressly disclaimed.<br />
<br />
Except for proven gross negligence, Computer Architechs International Corporation ("CAI") nor its officers, employees or agents shall be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, breach of expressed or implied contract; procurement of substitute goods or services; loss of use, data or profits; business interruption; or damage to any equipment, software and/or data files) however caused and on any legal theory of liability, whether for contract, tort, strict liability, or a combination thereof (including negligence or otherwise) arising in any way out of the direct or indirect use of software obtained here, even if advised of the possibility of such risk and potential damage.<br />
<br />
All files provided here have been virus scanned; however, for your own protection, you should scan these files again (as you should for any file downloaded from the internet.) <br />
<br />
CAI refuses any assumed or asserted claim of direct or derivative liability for any damage or loss resulting from the failure, defect, malfunction, use or misuse of any software product offered for downloading.<br />
<br />
CAI uses reasonable care to ensure that software products, files, etc are safe to operate when installed according to the manufacturer's installation instructions and that all products are free from any known software virus. If you have any doubt at all about the safety and operation of software made available to you, do not download the software.</p>   </div> </div> </div>  <div style="display:block;width:96%;height:3px;border-bottom:dotted 1px #999999;margin:0 0 10px;"></div></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the IBM Lotus Foundations Start server software appliance really “too good to be true”?</title>
		<link>http://www.caicorp.com/archives/539</link>
		<comments>http://www.caicorp.com/archives/539#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:57:08 +0000</pubDate>
		<dc:creator>rgesteland</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Disaster Recovery Backup]]></category>
		<category><![CDATA[Lotus Domino server]]></category>
		<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Reduce IT Costs]]></category>
		<category><![CDATA[SMB Server Appliance]]></category>
		<category><![CDATA[Antispam]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[Disaster Recovery Backups]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Encrypted Backups]]></category>
		<category><![CDATA[File and Print Sharing]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Flash Module]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[IDB]]></category>
		<category><![CDATA[Intelligent Disk Backup]]></category>
		<category><![CDATA[Kaspersky]]></category>
		<category><![CDATA[LCD Server Control]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[Lotus Symphony]]></category>
		<category><![CDATA[Office Compatibility]]></category>
		<category><![CDATA[One button backup restore]]></category>
		<category><![CDATA[Remote Connectivity]]></category>
		<category><![CDATA[Spam Control]]></category>
		<category><![CDATA[Virtual Private Server]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Windows Virtual Machine]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=539</guid>
		<description><![CDATA[We&#8217;ve begun selling and explaining the IBM Lotus Foundations Start (LFS) server software appliance to existing and potential customers.  I show them a side-by-side comparison chart with a competing small business solution so that they can compare apples-to-apples.  After a short explanation, I&#8217;ve gotten comments such as: - &#8220;This sounds too good to be true&#8221; [...] [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F539"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F539&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We&#8217;ve begun selling and explaining the IBM Lotus Foundations Start (LFS) server software appliance to existing and potential customers.  I show them a side-by-side comparison chart with a competing small business solution so that they can compare apples-to-apples.  After a short explanation, I&#8217;ve gotten comments  such as:</p>
<p>- &#8220;This sounds too good to be true&#8221;</p>
<p>- &#8220;Why would I not choose Lotus Foundations?&#8221;</p>
<p>However, customers still show hesitation because the underlying operating system is Linux and there is concern regarding interoperability with Windows.  Of course, we know that we can load a virtual environment with Windows on it, but that is not the same as having the whole appliance running Windows.  This is not a show stopper by any means.  Customers are wowed (as I stated above) by all that LFS can do and they are pleased that they are now afforded a choice in the SMB market.  At the same time, LFS is a significant upfront investment for smaller businesses, so they want to vet this new opportunity before taking the leap.</p>
<p>I&#8217;m confident that LFS can hold its own as it really is not &#8220;too good to be true&#8221;.  It is truly a great solution that, not only offer SMBs a stable and reliable alternative,  but, also, I believe will allow SMBs to streamline their IT infrastructure while also allowing them to spend more time focusing on their core business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/539/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID is an &#8220;unadvertised&#8221; feature of IBM Lotus Foundations Start Server Appliance</title>
		<link>http://www.caicorp.com/archives/481</link>
		<comments>http://www.caicorp.com/archives/481#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:12:27 +0000</pubDate>
		<dc:creator>rgesteland</dc:creator>
				<category><![CDATA[Lotus Domino server]]></category>
		<category><![CDATA[Lotus Foundations Start]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[SMB Server Appliance]]></category>
		<category><![CDATA[Foundations Start Appliance]]></category>
		<category><![CDATA[IBM Lotus Foundations Start Server]]></category>
		<category><![CDATA[LFS]]></category>

		<guid isPermaLink="false">http://www.caicorp.com/?p=481</guid>
		<description><![CDATA[A potential customer for IBM Lotus Foundations Start (LFS) server recently inquired whether the server appliance is able to support a RAID configuration.   At first, I thought that a RAID configuration was not supported.  However, after some research this is what I found out. First of all, you may already know that the LFS server [...] [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F481"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.caicorp.com%2Farchives%2F481&amp;source=caicorp&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>A potential customer for IBM Lotus Foundations Start (LFS) server recently inquired whether the server appliance is able to support a RAID configuration.   At first, I thought that a RAID configuration was not supported.  However, after some research this is what I found out.</p>
<p>First of all, you may already know that the LFS server appliance advertises its inclusion of Intelligent Disk Backup (IDB) for true disaster recovery by taking incremental backups, as often as every 15 minutes, of all data and operating system and software settings.  However,  if the very unlikely event that the main hard drive fails for whatever reason, the server is only available in minimal operational mode until a full restore is possible.  Of course, a full restore can occur in minutes with a push of a button, but this can still be an inconvenience for a business in the middle of a business day.</p>
<p>If the LFS server appliance could also support a RAID configuration, then downtime could be drastically minimized with a hard drive failure.  After looking over the LFS administration manual, I was able to verify that a RAID configuration is possible.  In fact, with only a few clicks, LFS can put a RAID configuration into place quickly and easily. RAID 1 is supported if you 2 main drives of the same type, and RAID 5 is supported if you have 3 or more.  So, from the software standpoint, RAID is obviously supported.</p>
<p>If you look at the server appliance hardware specifications neither the Entry Level or Advanced Level servers from IBM make any mention of RAID.  Both server types come with one 250Gb main drive and a 500Gb (Entry) or 1Tb (Advanced) hard drive for IDB backups.  This is not a supported RAID hardware configuration.  So I inquired further.  What I found out was that you can add additional 250Gb hard drives to the standard server configuration to achieve RAID through the software configuration process.  You just need to specifically request the extra hard drives be added.</p>
<p>So, it appears, that RAID is an &#8220;unadvertised&#8221; feature of the LFS server appliance that will make this an even more appealing all-in-one-it-solution for SMBs!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caicorp.com/archives/481/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

