다음을 통해 공유


서버 XML 구성 파일 샘플

 

게시 날짜: 2017년 1월

적용 대상: Dynamics 365 (on-premises), Dynamics CRM 2016

다음 구성 파일에서는 내부 공유에 있는 업데이트 파일을 설치하고, 모든 Microsoft Dynamics CRM Server 2016 기능과 함께 Full Server를 설치하며, SQLServer라는 SQL Server의 기본 인스턴스에 새 데이터베이스를 만듭니다.

<CRMSetup>
<Server>
<Patch update="true">\\ServerName\ShareName\patchfile.msp</Patch>
<LicenseKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</LicenseKey>
<SqlServer>SQLServer</SqlServer>
<Database create="true"/>
<Reporting URL="http://MyReportingServer/ReportServer"/>
<OrganizationCollation>Latin1_General_CI_AI</OrganizationCollation>
<basecurrency isocurrencycode="USD" currencyname="US Dollar" currencysymbol="$" currencyprecision="2"/>
<Organization>Organization Display Name</Organization>
<OrganizationUniqueName>Organization-Name</OrganizationUniqueName>
<OU>OU=value,DC=subdomain,DC=subdomain,DC=subdomain,DC=com</OU>
<WebsiteUrl create="true" port="5555"> </WebsiteUrl>
<InstallDir>c:\Program Files\Microsoft Dynamics CRM</InstallDir>

<CrmServiceAccount type="DomainUser">
  <ServiceAccountLogin>Contoso\CRMAppService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</CrmServiceAccount>

<SandboxServiceAccount type="DomainUser">
  <ServiceAccountLogin>Contoso\CRMSandboxService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</SandboxServiceAccount>

<DeploymentServiceAccount type="DomainUser">
  <ServiceAccountLogin>Contoso\CRMDeploymentService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</DeploymentServiceAccount>

<AsyncServiceAccount type="DomainUser">
  <ServiceAccountLogin>Contoso\CRMAsyncService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</AsyncServiceAccount>

<VSSWriterServiceAccount type="DomainUser"> 
  <ServiceAccountLogin>Contoso\CRMVSSWriterService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</VSSWriterServiceAccount>

<MonitoringServiceAccount type="DomainUser">
  <ServiceAccountLogin>Contoso\CRMMonitoringService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</MonitoringServiceAccount>

  <SQM optin="true"/>
 <muoptin optin="true"/>

<!-- Settings for IFD installation. May be skipped for intranet-only deployment or to configure IFD later. -->
 <ifdsettings enabled="false">
      <!-- Define what address considered internal, required only if enabled=true -->
      <internalnetworkaddress>10.0.0.1-255.0.0.0</internalnetworkaddress>
      <!-- Define URLs with IFD authentication, required only if enabled=true -->
      <rootdomainscheme>http</rootdomainscheme>
      <sdkrootdomain>api.contoso.com</sdkrootdomain>
      <webapplicationrootdomain>app.contoso.com</webapplicationrootdomain>
      <discoveryrootdomain>disc.contoso.com</discoveryrootdomain>
 </ifdsettings>

 <Email>
  <IncomingExchangeServer name="ExchangeServerName"/>
 </Email>

 </Server>
</CRMSetup>

주의

<ServiceAccountLogin> 및 <ServiceAccountPassword> 값이 지정되어 있는 구성 파일을 유지 관리하는 경우 암호가 일반 텍스트로 저장되므로 보안상 위험합니다. 구성 파일을 사용하여 Microsoft Dynamics CRM Server 2016을 설치한 후에는 이러한 요소를 즉시 삭제해야 합니다.

참고 항목

Microsoft Dynamics CRM서버 XML 구성 파일
미리 만들어진 그룹으로 설치하는 서버 XML 구성 파일 샘플

© 2017 Microsoft. All rights reserved. 저작권 정보