Step by Step Installation Of Lync Server 2013 Standard Edition Part 3 – Installing Lync Server 2013


Step by Step Installation Of Lync Server 2013 Standard Edition Part 3 – Installing Lync Server 2013

In this post we will see the installation of Lync Server 2013. We will be installing the Lync Server 2013 on the Front End Server (FE.PRAJWAL.LOCAL). Perform the below steps using the user account  LyncAdmin.
Run the Setup.exe from the Lync Server 2013 installation DVD. Click Yes to install the Microsoft Visual C++ 2012 64 bit.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 1
On the next screen Click Install to install the Lync Server 2013.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 2
Click I accept the terms in the license agreement.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 3
After the setup we see the Lync Server 2013 Deployment Wizard.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 4
The first step that we will perform here is “Prepare Active Directory“. Click on Prepare Active Directory.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 5
Step 1 – Prepare Schema: Extends the Active Directory schema by adding new classes and attributes that are used by Lync Server. Prepare Schema must be run once in a forest where Lync Server is deployed.
Run the Prepare Schema.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 6
Click Finish to Complete the Prepare Schema Step
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 7
Step 2 – Verify Replication Of Schema Partition: To manually verify that the schema partition has been replicated, Log on to Domain controller, Click StartAdministrative Tools, Open ADSI Edit. Right click ADSI Edit and click Connect toSelect a well known Naming Context as Schema.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 8
Double Click Schema, Expand it and Under Schema container Search for CN=ms-RTC-SIP-SchemaVersion.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 9

Double click CN=ms-RTC-SIP-SchemaVersion and verify if value of the rangeUpper attribute is 1150 and the value of therangeLower attribute is 3. If you don’t find the rangeUpper and rangeLower attributes or if their values are not as specified, then the schema is not modified or has not replicated.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 10
Step 3 – Prepare Current Forest: This step creates global settings and universal groups that are used by Lync Server. This step must be run once in a forest where Lync server is deployed.
Run the Prepare Current Forest. Click Next.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 11
Select Local Domain and click Next.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 12
The Prepare Forest Step has been completed. Click Finish.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 13
Step 4 – Verify Replication of Global Catalog: To confirm that the replication of the Global Catalog and the creation of objects during Forest Preparation have been successful, open Active Directory Users And Computers, under users you should find CSAdministrator Group along with 8 new groups with names that begin with CS. If you find these groups in the console then the Replication of Global Catalog is successful.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 14
Step 5 – Prepare the Current Domain: This step adds permissions on objects to be used by members of universal groups. It should be run once per user domain or server domain.
Run the Prepare Current domain and click finish to close the wizard.
Step 6 – Verify Replication in the Domain: To verify the replication in the domain, click start, open Lync Server Management Shell
Type the command : Get-CsAdDomain [-Domain <Fqdn>] [-DomainController <Fqdn>] [-GlobalCatalog <Fqdn>] [-GlobalSettingsDomainController <Fqdn>]
In Our case we will type : Get-CsAdDomain -Domain prajwal.local -DomainController ad.prajwal.local -GlobalCatalog ad.prajwal.local
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 15
We will open the file which is created here “C:\Users\lyncadmin\AppData\Local\Temp\Get-CsAdDomain-eb0659e0-85e5-482a-9daa-8702844c1796.html”. Open the HTML file and check for the value  LC_DOMAIN_SETTINGS_STATE_READY. If you find this value then the domain preparation has been successful. In the below screenshot we find the value LC_DOMAIN_SETTINGS_STATE_READY, which means the domain preparation is successful.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 17
Step 7 – Add users to provide administrative access to Lync control panel: Access to Lync Control Panel is controlled by group membership in a universal group called CSAdministrator. We will add user account Lyncadmin and administrator toCSAdministrator Group.
Click on start, Click Administrative tools, Open Active Directory Users and Computers, Under Users look for group named CSAdministrator. Double click the group, select Member of and add Administrator and LyncAdmin to CSAdministrator group. Click Apply and OK.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 16
At last in your Deployment Wizard window you must find the status as Complete with a green check mark for all the preparation steps. Do not exit the wizard, Click Back.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 18
Now we will proceed with the second step. Click on Prepare first Standard Edition Server. This will prepare a single Standard Edition Server to host the Central Management Store.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 19
Click Next.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 20
During this step, in the background SQL Server 2008 Express Edition is installed, RTC Databases are created and populated.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 21
Click finish to complete the prepare single Standard edition server step.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 22
After Preparing the Standard Edition Server, We will now install Administrative tools. This will install the Administrative Tools that will used in deploying Lync Server. Click on Install
Administrative Tools.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 23
The Administrative Tools have been Installed.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 24
Configure DNS Records
Lync Server supports three simple URLs: MeetDial-In, and Admin. You are required to set up simple URLs for Meet and Dial-In, and the Admin simple URL is optional. Perform this as domain administrator on Domain controller. Click Start, clickAdministrative Tools, launch DNS Manager. Right Click the domain and Select Other New Records.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 27
Select Service Location (SRV) and Click Create Record. The SRV record will point to our Lync Front End Server.
Set the following Values:
Service = _sipinternaltls
Protocol = _tcp
Port Number = 5061
Host offering his service = fe.prajwal.local.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 28
We will create 3 Host Records called meetdialin and admin in our DNS server. Right Click domain, click New Host (A or AAAA).
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 31
Provide the name as meetIP address = 192.168.100.2 click Add Host. Repeat the same for admin and dialin.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 30
We have created 3 host records and 1 SRV record. This completes the DNS configuration for Lync Server.
Installation Of Lync Server 2013 Standard Edition Part 3 Snap 31

Comentarios

Entradas populares de este blog

Guía de herramientas básicas para estudiantes: 31 apps y webs imprescindibles para ayudarte con los estudios

Comando FOR para archivos BAT

Policy Based Routing example: route one subnet via ISP A and another via ISP B