ACS/BOCS를 이용한 Documentum 분산환경

Posted by Alvin You
2014. 4. 16. 16:50 DOCUMENTUM
  1. BOCS 구성에 필요한 서버 모듈
    1. Content Server
    2. Documentum Messaging Server(DMS)
    3. Branch Office Caching Services(BOCS)
    4. Documentum Administrator(DA)
  2. 분산 환경 테스트 구성
    1. Lenovo T61에 Windows 2003 Server + CS + DMS + DA 설치
    2. VMWare에 Windows 2003 Server + BOCS 설치
    3. VMWare에 Windows XP + jre-6u17-windows-i586.exe 설치(UCF Client에서 JRE가 필요하기 때문에)
  3. 분산 환경 설치 및 기본적인 환경 설정에 관련된 내용은 아래 문서 참조
    1. Distributed_Content_Configuration_And_Troubleshooting.pdf
    2. Documentum Content Server 6.5 Distributed Configuration Guide.pdf
    3. Documentum_BOCS_65_SP1_release_notes.pdf
  4. ?:/Documentum/jboss4.2.0/server/DctmServer_MethodServer/deploy\acs.ear/APP-INF/classes/config/acs.properties

    #Mon Nov 23 13:49:44 KST 2009

    bocs.pulling.interval=10

    primary.content.store.quota=1000M

    mode.cachestoreonly=false

    jms.queue.name=/queue/null

    bocs.keystore=

    mode.debug=false

    java.naming.factory.url.pkgs=org.jboss.naming\:org.jnp.interfaces

    repository.acsconfig=XN-BONGACS1

    repository.name=xn_test_rep.xn_test_rep

    bocs.pulling.mode.enabled=

    repository.login=Administrator ß Content Server 관리자 계정

    repository.password=xxxxxx ß 매뉴얼에는 Trusted Connection이기 때문에 굳이 넣을 필요가 없다고 하지만 없을 경우 정상 작동이 안됨

    proxy.port=

    policy=Throttle,1,10,0

    jms.url=jnp\://XN-BONG\:9084

    policy.1=ReplaceRequest,50,1

    proxy.host=

    dms.pulling.url=

    primary.content.store.root=C\:\\Documentum\\acsCache

    jms.connection.factory=/MethodServerQueueConnectionFactory

    bocs.configuration.name=

    tracing.enabled=false

    jndi.factory=org.jnp.interfaces.NamingContextFactory

  5. BOCS 서버의 ?:/Documentum/jboss4.2.0/server/DctmServer_BOCS/deploy/bocs.ear/APP-INF/classes/dfc.properties

    dfc.data.checkout_dir=${dfc.data.user_dir}/checkout

    dfc.data.dir=C:/Documentum/jboss4.2.0/server/DctmServer_BOCS/data/BOCS

    dfc.data.export_dir=${dfc.data.user_dir}/export

    dfc.data.user_dir=${dfc.data.dir}

    dfc.search.ecis.enable=false

    dfc.search.ecis.host=

    dfc.search.ecis.port=

    dfc.tokenstorage.dir=${dfc.data.user_dir}/apptoken

    dfc.tokenstorage.enable=false

    dfc.docbroker.host[0]=xn-bong ß Docbroker 가 있는 Host 정보

    dfc.docbroker.port[0]=1489 ß Docbroker Port 정보

  6. BOCS 서버의 ?:/Documentum/jboss4.2.0/server/DctmServer_BOCS/deploy/bocs.ear/APP-INF/classes/config/acs.properties

    mode.cachestoreonly=true

    tracing.enabled=false

    mode.debug=false

     

    #Added for jboss

    jndi.factory=org.jnp.interfaces.NamingContextFactory

    jms.url=jnp\://BOCS_SVR\:8090

    java.naming.factory.url.pkgs=org.jboss.naming\:org.jnp.interfaces

    jms.connection.factory=/BOCSQueueConnectionFactory

    jms.queue.name=/queue/bocsQueue

     

    bocs.keystore=C\:/Documentum/bocs/config/bocs.keystore

    bocs.configuration.name=BOCS_Svr ß DA(Documentum Administrator)의 분상환경 구성 요소 중 BOCS Object Name을 입력

    bocs.pulling.mode.enabled=FALSE

    dms.pulling.url=

    bocs.pulling.interval=10

     

    proxy.host=

    proxy.port=

     

    policy=Throttle,1,10,0

    policy.1=ReplaceRequest,50,1

    cache.store.root=C\:\\Documentum\\acsCache

    cache.store.quota=1000M

    primary.content.store.root=C\:\\Documentum\\primeStore

    primary.content.store.quota=1000M

 

  1. WDK 기반의 Client의 app.xml의 ACS/BOCS 관련 정보 수정(/apache-tomcat-6.0.18/webapps/da/wdk/app.xml)

