Installing my SharePoint Server 2013 Farm – Part 1/6


Creating the Farm virtual machines

This tutorial is part of a series to be published progressively and that i’ve called « Installing my SharePoint Server 2013 Farm »
The purpose of these 6-parts tutorial series is to install sharepoint 2013 server farm following the best practices.
The series will be as follows:
In all these tutorials i’ll use a « Lenovo ThinkCenter » desktop which has the following configuration :
  • 500 GB HDD
  • 16 GB RAM DDR 3
  • Core I5 CPU @ 3.2 Ghz
Lets start with the first Tutorial which is : « Installing Hyper-V Server and creating virtual machines ».
Prerequisites :
-          Windows Server 2012 Standard Edition.
At the End we’ll get :
-          A Windows 2012 Host Machine with Hyper-V Role installed and running 3 Child Machines
The Hyper-V Virtualization in Windows Server 2012 uses a  type 1 Virtualization in which the hypervisor interacts with the machine’s hardware. The Host machine OS and the Child Os runs at the same level with a difference ; the Host machine is running the Hypervisor stack to be able to create and manage child virtual machines.
Hyper-V Role is only available in « Standard » and « Datacenter » Editions of Windows Server 2012.
Before Installing the Hyper-V Role make sure that your computer meets the following requirements
X64 Processor that supports Hardware virtualization such as (Intel VT or AMD-V)
The machine BIOS Supports Hardware virtualization and make sure you enable it
Enable the Execute Disable bit (XD bit on Intel) or  Enable the no execution bit (NX bit on AMD)

Installing Hyper-V Role

To install the Hyper-V Role just follow the steps bellow :
image1
  •     Click on Server Management Icon at the bottom of the screen
image2
  • Click on « Manage » then « Add Roles and features »
image3
  • Click « Next » in the first Screen
  • Select  « Role based or featured-based  installation »
image4
  • Select your server from the server pool
In windows Server 2012 you can install role and feature on an offline Windows Server 2012 VHD.  In this tutorial we will select the server from the server pool.
image5
  • Select the « Hyper-V » from the server roles list
You will be asked to install additionnel features that are required to manage the Hyper-V role. Click on « Add Features »  and then click next to open the selection features list
  •  In the « Create Virtual Switches» page, select the network card you want to use.  Click next.
  • The « Virtual Machine migration » page opens, click next.
  • The default store page opens. You can specify where you want to store your virtual disks and the machines configuration files.
  • Click « Install » to start installation of the Hyper-V Role. Now you have to restart the machine.
Once Hyper-V role is installed, we can start creating our virtual machines. We have to create 3 VM for our SharePoint Server Farm.
  • 1 VM : Domain Controller
  •  1 VM : SQL Server 2012
  •  1 VM : SharePoint 2013

Creating virtual machines

We can now start creating the Domain Controller Machine.
To create a new Virtual machine open the Hyper-V manager console
image6
On the « Action » pane in the Hyper-V manager console click on
  • New -> Virtual Machine
image7
The virtual machine creation wizard opens, follow the steps bellow to create the first machine
  • Click « Next » in the first screen of the wizard
  • A new screen shows up to specify the name of the virtual machine
image8
Once you specify the name, click next.
  • The memory assignation screen appears. In this screen you have to specify whether the memory is static or dynamic, the memory amount that you want to use for it based on the physical machine memory. After creating the virtual machine you are also able to change the amount of assigned memory.
