Collaboration

Office Communications Server 2007 백업

커널64 2009. 1. 2. 11:48

1.     OCS Database 백업

-       RTC : 사용자 데이터(ACL, contacts, home server or pool data, scheduled Conferences, user contact lists, allow and block lists)

-       RTCConfig : OCS 2007global-level, pool-level, machine-level 설정

-       RTCDyn : 사용자의 일시적인 데이터(end-points, subscriptions, active conferencing servers, transient conferencing states)

-       LCSLog : Archiving data, Call Detail Records (CDRs)

ž   Standard Edition server(SQL Server 2005 Express Edition)
RTC Database

ž   Enterprise poolback-end server(SQL Server 2005)
RTC Database

ž   Archiving and CDR Server(SQL Server 2005)
LCSLog database

ž   RTCConfig databaseRTCDyn database는 백업 X

 

 

2.     OCS File Shares 백업
사용자 지정 위치에 저장

ž   Meeting content

ž   Meeting content metadata

ž   Meeting compliance logs

ž   주소록은 User Replicator에 의해 자동으로 생성되므로 백업 X

 

 

3.     OSC Settings 백업

ž   Standard EditionEnterprise pool
Global-level Pool-level 설정 백업

 

ž   Standard Edition의 경우
Standard Edition Server
에 대해서만 백업(Machine-level)

ž   Enterprise pool의 경우
한 대의 Front-end Server에 대해서만 백업(Machine-level)

 

Global-level Pool-level 설정 백업
lcscmd /config /action:export /level:pool /configfile:<File name>.xml /poolname:<poolname>
lcscmd /config /action:export /level:global /configfile:<File name>.xml /poolname:<poolname>
lcscmd /config /action:export /level:global,pool /configfile:<File name>.xml /poolname:<poolname>

Machine-level 설정 백업
lcscmd /config /action:export /level:machine /configfile:<File name>.xml /fqdn:< front-end server FQDN>