달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

설치 절차
1. 기능 설치: PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature as-net-framework desktop-experience telnet-client
  - .Net Framework 3.5 SP1
  - 데스크톱 경험
  - 텔넷 클라이언트(Troubleshooting 용도)
3. KB975858(http://support.microsoft.com/kb/975858/) 설치
4. 역할 별 사전 요구 사항 설치(글 아래 참고)
5. 모든 윈도우 업데이트 설치
6. OCS 2007 R2 설치



- OCS 활성화 실패 시 http://go.microsoft.com/fwlink/?linkid=168248 실행 후 재시도
- 누적 업데이트 설치(ServerUpdateInstaller.exe)
  (http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b3b02475-150c-41fa-844a-c10a517040f4)
- 누적 업데이트 설치 후 몇몇 서비스가 시작되지 않는 경우
  > 다음 서비스의 시작 유형을 자동으로 설정
    (Windows Management Instrumentation, CNG Key Isolation,  WMI Performance Server, Remote Access Connection Manager)
  > 프론트 엔드 서버의 rtcsvr 서비스의 종속성을 위 서비스들로 설정
    (sc config rtcsrv depend= WinMgmt/KeyIso/WmiApsrv/rasman)
  > 중재 서버의 rtcmedsrv 서비스의 종속성을 위 서비스들로 설정
    (sc config rtcmedsrv depend= WinMgmt/KeyIso/WmiApsrv/rasman)
- Windows Server 2008 R2 서버의 로컬 보안 정책(secpol.msc) 수정
  > 로컬 정책 -> 보안 옵션에서 다음 두 개 항목을 '최소 없음'으로 변경
    - 네트워크 보안: NTML SSP 기반(보안 RPC 포함) 서버에 대한 최소 세션 보안
    - 네트워크 보안: NTML SSP 기반(보안 RPC 포함) 클라이언트에 대한 최소 세션 보안


Front end Server
1. PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc

Office Communicator Phone Edition deployment
1. PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature web-static-content web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc

Monitoring Server
1. PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature msmq-server msmq-directory

CWA Server
1. PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature web-windows-auth web-digest-auth web-basic-auth web-mgmt-compat web-mgmt-console web-common-http web-ISAPI-ext web-ISAPI-filter web-request-monitor web-http-redirect web-http-logging

Mediation Server
1. PowerShell -> Import-Module ServerManager
2. Add-WindowsFeature rsat-addc

:
Posted by 커널64