SharePoint 2010 convert License type

Jun 30 2010 Published by Shoban under MOSS 2010

SharePoint 2010 is available in 2 versions namely Standard and Enterprise. If you have installed a standard version and want to convert to Enterprise features then you can simply change the license type by

  1. Opening Central Administration
  2. Entering the new License Key by Clicking Convert farm license type

Looks Simple.. But wait, Do you see the Textbox disabled? :)

There is another way to change License type from Standard CAL to Enterprise CAL.

  1. Open Central Administration
  2. Navigate to Upgrade and Migration
  3. Click “Enable Enterprise Features
  4. Enter your  Enterprise CAL key and Press OK
  5. Wait for few minutes and enjoy the Enterprise features of SharePoint 2010

Keep in mind there is no turning back here. Once you upgrade to Enterprise version you cannot switch back to Standard version.

No responses yet

Creating site collection using custom site template

Apr 23 2010 Published by Hojo Clement under MOSS 2007

In this post we will see how to convert a site to site collection.

  1.  Save the existing site to site template (site actions-> site settings -> save site as template)
  2. Download the created stp file from site template gallery of site collection and copy it to SharePoint server and we can delete it from site template gallery.
  3. For adding this template to central administration site templates we need to execute the addtemplate stsadm command.
    “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.exe” -o addtemplate  -filename “G:\Shared\mysite.stp” -title “mysite” -description “mysite”
  4. Reset IIS

Now we can see the new site template under custom tab while creating site collection

No responses yet

Central Admin tooling to create host header site collections

Mar 29 2010 Published by Shoban under MOSS 2010

SharePoint MVP Sharad Kumar has released a tool which helps you create host-header based site collections via central admin.

You can read about it in his blog post or download it from codeplex.

One response so far