Deployment Guide

14 구성 가이드
Credant.Server2.WindowsService.exe.Config
다음 섹션을 제거합니다.
<!-- 서비스 구성 -->
<system.serviceModel>
<services configSource="Services.config"/>
<behaviors configSource="Behaviors.config"/>
<bindings configSource="Bindings.config"/>
</system.serviceModel>
Spring.config
다음을 제거합니다.
AOP Advice, 서비스 대상 정의, 서비스 호스트 정의 제목 아래의 모든 <object> </object> 정의를 제거합니다.
라이센스 이메일 알림에 SMTP 서버 사용
Dell Data Protection | Cloud Edition 사용할 경우 이러한 설정은 서버 구성 도구를 사용하여 자동화됩니다. Dell
Data Protection | Cloud Edition 이외의 목적으로 라이센스 이메일 알림용 SMTP 서버를 사용해야 경우 절차를
사용합니다.
NotificationObjects.config
라이센스 이메일 알림용 SMTP 서버를 구성하려면 <Core Server 설치 디렉토리> 있는 NotificationObjects.config
파일을 수정합니다.
다음을 수정합니다.
<object name="EmailNotification" singleton="false" type="Credant.Notification.EmailNotification,
Credant.Notification"> [
값을 변경하지 마십시오
]
<property name="NotificationDataFactory" ref="NotificationDataFactory"/> [
값을 변경하지 마십시오
]
<property name="Host" value="test.dell.com"/>
<property name="Port" value="25"/>
<property name="Username" value="username"/>
<property name="Password" value="${SmtpPassword}"/> [
값을 변경하지 마십시오
]
<property name="Logger" ref="NotificationLogger"/> [
값을 변경하지 마십시오
]
</object>
Notification.config
이메일 서버에 인증이 필요할 경우 <Core Server 설치 디렉토리> 있는 Notification.config 파일을 수정합니다.
다음을 수정합니다.
<notification>
<add key="SmtpPassword" value="your_email_server_password"/>
</notification>