<?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>Xenigy Blog</title>
	<atom:link href="http://blog.xenigy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xenigy.com</link>
	<description>A tech  blog all about, datacenters, virtualization, automation, cloud computing &#38; more</description>
	<lastBuildDate>Thu, 15 Apr 2010 16:17:06 +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>BES User Admin Client Install</title>
		<link>http://blog.xenigy.com/bes-user-admin-client-install/</link>
		<comments>http://blog.xenigy.com/bes-user-admin-client-install/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 15:27:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[blackberry hosting]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=348</guid>
		<description><![CDATA[After installing BES USer Admin Tool (BESUserAdminService and BESUSerAdminClient) from Blackberry Resource Kit 5.0, you should run this command to generate BESUserAdminClient password.
Run the following command:
BESUserAdminClient -set_client_auth &#8220;-username admin -password adminpasswd -ad_auth -domain admindomain&#8221; -set_p clientpasswd

Then run the following command: 
BESUserAdminClient -p clientpasswd
Where &#8216;admin&#8217; is the BESadmin login created at the time of BES installation [...]]]></description>
			<content:encoded><![CDATA[<p>After installing BES USer Admin Tool (BESUserAdminService and BESUSerAdminClient) from Blackberry Resource Kit 5.0, you should run this command to generate BESUserAdminClient password.</p>
<p>Run the following command:<strong><br />
BESUserAdminClient -set_client_auth &#8220;-username <em>admin</em> -password <em>adminpasswd</em> -ad_auth -domain <em>admindomain</em>&#8221; -set_p <em>clientpasswd</em><br />
</strong></p>
<p>Then run the following command: <strong><br />
BESUserAdminClient -p clientpasswd</strong></p>
<p>Where &#8216;admin&#8217; is the BESadmin login created at the time of BES installation with password &#8216;adminPwd&#8217;.</p>
<p>You can see if a password has been previously cofiugred by running the following command.</p>
<pre><strong>BESUserAdminClient -p clientPwd -status
</strong></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/bes-user-admin-client-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete disconnected mailbox  in Exchange 2007</title>
		<link>http://blog.xenigy.com/delete-disconnected-mailbox/</link>
		<comments>http://blog.xenigy.com/delete-disconnected-mailbox/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 17:14:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Delete disconnected mailbox in Exchange 2007]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=343</guid>
		<description><![CDATA[Delete disconnected mailbox in Exchange 2007

When you have deleted an mail-enabled Active Directory  account, the mailbox will be moved to Disconnected  Mailbox in your Exchange Management Console.
To delete (purge) the disconnect mailboxes from a database, you run the  following command from your Exchange Management Shell:
Get-MailboxStatistics -database "server\database" &#124; where  {$_.disconnectdate -ne [...]]]></description>
			<content:encoded><![CDATA[<h3>Delete disconnected mailbox in Exchange 2007</h3>
<div>
<p><a href="http://blog.xenigy.com/wp-content/uploads/2010/03/exchange2007.png"><img class="alignleft size-thumbnail wp-image-344" title="exchange2007" src="http://blog.xenigy.com/wp-content/uploads/2010/03/exchange2007-150x150.png" alt="" width="150" height="150" /></a>When you have deleted an <strong>mail-enabled Active Directory  account</strong>, the mailbox will be moved to <strong>Disconnected  Mailbox</strong> in your <strong>Exchange Management Console</strong>.<br />
To delete (purge) the disconnect mailboxes from a database, you run the  following command from your Exchange Management Shell:</p>
<p><code>Get-MailboxStatistics -database "server\database" | where  {$_.disconnectdate -ne $null} | foreach {Remove-mailbox -database  $_.database -storemailboxidentity $_.mailboxguid} </code></p>
<p>This command first retrieves all disconnected mailboxes from your  server\database, and then runs the <strong>Remove-mailbox</strong> command for every mailbox. To verify that only the disconnected  mailboxes will be removed, you run the following command first:</p>
<p><code>Get-MailboxStatistics -database "server\database" | where  {$_.disconnectdate -ne $null}</code></p>
<p>This will list all <strong>current disconnected mailboxes</strong>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/delete-disconnected-mailbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft and Citrix desktop virtualisation</title>
		<link>http://blog.xenigy.com/microsoft-and-citrix-desktop-virtualisation/</link>
		<comments>http://blog.xenigy.com/microsoft-and-citrix-desktop-virtualisation/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:32:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[virtualisation technology]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=341</guid>
		<description><![CDATA[Microsoft and Citrix have announced a programme to jointly develop desktop virtualisation technology in a move they claim will lead to products that will simplify the way IT departments manage their desktop PCs.
The move is part of a package of measures unveiled by Microsoft which aim to kick-start businesses&#8217; use of virtualisation technology to host [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Microsoft and Citrix have announced a programme to jointly develop desktop virtualisation technology in a move they claim will lead to products that will simplify the way IT departments manage their desktop PCs.</div>
<div id="_mcePaste">The move is part of a package of measures unveiled by Microsoft which aim to kick-start businesses&#8217; use of virtualisation technology to host applications and data in datacentres and the cloud, rather than on desktop PCs.</div>
<div id="_mcePaste">&#8220;We are trying to enable the mainstream adoption of desktop virtualisation,&#8221; says Dai Vu, director of virtualisation solutions marketing at Microsoft. &#8220;With companies upgrading from XP to Windows 7, it is going to give people the opportunity to think about desktop virtualisation in its widest sense.&#8221;<span id="more-341"></span></div>
<div id="_mcePaste">Microsoft plans to release virtualisation technology in the next service pack for Windows Server 2008, which will aim to give users running a virtual desktop an experience that more closely mirrors the performance of a desktop PC.</div>
<div id="_mcePaste">Under the deal, Citrix will work with Microsoft to extend the latter&#8217;s desktop virtualisation technology to cover a wider range of devices, such as mobile devices and laptops, and a wider range of scenarios, for example making it easier for businesses to run virtualised desktops in branch offices.</div>
<div id="_mcePaste">Straightforward licensing</div>
<div id="_mcePaste">Microsoft has also simplified its licensing for virtualised desktop infrastructure, in a move designed to encourage businesses to try the technology.</div>
<div id="_mcePaste">Under the new terms, businesses will be able use virtual desktops as part of Microsoft&#8217;s Software Assurance licence scheme, rather than having to buy separate licences, previously charged at $23 per desktop per year.</div>
<div id="_mcePaste">Users will also have the right to access their virtual desktop remotely without having to buy an extra licence.</div>
<div id="_mcePaste">The company has introduced a promotion, dubbed Rescue for VMware VDI, in an attempt to persuade businesses to move away from VMware&#8217;s desktop virtualisation technology.</div>
<div id="_mcePaste">The deal allows customers to trade-in up to 500 licences for VMware&#8217;s desktop virtualisation package in exchange for Microsoft VDI and Citrix Xen licences for one year.</div>
<div id="_mcePaste">Microsoft claims that many business have not used the VMware desktop virtualisation licences.</div>
<div id="_mcePaste">Another promotion will allow IT departments to buy licences to virtualise up to 250 desktops at a 50% discount.</div>
<div id="_mcePaste">&#8220;Companies are still playing a waiting game. Everyone is waiting for virtualised desktops to take off. $28 will get you started with a virtual desktop. It is very compelling, very easy, and you don&#8217;t have to go to the CFO to get it approved,&#8221; says Summit Dhawan, vice-president of product marketing for Xen Desktop at Citrix.</div>
<p>Microsoft and Citrix have announced a programme to jointly develop desktop virtualisation technology in a move they claim will lead to products that will simplify the way IT departments manage their desktop PCs.<br />
The move is part of a package of measures unveiled by Microsoft which aim to kick-start businesses&#8217; use of virtualisation technology to host applications and data in datacentres and the cloud, rather than on desktop PCs.<br />
&#8220;We are trying to enable the mainstream adoption of desktop virtualisation,&#8221; says Dai Vu, director of virtualisation solutions marketing at Microsoft. &#8220;With companies upgrading from XP to Windows 7, it is going to give people the opportunity to think about desktop virtualisation in its widest sense.&#8221;<br />
Microsoft plans to release virtualisation technology in the next service pack for Windows Server 2008, which will aim to give users running a virtual desktop an experience that more closely mirrors the performance of a desktop PC.<br />
Under the deal, Citrix will work with Microsoft to extend the latter&#8217;s desktop virtualisation technology to cover a wider range of devices, such as mobile devices and laptops, and a wider range of scenarios, for example making it easier for businesses to run virtualised desktops in branch offices.<br />
Straightforward licensing<br />
Microsoft has also simplified its licensing for virtualised desktop infrastructure, in a move designed to encourage businesses to try the technology.<br />
Under the new terms, businesses will be able use virtual desktops as part of Microsoft&#8217;s Software Assurance licence scheme, rather than having to buy separate licences, previously charged at $23 per desktop per year.<br />
Users will also have the right to access their virtual desktop remotely without having to buy an extra licence.<br />
The company has introduced a promotion, dubbed Rescue for VMware VDI, in an attempt to persuade businesses to move away from VMware&#8217;s desktop virtualisation technology.<br />
The deal allows customers to trade-in up to 500 licences for VMware&#8217;s desktop virtualisation package in exchange for Microsoft VDI and Citrix Xen licences for one year.<br />
Microsoft claims that many business have not used the VMware desktop virtualisation licences.<br />
Another promotion will allow IT departments to buy licences to virtualise up to 250 desktops at a 50% discount.<br />
&#8220;Companies are still playing a waiting game. Everyone is waiting for virtualised desktops to take off. $28 will get you started with a virtual desktop. It is very compelling, very easy, and you don&#8217;t have to go to the CFO to get it approved,&#8221; says Summit Dhawan, vice-president of product marketing for Xen Desktop at Citrix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/microsoft-and-citrix-desktop-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition for: Xen</title>
		<link>http://blog.xenigy.com/definition-for-xen/</link>
		<comments>http://blog.xenigy.com/definition-for-xen/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 05:14:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Definition for: Xen]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=337</guid>
		<description><![CDATA[Open source virtualization software that is used to partition workstations and servers into separate virtual machines, each containing its own copy of an OS. Pronounced &#8220;zen,&#8221; and developed at the University of Cambridge in the U.K., Xen is noted for its fast response and low overhead. Xen is a small, low-level &#8220;hypervisor,&#8221; which is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.xenigy.com/wp-content/uploads/2010/03/xen.png"><img class="alignleft size-medium wp-image-338" style="border: 1px solid black; margin: 6px 10px;" title="xen" src="http://blog.xenigy.com/wp-content/uploads/2010/03/xen-300x141.png" alt="" width="240" height="113" /></a>Open source virtualization software that is used to partition workstations and servers into separate virtual machines, each containing its own copy of an OS. Pronounced &#8220;zen,&#8221; and developed at the University of Cambridge in the U.K., Xen is noted for its fast response and low overhead. Xen is a small, low-level &#8220;hypervisor,&#8221; which is the first control software loaded when the computer starts up.<span id="more-337"></span></p>
<p>Originally developed for x86 machines, support for the IA-64 (Itanium) and POWER5 (Mac) platforms followed. Xen gained wide acceptance in the Linux server market in the 2005 time frame.</p>
<p>The OS Must Be Ported<br />
Xen uses one or more privileged &#8220;guest&#8221; operating systems for handling the actual device drivers for the hardware. Known as &#8220;paravirtualization&#8221; and unlike VM environments where the OS runs as is, the OS that runs on top of Xen must be programmed to call Xen virtual drivers, which, in turn, call the real drivers. Linux and versions of Unix were the first operating systems ported to Xen.</p>
<p>Because the real drivers run outside of Xen, the machine can always be booted into a consistent, secure base personality. In addition, a virtual machine (OS and apps) can be moved to another server and continue running in a matter of seconds.</p>
<p><a title="Xen" href="http://dictionary.zdnet.com/definition/Xen.html?tag=content;col1" target="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/definition-for-xen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What cloud computing really means</title>
		<link>http://blog.xenigy.com/what-cloud-computing-really-means/</link>
		<comments>http://blog.xenigy.com/what-cloud-computing-really-means/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 18:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[loud computing]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=326</guid>
		<description><![CDATA[Cloud computing is all the rage. &#8220;It&#8217;s become the phrase du jour,&#8221; says Gartner senior analyst Ben Pring, echoing many of his peers. The problem is that (as with Web 2.0) everyone seems to have a different definition.
As a metaphor for the Internet, &#8220;the cloud&#8221; is a familiar cliché, but when combined with &#8220;computing,&#8221; the [...]]]></description>
			<content:encoded><![CDATA[<p>Cloud computing is all the rage. &#8220;It&#8217;s become the phrase du jour,&#8221; says Gartner senior analyst Ben Pring, echoing many of his peers. The problem is that (as with Web 2.0) everyone seems to have a different definition.</p>
<p>As a metaphor for the Internet, &#8220;the cloud&#8221; is a familiar cliché, but when combined with &#8220;computing,&#8221; the meaning gets bigger and fuzzier. Some analysts and vendors define cloud computing narrowly as an updated version of utility computing: basically virtual servers available over the Internet. Others go very broad, arguing anything you consume outside the firewall is &#8220;in the cloud,&#8221; including conventional outsourcing.<span id="more-326"></span></p>
<p>Cloud computing comes into focus only when you think about what IT always needs: a way to increase capacity or add capabilities on the fly without investing in new infrastructure, training new personnel, or licensing new software. Cloud computing encompasses any subscription-based or pay-per-use service that, in real time over the Internet, extends IT&#8217;s existing capabilities.<br />
loud computing is at an early stage, with a motley crew of providers large and small delivering a slew of cloud-based services, from full-blown applications to storage services to spam filtering. Yes, utility-style infrastructure providers are part of the mix, but so are SaaS (software as a service) providers such as Salesforce.com. Today, for the most part, IT must plug into cloud-based services individually, but cloud computing aggregators and integrators are already emerging.</p>
<p>InfoWorld talked to dozens of vendors, analysts, and IT customers to tease out the various components of cloud computing. Based on those discussions, here&#8217;s a rough breakdown of what cloud computing is all about:</p>
<p>1. SaaS<br />
This type of cloud computing delivers a single application through the browser to thousands of customers using a multitenant architecture. On the customer side, it means no upfront investment in servers or software licensing; on the provider side, with just one app to maintain, costs are low compared to conventional hosting. Salesforce.com is by far the best-known example among enterprise applications, but SaaS is also common for HR apps and has even worked its way up the food chain to ERP, with players such as Workday. And who could have predicted the sudden rise of SaaS &#8220;desktop&#8221; applications, such as Google Apps and Zoho Office?  <a href="http://www.infoworld.com/d/cloud-computing/what-cloud-computing-really-means-031" target="_blank">read full article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/what-cloud-computing-really-means/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Considerations for VM Security</title>
		<link>http://blog.xenigy.com/design-considerations-for-vm-security/</link>
		<comments>http://blog.xenigy.com/design-considerations-for-vm-security/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:05:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VM Security]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=302</guid>
		<description><![CDATA[
Port-Profile capability in Nexus 1000V is the primary mechanism by which network policy is defined and applied to virtual machines. A port-profile can be used to define configuration options as well as security and service level characteristics. Virtual-Service-Domain (VSD), on the other hand, is a feature within the Nexus 1000V that allows for grouping of [...]]]></description>
			<content:encoded><![CDATA[<p><span style="line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: small;"><img id="wp337644" class="alignleft" style="margin-top: 6px; margin-bottom: 6px; margin-left: 10px; margin-right: 10px;" src="http://www.cisco.com/en/US/i/200001-300000/220001-230000/227001-228000/227983.jpg" border="0" alt="" hspace="0" vspace="0" width="329" height="110" /></span></p>
<p>Port-Profile capability in Nexus 1000V is the primary mechanism by which network policy is defined and applied to virtual machines. A port-profile can be used to define configuration options as well as security and service level characteristics. Virtual-Service-Domain (VSD), on the other hand, is a feature within the Nexus 1000V that allows for grouping of one or more port-profiles into one logical domain. The VSD capability allows for services that work in conjunction with Nexus 1000V, such as a virtual firewall entity like vShield, to be integrated into the virtual environment and accessed by the individual domains. This seamless service integration in conjunction with the Nexus 1000V can be used to provide more granular security policies within a virtual environment.<span id="more-302"></span></p>
<p>As mentioned above, any set of port-profiles can be functionally separated using a Virtual-Service-Domain. This VSD can then be used to direct traffic to any service or entity within the environment. In the following design, the VSD is used to move a group of virtual machines behind the vShield which is the virtual firewall entity within VSphere. The VSD feature set allows insertion of the vShield virtual appliance in the forwarding path between protected guest virtual machines and the physical network outside of the ESX host. To accomplish this, two areas of configuration are required:</p>
<p><a name="wp348759"></a></p>
<p>•<img src="http://www.cisco.com/en/US/i/templates/blank.gif" border="0" alt="" width="19" height="2" />The port-profiles that identify outside and inside virtual ports of the vShield appliances</p>
<p><a name="wp348789"></a></p>
<p>•<img src="http://www.cisco.com/en/US/i/templates/blank.gif" border="0" alt="" width="19" height="2" />The port-profiles which home guest virtual machines which require firewall protection</p>
<p><a name="wp348818"></a></p>
<p>The virtual switch ports on the Nexus 1000V that connect to the unprotected (outside) and protected (inside) interfaces of the vShield are marked with a given VSD name configuration and the administrator can selectively mark port-profiles homing guests to participate in the newly configured VSD. If no VSD configuration is tagged onto a port-profile, the traffic continues to forward normally. <a href="http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/Virtualization/securecldg.html#wp335234">Figure 7</a> depicts the logical location of vShield within the host. <a href="http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/Virtualization/securecldg.html#wp335227">Continue</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/design-considerations-for-vm-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autodiscover and Multitenant Hosting</title>
		<link>http://blog.xenigy.com/autodiscover-and-multitenant-hosting/</link>
		<comments>http://blog.xenigy.com/autodiscover-and-multitenant-hosting/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:42:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Autodiscover]]></category>
		<category><![CDATA[Autodiscover service]]></category>
		<category><![CDATA[corporate environment]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office Outlook 2007 clients]]></category>
		<category><![CDATA[Multitenant Hosting]]></category>
		<category><![CDATA[vice Connection Points (SCPs)]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=281</guid>
		<description><![CDATA[
Autodiscover and Multitenant Hosting
In a corporate environment, Microsoft Office Outlook 2007 clients locate  an Autodiscover service running on a Client Access Server by directly  querying the Active Directory directory service and locating relevant  Service Connection Points (SCPs). This is shown in the following  diagram:
Figure:  Using Outlook 2007 to locate an [...]]]></description>
			<content:encoded><![CDATA[<div>
<div id="chmtitle">Autodiscover and Multitenant Hosting</div>
<p>In a corporate environment, Microsoft Office Outlook 2007 clients locate  an Autodiscover service running on a Client Access Server by directly  querying the Active Directory directory service and locating relevant  Service Connection Points (SCPs). This is shown in the following  diagram:</p>
<p style="text-align: center;"><!--src=[CMSU_Graphics_HE_Plan_Autodiscover.gif]--><img class="aligncenter" style="margin-top: 6px; margin-bottom: 6px; margin-left: 10px; margin-right: 10px;" src="http://i.technet.microsoft.com/Cc539048.CMSU_Graphics_HE_Plan_Autodiscover%28en-us,TechNet.10%29.gif" alt="Cc539048.CMSU_Graphics_HE_Plan_Autodiscover(en-us,TechNet.10).gif" width="424" height="210" /><em>Figure:  Using Outlook 2007 to locate an Autodiscover service</em></p>
<p>For  Internet users, Outlook 2007 will attempt to locate and connect to an  Autodiscover service based on the e-mail domain of the user. For  example, for the user johnc@alpineskihouse.com, Outlook 2007 will  automatically try to connect to the following URLs in turn:<span id="more-281"></span></p>
<ul>
<li>https://alpineskihouse.com/autodiscover/autodiscover.xml</li>
<li>https://autodiscover.alpineskihouse.com/autodiscover/autodiscover.xml</li>
<li>http://autodiscover.alpineskihouse.com/autodiscover/autodiscover.xml</li>
</ul>
<p>To actually retrieve Autodiscover settings from one of these URLs, SSL  is required, and therefore, a valid security certificate is installed  for the Web site that matches the site name. Also, note that the last  URL cannot be used for retrieving Autodiscover settings.</p>
<p>Without a Hosting solution for Autodiscover, each hosted domain  would require a unique SSL certificate and set up a unique, new Web site  which is impractical. Therefore, there is a solution for hosted  environments that negates the need for multiple SSL certificates and  unique Web sites per hosted domain.</p>
<div>Multi-Domain Hosting and  AutoDiscover</div>
<p>To support Autodiscover in a hosting environment, the solution is to  create a single Web site (separate from the SSL-enabled Autodiscover Web  site) that will redirect users to the actual Autodiscover service.  Then, instead of having to create a unique SSL-enabled Web site for each  hosted domain, all that is required is a DNS record that points to this  separate Web site.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/autodiscover-and-multitenant-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise applications Toolkit</title>
		<link>http://blog.xenigy.com/enterprise-applications-toolkit/</link>
		<comments>http://blog.xenigy.com/enterprise-applications-toolkit/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:38:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Enterprise applications Toolkit]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=279</guid>
		<description><![CDATA[Multi-tenant is not virtualisation
 I would take issue with the suggestion that multi-tenant  applications means &#8220;multiple instances of the same package that can be  executed on the same machine&#8221;; that&#8217;s virtualisation, and doesn&#8217;t  require any particular magic at all.  However it is grossly inefficient  from an operational viewpoint &#8211; it [...]]]></description>
			<content:encoded><![CDATA[<h4>Multi-tenant is not virtualisation</h4>
<p><!-- Talkback title END --> <!-- Talkback comments START -->I would take issue with the suggestion that multi-tenant  applications means &#8220;multiple instances of the same package that can be  executed on the same machine&#8221;; that&#8217;s virtualisation, and doesn&#8217;t  require any particular magic at all.  However it is grossly inefficient  from an operational viewpoint &#8211; it means if I have 1000 customers for my  cloud-based Exchange service (e.g.) I have to separately manage 1000  instances of Exchange.<span id="more-279"></span></p>
<p>A true multi-tenant application is a *single* instance  application, albeit horizontally scalable on a massive scale, which is  aware that there are multiple distinct entities using it and which is  able to create very robust chinese walls between them, as well as  effectively manage their resource utilisation.  From the customer&#8217;s  perspective it&#8217;s the same as virtualisation, insofar as it appears to  him that he has exclusive use of the application instance, but from the  service provider&#8217;s perspective it scales much much better.  There&#8217;s only  a single instance to manage, and I don&#8217;t have to worry about how to  distribute resources amongst the various instances.  When I add more  capacity its available to be shared by all customers (subject to  whatever QoS policy I may apply to individual customers).  These aspects  are critical for keeping the costs down.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/enterprise-applications-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosted Exchange: Can it Work for You?</title>
		<link>http://blog.xenigy.com/hosted-exchange-can-it-work-for-you/</link>
		<comments>http://blog.xenigy.com/hosted-exchange-can-it-work-for-you/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:32:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Hosted Exchange]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=276</guid>
		<description><![CDATA[You don&#8217;t have the time, money or manpower to run your own messaging  environment, it may be time to consider hosted Exchange


I&#8217;ve decided to join Gold&#8217;s Gym. With the high upfront costs of fitness equipment, I figured this was a cheaper and better solution than trying to go it alone. Gold&#8217;s experienced certified personal [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>You don&#8217;t have the time, money or manpower to run your own messaging  environment, it may be time to consider hosted Exchange</p>
<p style="text-align: left;">
</blockquote>
<p>I&#8217;ve decided to join Gold&#8217;s Gym. With the high upfront costs of fitness equipment, I figured this was a cheaper and better solution than trying to go it alone. Gold&#8217;s experienced certified personal trainers are helping me design and implement a fitness plan. With their support, I&#8217;m reaching my goal. But if the service ever goes south, I can always leave, because I have the pay-as-you-go plan.<span id="more-276"></span></p>
<p>The Gold&#8217;s Gym approach isn&#8217;t all that different from a hosted Exchange service provider. At the fitness center, as in the data center, you&#8217;ll find some expensive hardware. This is why it quickly becomes all about selling gym memberships or Exchange seats—that expensive hardware is a fixed cost. As is the case at Gold&#8217;s Gym, hosted Exchange service providers normally employ experienced Microsoft Certified Professionals to help their customers. And similar to how Gold&#8217;s Gym offers free weekly passes, hosted Exchange service providers offer free monthly trials.</p>
<p>Having spent the past four years in the hosted Exchange world, I&#8217;ve seen how it can provide a compelling benefit to small, medium and even some large enterprises.</p>
<p><strong>What is Hosted Exchange?</strong><br />
Hosted Exchange is a fully managed service—designed, implemented and supported by a service provider. Although it&#8217;s rarely differentiated, there are two offerings: multi-tenant, also known as shared hosted Exchange, and single-tenant, also known as dedicated hosted Exchange. For this article, I&#8217;ll focus on the much more common multi-tenant offering, where two or more isolated tenants (customers) share the same Active Directory and Exchange infrastructure.</p>
<p><strong>Typically, shared hosted Exchange solutions are large-scale and highly centralized</strong>. In addition, they&#8217;re built on a high-performance, high-availability infrastructure (hardware-based load balancers and SSL accelerators, redundant routers and switches, redundant servers, and Storage Area Networks). AD is deployed in a single forest, single domain, and single site configuration with an Organizational Unit (OU) assigned to each tenant. For redundancy, at least two Global Catalog servers and at least two Exchange front-end servers are deployed. All Exchange back-end servers are Exchange virtual servers, clustered.</p>
<p>Exchange is deployed in a single Organization with a Recipient Policy, Global Address List, Address List, Offline Address List and a top-level public folder within the root public folder tree, assigned per tenant.</p>
<p>Isolation from other tenants is achieved with Security Groups and Access Control Lists, and by stamping rarely used attributes. For example, the msExchQueryBaseDN attribute on all user objects in a tenant is set to the distinguishedName attribute of its assigned OU. This limits Outlook Web Access-based Address List searches to the members of their OU. Nearly all shared hosted Exchange solutions are deployed with a service management system. This system—typically a Web portal—gives end users, customer administrators, resellers and the wholesaler a central point of access to provision and administer the service.</p>
<p>Finally,<strong> hosted Exchange service providers claim their service is cheaper and better than what could be built and maintained in-house. </strong>They argue that your total cost is reduced because you share the same infrastructure and applications with other tenants. At the same time, reliability, security and scalability is improved because the service is handled by folks whose core business is designing, implementing and supporting Exchange.</p>
<p><strong>Why Hosted Exchange?</strong><br />
In addition to the &#8220;better and cheaper&#8221; claim, which all outsourcers tout, two factors are making hosted Exchange a legitimate option for many small, medium and even large enterprises.</p>
<p>* <strong><em>The market is maturing.</em></strong> The role and value of a hosted Exchange service provider is better understood now than it was four years ago when Exchange 2000 first shipped. And if you&#8217;re facing a decision on whether to upgrade your existing messaging systems to Exchange 2003, you may never find a better time to consider the hosted option.<br />
*<em> The technology is getting better.</em> Perhaps the most apparent technology improvement is the ability to connect to Exchange servers over the Internet with RPC over HTTPS using Outlook 2003. Prior to this, service providers published MAPI with ISA Servers, deployed VPNs, or ran with fixed RPC ports. RPC over HTTPS finally delivers an efficient standard for the industry. When published through ISA, it truly provides secure Exchange access over the Internet.</p>
<p><strong>Hosted Exchange also benefits from the native mobility features within Exchange 2003.</strong> The features are a significant improvement over deploying Exchange 2000 with Mobile Information Server, a step some providers took to offer mobility with Exchange 2000. Full access to e-mail, calendar and contacts through Server ActiveSync and Outlook Mobile Access on a Windows Mobile Pocket PC Phone or a Smartphone is hard to overlook.<br />
In addition, Outlook Web Access for Exchange 2003 offers the ability to create custom OWA Themes, giving providers an opportunity to further brand their service offering. The ability to modify the appearance and the functionality of OWA by using segmentation was available in Exchange 2000; but now, with the improvements in OWA such as forms-based authentication with HTTP compression, customizable logon page, and Spell-check, it&#8217;s worth the effort.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/hosted-exchange-can-it-work-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud-hosted collaboration Multi-Tenant or Dedicated?</title>
		<link>http://blog.xenigy.com/cloud-hosted-collaboration-multi-tenant-or-dedicated/</link>
		<comments>http://blog.xenigy.com/cloud-hosted-collaboration-multi-tenant-or-dedicated/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cloud computing guesswork]]></category>
		<category><![CDATA[Cloud-hosted]]></category>
		<category><![CDATA[Cloud-hosted collaboration]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[social computing]]></category>
		<category><![CDATA[team sites]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Web conferencing]]></category>
		<category><![CDATA[Xenigy]]></category>

		<guid isPermaLink="false">http://blog.xenigy.com/?p=268</guid>
		<description><![CDATA[We just had another of our regular cloud research meetings at Forrester. In these meetings, we cut across our research organization to examine cloud computing from every angle.
Compared with even just a year ago, it’s amazing how important and pervasive cloud computing analysis (as opposed to cloud computing guesswork) has become in our research calendar.
You [...]]]></description>
			<content:encoded><![CDATA[<p>We just had another of our regular cloud research meetings at Forrester. In these meetings, we cut across our research organization to examine cloud computing from every angle.<br />
Compared with even just a year ago, it’s amazing how important and pervasive cloud computing analysis (as opposed to cloud computing guesswork) has become in our research calendar.<br />
You can see the existing cloud/SaaS research here and our planned research here. As the meeting host, I mostly listen, probe, and take notes, but ocassionally I get to jump in with a thought.<span id="more-268"></span></p>
<p>To wit: We are often asked about whether cloud-based collaboration (email, team sites, instant messaging, Web conferencing, social computing, etc.) works best on multi-tenant, dedicated solutions, or both. The answer is both, but trending towards multi-tenant. Our clients are interested in both multi-tenant and single-tenant or dedicated cloud solutions — as long as the price is right.<br />
We just had another of our regular cloud research meetings at Forrester. In these meetings, we cut across our research organization to examine cloud computing from every angle.<br />
Compared with even just a year ago, it’s amazing how important and pervasive cloud computing analysis (as opposed to cloud computing guesswork) has become in our research calendar.<br />
You can see the existing cloud/SaaS research here and our planned research here. As the meeting host, I mostly listen, probe, and take notes, but ocassionally I get to jump in with a thought.<br />
To wit: We are often asked about whether cloud-based collaboration (email, team sites, instant messaging, Web conferencing, social computing, etc.) works best on multi-tenant, dedicated solutions, or both. The answer is both, but trending towards multi-tenant. Our clients are interested in both multi-tenant and single-tenant or dedicated cloud solutions — as long as the price is right.</p>
<p>he future of cloud-based collaboration is clearly multi-tenant for two economic reasons:</p>
<p>1. <strong>Multi-tenant enables the fundamental economic benefits of a shared resource. </strong>We can see this in the price war going on in email right now — a 50% price cut in the last 12 months with multi-tenant cloud email. The floor on email cost keeps dropping, fueled by the better economics of multi-tenant solutions and high capacity utilization.</p>
<p>2. <strong>Multi-tenant is a much faster way to deploy improvements.</strong> With multi-tenant, Gmail can add features overnight; Exchange only once every three years. Multi-tenant Cisco WebEx gets a quarterly update; IBM Lotus Sametime can’t (though LotusLive.com can). Because there is a single instance of the code in a multi-tenant cloud solution, the innovation is continuous, incremental, and globally available.</p>
<p>Multi-tenant is also the path that every major cloud collaboration vendor is on. Microsoft, for example, is running Exchange Online for $5/mailbox/month in a multi-tenant solution that now scales past 25,000 seats. Salesforce.com and Google have always been multi-tenant. And Cisco WebEx Mail and IBM LotusLive.com are also multi-tenant from their core.</p>
<p>So when does a dedicated (single-tenant; servers dedicated to you) solution make sense?</p>
<p>1. <strong>If you aren’t yet comfortable with the security assurances of a multi-tenant solution.</strong> This is what keeps most companies away from the cloud at all. It’s the number one concern in our surveys of IT decision-makers around the world.</p>
<p>It’s also what led Google to build a dedicated data center for government workloads. At least there, the government data won’t mix with the data of the hoi pollois. But this is mostly about getting the security assurances nailed down. I view it as a short-term limitation.</p>
<p>2. <strong>If your content &amp; collaboration application must be highly customized and integrated tightly with other applications.</strong> This doesn’t apply to most collaboration solutions today. But for SharePoint or Notes applications it does. And while it has kept SharePoint off of Microsoft’s solution so far, even SharePoint will go multi-tenant in 2010 with a sandbox to keep your custom application walled off from other apps. We also expect some Lotus Notes and Connections features to show up on the multi-tenant LotusLive.com in 2010.</p>
<p>3. <strong>If you workload won’t run in a virtual machine. </strong>Okay, so this is a bit down in the technical weeds. But applications do run on silicon. And limitations around memory, buffer space, processing speed, and the like define what kinds of things you can actually run in a virtual machine, hence in a multi-tenant cloud. For more on this, see Frank Gillett’s report on scale-out workloads.</p>
<p>Disagree? Agree? Have other thoughts? Please share.</p>
<p>Ted Schadler serves Information &amp; Knowledge Management professionals. His primary research objective is to help clients select and implement real-time collaboration tools and understand the impact of emerging technologies on information workers. His work includes research on real-time collaboration tools, the economics of cloud-based collaboration, the effect of mobile devices on enterprise collaboration, and the future of virtual worlds in the enterprise.</p>
<p>Forrester Research, Inc. is an independent research company that provides pragmatic and forward-thinking advice to global leaders in business and technology. Forrester works with professionals in 19 key roles at major companies providing proprietary research, consumer insight, consulting, events, and peer-to-peer executive programs. For more than 25 years, Forrester has been making IT, marketing, and technology industry leaders successful every</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xenigy.com/cloud-hosted-collaboration-multi-tenant-or-dedicated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
