App-V部署提示及问题总结

简介:

根据论坛用户和其他途径的反馈,很多时候问的问题出现在App-V Management Server的安装和初次使用上,这里分享下安装时候的必选步骤,并附上安装参考文档,务求在部署时尽量减少遇到问题的几率,并且在此文分享几个常见的用户问题的原因和解决方法。

以下以Server 2008 R2为例,Server 2008以及Server 2003的安装可以参照。

安装要点 

1. IIS 必需组件

安装IIS服务时,以下内容必须安装 
ASP.NET (and all required role services and features)
Windows Authentication
IIS Management Scripts and Tools
IIS 6 Management Compatibility

  

2. SQL Server防火墙例外

假如你使用的SQL Server与App-V Management Server不在同一台机上,那么在后者的防火墙上需要设置SQL Server端口例外,在入站规则允许1433端口。微软的官方文档MSAppVirt45Trial_Guide_Final中的演示环境是将两者都部署在同一台机上,所以没有提到此要点。


防火墙例外 

在入站规则中添加以下2个程序

3. App-V Management Server

用于RTSPS协议 
%PROGRAMFILES%\Microsoft System Center App Virt Management Server\App Virt Management Server\bin\sghwdsptr.exe 
用于RTSP协议
%ProgramFiles%\Microsoft System Center App Virt Management Server\App Virt Management Server\bin\sghwsvr.exe 


4. RTSPS协议设置 

详见下面的微软官方文档App-V Security Operations Guide 
 

常见问题

报错:无法连接到SQL Server。 
原因:防火墙没有打开 SQL Server 1433端口。


报错:IIS virtual directory 无法安装。 
原因:IIS角色安装时中没有添加 IIS Management Scripts and Tools,IIS 6 Management Compatibility。


报错:Code 0000C801。 
原因:IIS角色安装时没有添加 Windows Authentication。


 

可供参考文档

Microsoft Application Virtualization Version 4.5 Trial Guide
http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/MSAppVirt45Trial_Guide_Final.docx

App-V Security Operations Guide 
http://download.microsoft.com/download/f/7/8/f784a197-73be-48ff-83da-4102c05a6d44/AppV_Secuirty_Operations_Guide.docx

Configuring the Firewall for the App-V Servers
http://technet.microsoft.com/en-us/library/ff361465.aspx

App-V 4.5 安装参考指南(中文版) 
http://bbs.winos.cn/thread-49320-1-2.html




本文转自 VirtualTom 51CTO博客,原文链接:http://blog.51cto.com/virtualtom/292180,如需转载请自行联系原作者

目录
相关文章
|
编译器 Linux PHP
【Azure App Service】为部署在App Service上的PHP应用开启JIT编译器
【Azure App Service】为部署在App Service上的PHP应用开启JIT编译器
226 1
|
Java Linux
【Azure 应用服务】部署WAR包到App Service访问出现404错误的解决方式
【Azure 应用服务】部署WAR包到App Service访问出现404错误的解决方式
212 0
|
人工智能 文件存储 数据中心
Ollama部署本地大模型并通过Infortress APP远程访问保姆级教程
本文介绍如何快速上手本地大模型部署工具Ollama及AI远程访问工具Infortress。通过Ollama,开发者可轻松部署如Llama、Deepseek等主流开源模型,仅需几行命令即可完成安装与运行。结合Infortress,用户能实现对本地大模型的远程访问,支持多设备无缝对接,同时提供便捷的模型切换与知识库管理功能。Infortress更兼具NAS软件特性,成为个人AI数据中心的理想选择。
|
9月前
|
Java 应用服务中间件 API
【App Service】部署War包到Azure云上遇404错误
Java应用部署至Azure App Service for Windows后报404,本地运行正常。经排查,日志提示类文件版本不兼容:应用由Java 17(class file version 61.0)编译,但环境仅支持到Java 11(55.0)。错误根源为Java版本不匹配。调整App Service的Java版本至17后问题解决,成功访问接口。
1094 3
|
开发工具 git C++
【App Service】VS Code直接部署App Service时候遇见 “fatal: not a git repository (or any of the parent directories): .git”
通过VS Code发布Python App Service的时候,遇见了发布失败错误: The deployment failed with error: fatal: not a git repository (or any of the parent directories): .git . Please take a few minutes to help us improve the deployment experience
386 24
|
安全 API 数据安全/隐私保护
【Azure App Service】通过Visual Studio部署Azure App Service 遇见 401 'Unauthorized'错误
【Azure App Service】通过Visual Studio部署Azure App Service 遇见 401 'Unauthorized'错误
314 1
|
资源调度 JavaScript Linux
【Azure 应用服务】本地Node.js部署上云(Azure App Service for Linux)遇到的三个问题解决之道
【Azure 应用服务】本地Node.js部署上云(Azure App Service for Linux)遇到的三个问题解决之道
313 1
|
域名解析 监控 NoSQL
即时通讯APP应用开发的部署策略
随着移动互联网发展,即时通讯APP成为生活和工作的必备工具。本文探讨其开发部署的关键环节,包括用户界面设计、通讯协议选择、数据库设计与服务器搭建等方面,以及部署过程中的环境准备、应用打包、服务器部署、域名解析和监控维护等步骤。通过优化每个环节,确保APP稳定高效运行,提升用户体验,在市场中保持竞争力。
|
网络协议 容器
【Container App】部署Contianer App 遇见 Failed to deploy new revision: The Ingress's TargetPort or ExposedPort must be specified for TCP apps.
Failed to deploy new revision: The Ingress's TargetPort or ExposedPort must be specified for TCP apps.
267 27
|
JavaScript C++ 容器
【Azure Bot Service】部署NodeJS ChatBot代码到App Service中无法自动启动
2024-11-12T12:22:40.366223350Z Error: Cannot find module 'dotenv' 2024-11-12T12:40:12.538120729Z Error: Cannot find module 'restify' 2024-11-12T12:48:13.348529900Z Error: Cannot find module 'lodash'
271 11

热门文章

最新文章