<!-- Begin {D6 accelerated content transfer (ACS) settings} -->

 

<!-- <accelerated-read> :

This is for accelerated Read, and it replaces the correpsonding 5.3.x <acs> configurations.

It allows accelerated read and write to be switched on and off separately.

 

For backward compatibility, WDK D6 first looks up the <acs> tag before looking up the

<accelerated-read> tag.

-->

<accelerated-read>

<!-- when set to be "true", enables ACS, and, when optimal, BOCS read operations -->

<enabled>true</enabled>

<!-- the followings are the existing options under the 5.3.x "acs" tag -->

<attemptsurrogateget>true</attemptsurrogateget>

<maintainvirtuallinks>true</maintainvirtuallinks>

</accelerated-read>

 

<!-- <accelerated-write> :

A separate configuration block for accelerated Write

-->

<accelerated-write>

<!-- when set to be "true", enables ACS, and, when optimal, BOCS write operations -->

<enabled>true</enabled>

<!-- when set to:

1. "prohibit-async" - application doesn't allow BOCS write asynchronously

2. "default-sync" - application should see content written from BOCS to ACS synchronously by default

3. "default-async" - application should see content written from BOCS to ACS asynchronously by default

-->

<bcs-write-mode>default-sync</b霓cs-write-mode>

<!-- when set to "true", allows override of default BOCS write mode by users

(in general, it should be scoped with <filter> tag, e.g. role-based) -->

<allow-override-bocs-write-mode>true</allow-override-bocs-write-mode>

</accelerated-write>

<!-- End {D6 accelerated (ACS) content transfer settings} -->

 

  1. ACS/BOCS 구성 화면
    1. Network Location이 적용된 Login 화면

       

    2. Distributed Content 구성 화면

    3. Network Location : BOCS_loc

       

    4. ACS Servers : XN-BONGACS1

 

 

  1. BOCS Servers : BOCS_Svr

 

  1. Distributed Transfer

 

 

  1. Messaging Server

 

  1. ACS/BOCS 테스트 화면
    1. Content 등록 화면

 

 

  1. Web Client에서 컨텐츠 다운로드시 BOCS 서버의 Caching 정보 확인

    (?:/Documentum/acsCache/content/ 경로 아래로 파일이 쌓임)

     

  2. Web Client에서 컨텐츠 전송시 BOCS 서버의 Caching 정보 확인

    (?:/Documentum/primeStore/ 경로 아래로 compressed/uncompressed 폴더에 임시적으로 컨텐츠를 Writing 한 후 일정 시간이 지나면 Content Server에 전송)

'DOCUMENTUM' 카테고리의 다른 글

IDQL을 이용한 DQL 실행하기  (0) 2014.03.24
Documentum 7.0 64bit 설치  (0) 2014.03.23
DFS에서 UCF 사용하기  (0) 2014.03.21
r_object_id의 구성  (0) 2014.03.21
Documentum Client Capability  (0) 2014.03.21

MS Office 제한된 보기 설정 해제

Posted by Alvin You
2014. 4. 15. 10:15 분류없음

운영체제를 새롭게 설치 후 새로 설치한 Office 2010의 제한된 보기 설정으로 인해서 인터넷에서 다운로드 받은 파일이나 메일에 첨부로 들어 온 문서가 열리지 않은 경우를 경험해 보셨을 겁니다.

아래 설정은 Office 2010의 제한된 보기 설정을 해제하는 방법입니다.

파일 → 옵션

Windows Server 관리도구 명령어

Posted by Alvin You
2014. 4. 15. 09:56 분류없음

