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.
Run the Setup.exe from the Lync Server 2013 installation DVD. Click Yes to install the Microsoft Visual C++ 2012 64 bit.
On the next screen Click Install to install the Lync Server 2013.
Click I accept the terms in the license agreement.
After the setup we see the Lync Server 2013 Deployment Wizard.
The first step that we will perform here is “Prepare Active Directory“. Click on Prepare Active Directory.
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.
Run the Prepare Schema.
Click Finish to Complete the Prepare Schema Step
Step 2 – Verify Replication Of Schema Partition: To manually verify that the schema partition has been replicated, Log on to Domain controller, Click Start, Administrative Tools, Open ADSI Edit. Right click ADSI Edit and click Connect to. Select a well known Naming Context as Schema.
Double Click Schema, Expand it and Under Schema container Search for CN=ms-RTC-SIP-SchemaVersion.
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.
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.
Select Local Domain and click Next.
The Prepare Forest Step has been completed. Click Finish.
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.
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>]
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
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.
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.
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.
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.
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.
Click Next.
During this step, in the background SQL Server 2008 Express Edition is installed, RTC Databases are created and populated.
Click finish to complete the prepare single Standard edition server step.
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.
Administrative Tools.
The Administrative Tools have been Installed.
Configure DNS Records
Lync Server supports three simple URLs: Meet, Dial-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.
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.
We will create 3 Host Records called meet, dialin and admin in our DNS server. Right Click domain, click New Host (A or AAAA).
Provide the name as meet, IP address = 192.168.100.2 click Add Host. Repeat the same for admin and dialin.
We have created 3 host records and 1 SRV record. This completes the DNS configuration for Lync Server.
Comentarios
Publicar un comentario
Dime si la información de este blog te sirvio.