- 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.
- Vue 3移動Web開發與性能調優實戰
- 移動UI設計(微課版)
- Python程序設計(第3版)
- 前端架構:從入門到微前端
- INSTANT Passbook App Development for iOS How-to
- Julia高性能科學計算(第2版)
- Mastering Unity 2D Game Development(Second Edition)
- C語言開發基礎教程(Dev-C++)(第2版)
- Java 從入門到項目實踐(超值版)
- ASP.NET 4.0 Web程序設計
- Redmine Cookbook
- 快樂編程:青少年思維訓練
- Node.js實戰:分布式系統中的后端服務開發
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- 大象:Thinking in UML(第二版)