Windows Server를 관리하다 보면 자주 사용하게 되는 관리 도구들을 GUI Navigation을 따라 들어가게 되면 번거롭다는 생각이 들 때가 많습니다. 이런 번거로움을 아래 Command Line 명령어들을 통해 손쉽게 들어갈 수 있으니 참고하세요.

자주 쓰는 것부터 실행하다 보면 어느 순간 손이 기억을 하게 된답니다. 

 

Console

Command

AD Domains and Trusts

domain.msc

Active Directory Management

admgmt.msc

AD Sites and Services

dssite.msc

AD Users and Computers

dsa.msc

ADSI Edit

adsiedit.msc

Authorization manager

azman.msc

Certification Authority Management

certsrv.msc

Certificate Templates

certtmpl.msc

Cluster Administrator

cluadmin.exe

Computer Management

compmgmt.msc

Component Services

comexp.msc

Configure Your Server

cys.exe

Device Manager

devmgmt.msc

DHCP Management

dhcpmgmt.msc

Disk Defragmenter

dfrg.msc

Disk Manager

diskmgmt.msc

Distributed File System

dfsgui.msc

DNS Management

dnsmgmt.msc

Event Viewer

eventvwr.msc

Indexing Service Management

ciadv.msc

IP Address Manage

ipaddrmgmt.msc

Licensing Manager

llsmgr.exe

Local Certificates Management

certmgr.msc

Local Group Policy Editor

gpedit.msc

Local Security Settings Manager

secpol.msc

Local Users and Groups Manager

lusrmgr.msc

Network Load balancing

nlbmgr.exe

Performance Monitor

perfmon.msc

PKI Viewer

pkiview.msc

Public Key Management

pkmgmt.msc

QoS Control Management

acssnap.msc

Remote Desktops

tsmmc.msc

Remote Storage Administration

rsadmin.msc

Removable Storage

ntmsmgr.msc

Removable Storage Operator Requests

ntmsoprq.msc

Routing and Remote Access Manager

rrasmgmt.msc

Resultant Set of Policy

rsop.msc

Schema management

schmmgmt.msc

Services Management

services.msc

Shared Folders

fsmgmt.msc

SID Security Migration

sidwalk.msc

Telephony Management

tapimgmt.msc

Terminal Server Configuration

tscc.msc

Terminal Server Licensing

licmgr.exe

Terminal Server Manager

tsadmin.exe

UDDI Services Management

uddi.msc

Windows Management Instrumentation

wmimgmt.msc

WINS Server manager

winsmgmt.msc

Sharepoint 2013 설치 가이드

Posted by Alvin You
2014. 4. 13. 22:03 Sharepoint

Dynamics AX 2012의 Enterprise Portal 구성을 Sharepoint 2013 버전에서 셋팅하기 위해 오랜만에 Sharepoint 2013 설치 과정을 진행해 보았습니다.

역시나 오랜만에 설치를 하다보니 감이 떨어져 몇 가지 오류의 원인을 찾기위해 1~2일의 시간을 소모했지만, 결과적으로는 성공적으로 설치가 되어 이렇게 글을 남길 수 있게 되었습니다.

 

■ 로컬 설치 환경(Stand Alone Envrionment)

  - Windows Server 2008 R2 with SP1

  - MS SQL Server 2012

 

 

 

 

■ 설치 진행 중 발생 이슈

  - 필수 구성 요소 설치 후 반복적인 리부팅 발생 – 해결됨

  - SharePoint 2013 installation error: oserver.msi error code: 1603(0x643)

  참고 URL : http://www.dotnetquest.com/post/2013/02/16/SharePoint-2013-installation-error-oservermsi-error-code-1603(0x643)

 

1. 설치 CD를 넣고 설치 à 소프트웨어 필수 구성 요소 설치를 통해서 사전 설치에 필요한 파일을 들을 설치 할 수 있습니다.

 

2. 사전 설치 파일을 성공적으로 설치 후에 설치 à Sharepoint Server 설치 메뉴를 통해서 본격적인 설치 작업에 들어갈 수 있습니다.

 

3. 설치가 마무리 된 이후에 Sharepoint 제품 구성 마법사 실행을 통해서 Sharepoint 2013 중앙관리에 대한 설정 작업을 마무리 할 수 있습니다.

 

4. 아래 내용은 제품 구성 마법사를 진행하는 화면입니다.