image9
Choosing dynamic memory will let the hypervisor decide of the amount of memory assigned to the machine depending of the machines demands and the memory available in the shared memory pool. The startup Memory is the memory allocated for the machine when it starts. If you use a dynamic memory allocation , you can set the value of the startup memory equals to the minimum memory allocation. We will choose the « Use Dynamic Memory for this virtual machine ».  After you create the virtual machine you can open the machines’s settings interface  and change the « Minimum Ram » and the « Maximum Ram ».  The maximum Ram cannot be greater than 64 Gb. 
We will not use Dynamic Memory for SharePoint Server 2013 since it is not supported in all SharePoint features. (see Technet
  • Click « Next » to go the Network configuration screen
  • In the Network configuration screen you can choose which network card you will use in the virtual machine. Select a network card and then click « Next »
image10
  •  The Hard disk creation/selection interface appears. In this screen you can
    • Create a new virtual disk with dynamic space allocation « vhdx »
    • Attach an existing virtual hard disk
    • Attach a virtual hard disk later
You can also choose to use a pass-through disk which is a virtual disk that points to a  physical machine disk. This disk should be taken offline in order to use it.
We will choose to create a virtual hard disk having the size of 60 GB for this domain controller machine.
image11
  • Click  «Next » to select an installation options.
  • If the Windows Server 2012 DVD is in the physical machine optical drive, select the drive letter from the list « Physical CD/DVD drive » and if you have an iso file you can browse for it when selecting « Image File (.iso) » option.
image12
  • Click « Next » and then « Finish » to close the wizard
Now repeat the same operations for the 2 remaining machines (SQL and SharePoint).  When you finish you will have the following VMs
Machine Name           Startup Ram       Minimum Ram        Maximum Ram     Disk space
AD-VM-SV01                 800 Mo                   800 Mo                       2500 Mo                 60 GB
SQL-VM-SV01               2500 M0                 2500 M0                    8000 M0                127 GB
SP-VM-SV01                  8000 M0                                                                                  127  GB

Latest Office & SharePoint Videos

Microsoft Tech·Ed Online Latest Office & SharePoint Videos

This track enables IT professionals to learn about Office server and client applications via sessions covering security, deployment, management, customization, and administration. It also enables developers to learn how to leverage their ASP.NET expertise within the SharePoint ecosystem, craft the next generation of “Office Business Applications”, creating applications involving Microsoft Office, composition, collaboration, software-plus-services, VOIP, Open XML, Silverlight™, and more!
 
To Read the full article click here

Integrating Mobile Client Applications with SharePoint 2010 Workflows

Integrating Mobile Client Applications with SharePoint 2010 Workflows

SharePoint 2010
Published: November 2010
Summary: Learn to integrate mobile devices with Microsoft SharePoint Server 2010. Learn to create a Windows Presentation Foundation (WPF) application that calls a Windows Communication Foundation (WCF) service to submit data into a SharePoint site and update the status of a custom SharePoint workflow.
Applies to:    Microsoft SharePoint Foundation 2010, Microsoft SharePoint Server 2010 | Provided by:   MVP ContributorTodd Baginski, SharePoint Server MVP, Aptillon
Contents
  • Integrating Client Applications with Business Processes
  • Introducing the Sample Scenario
  • Building the Mobile WPF Client Application
  • Creating the WCF Service
  • Deploying the Mobile Client Application and Other Components
  • Debugging the Solution Components
  • Conclusion
  • Additional Resources
Click to grab code  Download the sample code

Integrating Client Applications with Business Processes

Recently mobile devices have become more powerful and easy to use. Rugged laptops, netbooks, tablet PCs, and mobile phones are relied upon to provide workers access to the information and applications that they must have to do their jobs. Additionally, developing applications for mobile devices is now easier than ever. As a result, more and more often business scenarios demand integrating client applications together with business processes and workflows. This article is part of a series of articles that describe how to integrate client applications together with business processes and workflows:
  • Integrating Mobile Client Applications with SharePoint 2010 Workflows
  • Creating and Publishing Excel 2010 Documents with Custom SharePoint 2010 Workflows
  • Integrating Custom Silverlight Applications with SharePoint Server 2010
Microsoft SharePoint Foundation 2010 and Microsoft SharePoint Server 2010 provide workflow capabilities that enable you to model business processes and integrate them with multiple applications and systems. You can create client applications to extend reach of the workflow and make it available outside the context of SharePoint sites. Creating client applications to access workflows in SharePoint sites requires a client application, networking (services), and integration with SharePoint lists and workflows.


To read the full article click here

SharePoint Saturday France le 6 Nov. 2010

SharepointHome
Rejoignez les architectes, les développeurs, les administrateurs, designers et autres professionnels qui travaillent avec SharePoint Server 2007 et SharePoint 2010 le 6 novembre 2010 pour un événement SharePoint exceptionnel. Les évènements SharePoint Saturday France sont des journées en libre accès, éducative, informative et animée, remplie de sessions de professionnels & MVPs reconnus pour leurs compétences et heureux de pouvoir partager leur expérience. Suivez-nous sur Twitter @clubsharepoint ou chacun des évènements sur le tag #SPSFrance.
http://www.sharepointsaturday.com/france
Facebook | SharePoint Saturday France

livrehermes_sps2010

 Link

NetProcess , a new BPM tool for SharePoint

Designing workflows for SharePoint to automate business processes can be done using several tools.
- SharePoint designer : for sample business processes.
- Visual Studio : using visual studio we can implement the most complex workflows but we need very good development skills. The end user could not re-design the workflow but him self and needs the service provider assistance.
- Other licensed tools like K2 , Singularity , Bamboo and others : The cost of theses tools are very high and they are sometimes complex to learn and to customize.

NetSystem has developed a new BPM tool for SharePoint that allow end user to design his own business processes. This tool is called NetProcess. Using NetProcess you can design, save , deploy and track your workflows using simple clicks and wizards. NetProcess can also be extended using custom SharePoint workflow activities. This tool is delivered with a package of sample activities like "Send mail , Create Task --using infopath or ASP.NET forms-- , if else activity , while activity , web service ". NetProcess allow user to create and bind workflow variables that could be used in the process activities.
NetProcess is available in 2 versions : NetProcess for SharePoint 2007 and NetProcess for SharePoint 2010.
Prices are not yet communicated.
For further information you can contact : mchallouf@netsystem-group.com

SharePoint 2010 key features overview

« The business collaboration platform for enterprise and the web »
SharePoint 2010 is an innovative platform that can be divided into categories : Sites, Composites, Insights, Search, Content and Communities.
In this post we will try to cover the different key feature improvements related to each of the categories sited above.

Sites

Microsoft team has enhanced some functionality that already exists with SharePoint 2007.
The table bellow indicates how these functionalities have been improved.

To read the full article click here 

Microsoft offre des vouchers de certification gratuits aux étudiants Tunisiens , Netsystem offre les frais de passage de la certification. Certification 100% gratuite




Dans le cadre de la collaboration de Microsoft (Microsoft Innovation Center ) avec les universités tunisiennes, Microsoft vient d'offrir plusieurs vouchers de certifications aux étudiants.

NETSYSTEM CPLS Microsoft (Certified Partner Learning Solution), centre de formation et de certification MS et Prometric, ouvre ses portes aux jeunes étudiants pour passer les tests de Certification gratuits offert par Microsoft sans payer les frais d'examen.


Conscients des défis qu’un jeune étudiant rencontre lors de son intégration dans le milieu professionnel, de l’imminence de l’expertise dans une carrière, de l’exigence progressive des employeurs, et afin d’aider les jeunes étudiants futurs cadres a relever tous ces défis, NETSYSTEM met en place gratuitement toutes les prédispositions nécessaires pour leur garantir un total succès dans leurs tests de certification qui représenteront un tremplin pour la réussite dans leur carrière.




NETSYSTEM compte parmi les quelques partenaires reconnus par Microsoft pour délivrer des formations officielles MS. Nous offrons des cours de qualité sur les produits et technologies MS et nous garantissons une satisfaction clients totale sur toutes les formations s’appuyant sur les supports de cours officiels MS.


Ces formations seront livrées par un formateur agréé Microsoft (MCT : Microsoft Certified Trainer)




Pour plus d’information, contactez : mchallouf@netsystem-group.com