Welcome to Portal Experts | Vishwak.com |Blogs

E Ravi

May 2009 - Posts

Capacity Planner 2007 for SharePoint 2007, Exchange 2007, System Center

Are you designing a architecture for the Sharepoint , Exchange - then these tools will be useful. This is only for Architects.

Capacity Planner 2007 :http://technet.microsoft.com/en-us/sccp/bb969059.aspx - You can find the tools here. image

First install the SCCP 2007 the install the Sharepoint capacity planner as add on.
To access the System Center Capacity Planner 2007 download, click here.

The SharePoint Capacity Planning Tool is a software extension of the System Center Capacity Planner 2007 (SCCP2007).

Then install Sharepoint Capacity tool - Download here http://go.microsoft.com/fwlink/?LinkID=93029.

Now start using the Sharepoint Capacity Planning tool.

image

image

input the configurations of the Hardware

image

Input the redundancy required in the WEB and SQL server ends.

image

Once done with the inputs run the Simulation where you get the results

image

Thanks
E.Ravi

Share this post: email it! | del.icio.us! | digg it! | newsVine!
Create VHDs in 15 Minutes – Windows image(WIM) to Virtual HDD (WIM2VHD)

Now you can create a pre-installed OS on VHD in 15 Mins max using WIM2VHD.

Requirements.

A computer running one of the following Windows operating systems:

  • Windows 7 Beta or RC
  • Windows Server 2008 R2 Beta or RC
  • Windows Server 2008 with Hyper-V RTM enabled (x64 only)
  • The Windows 7 RC Automated Installation Kit (AIK) or Windows OEM Pre-Installation Kit (OPK) installed.
  • A Windows 7 or Windows Server 2008 R2 installation source, or another Windows image captured to a .WIM file.

Let is see the steps to create the VHD

Step 1

Download the Windows 7 RC Automated Installation Kit (AIK) and install on the base machine.

Step2

Download the WIM2VHD and save in D:\ or E: where you have enough space to create the VHDs. Minimum of 20GB.

WIM2VHD 6.1.7033.0 Beta Windows(R) Image to Virtual Hard Disk (WIM2VHD) Converter

Let us see how we are going to use these.

Usage: ( Work with administrator rights)

WIM2VHD.WSF /wim: /sku:
[/vhd: ] [/size: ] [/disktype:]
[/unattend: ] [/qfe:]
[/ref:] [/copylocal: ]
[/passthru: ] [/signdisk:]
[/mergefolder: ]

Required parameters:
/wim:
The path of the WIM file to use when creating the VHD. For example:
X:\sources\install.wim
Where X: is the drive letter of your DVD ROM drive.

Step 3
Commands i used and worked :

E:\>cscript wim2vhd.wsf /wim:d:\sources\install.wim /SKU:ULTIMATE /QFE:C:\Windows6.1-KB961367-x86.MSU /VHD:C:\TEMP\MYDESKTOP1.VHD

D: is the Windows 7 RC DVD on the DVD Rom
SKU : used to put the name of the WIM ULTIMATE OR ServerStandard .
QFE : QFEs is to apply to VHD after the WIM is applied. Windows6.1-KB961367-x86.MSU
Download this MSU file and save it in C:\

Now the script started to build the VHDscreen 1 ..

Yes after max 10~ 15 mins i got the VHD of the WIM.screen 2
Step 4

Mount this VHD using the Microsoft VPC and start using..

Few Examples for other SKUs

Create a Windows Server 2008 R2 Server Standard Core VHD, named foo.vhd
CSCRIPT WIM2VHD.WSF /WIM:X:\sources\install.wim /SKU:SERVERSTANDARDCORE /VHD:C:\foo.vhd

Create a Windows Server 2008 R2 Server Standard VHD with an automatically generated name
CSCRIPT WIM2VHD.WSF /WIM:X:\sources\install.wim /SKU:SERVERSTANDARD

Thanks

E.Ravi

Share this post: email it! | del.icio.us! | digg it! | newsVine!