SQL 스크립트를 사용하여 App-V 데이터베이스를 배포하는 방법
업데이트 날짜: 2015년 8월
적용 대상: Application Virtualization 5.1
Windows Installer 대신 SQL 스크립트를 사용하려면 아래의 지침을 따릅니다.
App-V 5.1 데이터베이스 설치
App-V 데이터베이스를 최신 버전으로 업그레이드합니다.
참고
App-V 5.0 SP3 데이터베이스를 이미 배포한 경우에는 SQL 스크립트를 사용하여 App-V 5.1로 업그레이드할 필요가 없습니다.
SQL 스크립트를 사용하여 App-V 데이터베이스를 설치하는 방법
데이터베이스 스크립트를 설치하기 전에 App-V 사용 조건을 검토하고 복사본을 보관해 둡니다. 데이터베이스 스크립트를 실행하면 사용 조건에 동의하는 것입니다. 사용 조건에 동의하지 않는 경우 이 소프트웨어를 사용하지 않아야 합니다.
appv_server_setup.exe를 App-V 릴리스 미디어에서 임시 위치로 복사합니다.
명령 프롬프트에서 appv_server_setup.exe를 실행하고 데이터베이스 스크립트를 추출할 임시 위치를 지정합니다.
예: appv_server_setup.exe /layout c:\<임시 위치 경로>
앞에서 만든 임시 위치로 이동하여 추출한 DatabaseScripts 폴더를 연 다음 해당 Readme.txt 파일에서 지침을 검토합니다.
데이터베이스 사용할 Readme.txt 파일의 위치 관리 데이터베이스
ManagementDatabase 하위 폴더
보고 데이터베이스
ReportingDatabase 하위 폴더
경고
ManagementDatabase 하위 폴더의 readme.txt 파일은 오래된 버전입니다. 아래에 나와 있는 업데이트된 추가 정보 파일의 정보가 최신 버전이므로 DatabaseScripts 폴더에서 제공되는 추가 정보보다 우선적으로 검토해야 합니다.
중요
App-V 5.0 SP3 이후의 App-V 관리 데이터베이스 버전에는 InsertVersionInfo.sql 스크립트가 필요하지 않습니다.
KB 문서 3031340의 2단계에 따라 Permissions.sql 스크립트를 업데이트해야 합니다. App-V 5.0 SP3 이후의 App-V 버전에는 1단계를 수행할 필요가 없습니다.
업데이트된 관리 데이터베이스 추가 정보 파일 내용
**************************************************************** Before you install and use the Application Virtualization Database Scripts you must: 1.Review the Microsoft Application Virtualization Server 5.0 license terms. 2.Print and retain a copy of the license terms for your records. By running the Microsoft Application Virtualization Database Scripts you agree to such license terms. If you do not accept them, do not use the software. ****************************************************************
Steps to install "AppVManagement" schema in SQL SERVER.
PREREQUISITES:
-------------------------------------------------------------------------------
1. Review the installation package. The following files MUST exist:
SQL files
---------
Database.sql
CreateTables.sql
CreateStoredProcs.sql
UpdateTables.sql
Permissions.sql
2. Ensure the target SQL Server instance and SQL Server Agent service are running.
3. If you are not running the scripts directly on the server, ensure the
necessary SQL Server client software is installed and available from
the specified location. Specifically, the "osql" command must
be supported for these scripts to run.
-------------------------------------------------------------------------------
PREPARATION:
-------------------------------------------------------------------------------
1. Review the database.sql file and modify as necessary. Although the
defaults are likely sufficient, it is suggested that the following
settings be reviewed:
DATABASE - ensure name is satisfactory - default is "AppVManagement".
2. Review the Permissions.sql file and provide all the necessary account information
for setting up read and write access on the database. Note: Default settings
in the file will not work.
-------------------------------------------------------------------------------
INSTALLATION:
-------------------------------------------------------------------------------
1. Run the database.sql against the "master" database. Your user
credential must have the ability to create databases.
This script will create the database.
2. Run the following scripts against the "AppVManagement" database using the
same account as above in order.
CreateTables.sql
CreateStoredProcs.sql
UpdateTables.sql
Permissions.sql
-------------------------------------------------------------------------------
업데이트된 보고 데이터베이스 추가 정보 파일 내용
**************************************************************** Before you install and use the Application Virtualization Database Scripts you must: 1.Review the Microsoft Application Virtualization Server 5.0 license terms. 2.Print and retain a copy of the license terms for your records. By running the Microsoft Application Virtualization Database Scripts you agree to such license terms. If you do not accept them, do not use the software. ****************************************************************
Steps to install "AppVReporting" schema in SQL SERVER.
PREREQUISITES:
-------------------------------------------------------------------------------
1. Review the installation package. The following files MUST exist:
SQL files
---------
Database.sql
UpgradeDatabase.sql
CreateTables.sql
CreateReportingStoredProcs.sql
CreateStoredProcs.sql
CreateViews.sql
InsertVersionInfo.sql
Permissions.sql
ScheduleReportingJob.sql
2. Ensure the target SQL Server instance and SQL Server Agent service are running.
3. If you are not running the scripts directly on the server, ensure the
necessary SQL Server client software is installed and executable from
the location you have chosen. Specifically, the "osql" command must
be supported for these scripts to run.
-------------------------------------------------------------------------------
PREPARATION:
-------------------------------------------------------------------------------
1. Review the database.sql file and modify as necessary. Although the
defaults are likely sufficient, it is suggested that the following
settings be reviewed:
DATABASE - ensure name is satisfactory - default is "AppVReporting".
2. Review the Permissions.sql file and provide all the necessary account information
for setting up read and write access on the database. Note: Default settings
in the file will not work.
3. Review the ScheduleReportingJob.sql file and make sure that the stored proc schedule
time is acceptable. The default stored proc schedule time is at 12.01 AM (line 84).
If this time is not suitable, you can change this to a more suitable time. The time is
in the format HHMMSS.
-------------------------------------------------------------------------------
INSTALLATION:
-------------------------------------------------------------------------------
1. Run the database.sql against the "master" database. Your user
credential must have the ability to create databases.
This script will create the database.
2. If upgrading the database, run UpgradeDatabase.sql This will upgrade database schema.
2. Run the following scripts against the "AppVReporting" database using the
same account as above in order.
CreateTables.sql
CreateReportingStoredProcs.sql
CreateStoredProcs.sql
CreateViews.sql
InsertVersionInfo.sql
Permissions.sql
ScheduleReportingJob.sql
-------------------------------------------------------------------------------
App-V에 대한 제안 사항이 있으신가요? 여기에서 제안 사항을 추가하거나 투표해 보세요.
App-V 문제가 있으신가요?App-V TechNet 포럼을 사용하세요.
참고 항목
태스크
기타 리소스
-----
TechNet 라이브러리에서 MDOP에 대해 자세히 알아보거나 TechNet 위키에서 문제 해결을 검색하거나 Facebook 또는 Twitter에서 Microsoft를 팔로우할 수 있습니다.
-----