달력

1

« 2025/1 »

  • 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

System Center Orchestrator 2012 RC 기준 설치 요구 사항


단일 서버 설치
- Management Server
- Orchestrator Web Service
- Runbook Designer
- Runbook Server
- 운영 체제: Windows Server 2008 R2
- 데이터베이스: SQL Server 2008 R2 DB Engine
- 데이터베이스 정렬: SQL_Latin1_General_CP1_CI_AS
- IIS, .NET Framework 3.5 SP1, .NET Framework 4

개별 서버 설치(Management Server)
- 운영 체제: Windows Server 2008 R2
- 데이터베이스: SQL Server 2008 R2 DB Engine
- 데이터베이스 정렬: SQL_Latin1_General_CP1_CI_AS
- .NET Framework 3.5 SP1
- 이중화: 장애조치 클러스터링

개별 서버 설치(Runbook Server)
- 운영 체제: Windows Server 2008 R2
- .NET Framework 3.5 SP1
- 이중화: 2대 이상 설치(부하 분산)

개별 서버 설치(Orchestrator Web Service)
- 운영 체제: Windows Server 2008 R2
- IIS, .NET Framework 3.5 SP1, .NET Framework 4
- 이중화: 2대 이상 설치(부하 분산)

개별 서버 설치(Runbook Designer)
- 운영 체제: Windows Server 2008 R2, Windows 7
- .NET Framework 3.5 SP1
- 이중화: 2대 이상 설치(부하 분산)


네트워크 포트 요구 사항
Runbook Designer ---> Management Server : TCP 135, 1024~65535
Management Server, Runbook Server, Web Service ---> Orchestration Database : TCP 1433
Client Browser ---> Orchestrator REST-based Web Service : TCP 81
Client Browser ---> Orchestration Console : TCP 82

참고: 동적 포트 할당 범위 수정 방법
(기본 값은 Windows 2003의 경우 1025-5000, Windows 2008 이상의 경우 49152-65535)
Configuring Microsoft Distributed Transaction Coordinator (DTC) to work through a firewall
http://support.microsoft.com/kb/250367
1. 레지스트리 편집기 실행 후
2. HKLM\Software\Microsoft\RPC로 이동
3. Internet 키 생성
4. 다음 세 개의 값 설정 후 재부팅
Ports: 포트 범위 (예: 50000-50050)
PortsInternetAvailable: Y
UseInternetPorts: Y

:
Posted by 커널64