- VMware vRealize Configuration Manager Cookbook
- Abhijeet Shriram Janwalkar
- 505字
- 2021-08-20 10:38:20
Preparing our VCM deployment - installing and configuring IIS
Another important part after the SQL database is IIS. A VCM application is a web-based portal connected to a database, so all the actions are performed via the web interface, which needs IIS. In this recipe, we will install and configure IIS.
Getting ready
Again, depending upon the type of VCM deployment, you either need dedicated servers (two- or three-tier) or a single VCM server (single-tier) installation. We will need Windows Server 2012 R2 to start with the recipe.
As seen in the first diagram in this chapter (in the Understanding VCM components subsection) and the Distributed VCM deployment subsection, the placement of IIS changes according to the type of deployment.
How to do it...
The web components of VCM Collector contain web applications such as IIS and SSRS, other services, and VCM software components. Before you install VCM, you must configure the web components of VCM Collector.
Note
We will cover the installation process on Windows 2012 R2. Installation on Windows 2008 might differ.
Installing IIS
Follow these steps to install IIS:
- Log in to the IIS server and launch Server Manager. Go to Manage |Add roles and features.
- Add the Web Server (IIS) role.
- Add the .NET Framework 3.5 feature.
- Add the following components:
- Provide a path to the Windows 2012 ISO if required.
- Click on Install and let the installation begin; follow the wizard and make sure the installation is successful.
Configuring IIS
Once IIS has been installed, we need to configure it:
- Click on Start and go to All Programs | Administrative Tools | Internet Information Services (IIS) Manager.
- Expand <server name>, expand Sites, and click on Default Web Site.
- In the Actions pane, under Manage Web Site and Browse Web Site, click on Advanced Settings.
- Expand connection's Limits and set Connection Time-out (seconds) to
3600
. - Click on OK

Configuring the IIS 7.5 default website
IIS 7.5 provides a default website, which defines the default authentication settings for applications and virtual directories. Verify that the IIS 7.5 default website has the correct settings.
Follow these steps to configure IIS:
- Click on Start and go to All Programs | Administrative Tools | Internet Information Services (IIS) Manager.
- Expand <server name>, expand Sites, and click on Default Web Site.
- In the Default Web Site home pane, locate the IIS options.
- Double click on Authentication and set the authentication settings as follows:

Your screen should look like this:

How it works...
VCM uses IIS to host the web applications that present the data. The web applications relay the commands we give from the VCM console to the database, the operations are performed, and the end result is again presented on the console GUI. VCM creates multiple applications inside IIS that are required for VCM. CMAppPool
and CMServices
are IIS application pools used for VCM virtual directories and web services.
- Puppet 4 Essentials(Second Edition)
- PHP程序設計(慕課版)
- Java加密與解密的藝術(第2版)
- 數據結構簡明教程(第2版)微課版
- Blender 3D Incredible Machines
- 算法訓練營:提高篇(全彩版)
- Java程序設計入門
- Geospatial Development By Example with Python
- C++ Application Development with Code:Blocks
- Python 3 Object:oriented Programming(Second Edition)
- JSP程序設計與案例實戰(慕課版)
- PHP Microservices
- Blender 3D Cookbook
- C# 10核心技術指南
- 趣學數據結構