Seungwoo’s Weblog

July 29, 2008

MigratingCodeBeamer

Filed under: Software Quality — seungwooyu @ 2:14 pm
Tags:

This document describes the steps to move a CodeBeamer-4.1, CodeBeamer-4.2 installation to a new host, even between different operating systems (for example, between Windows and Linux).

  1. Stop CodeBeamer on the source host. To avoid data loss, it is very important that all CodeBeamer related java (or javaw) and mysqld processes are stopped.
  2. Make a zip (or tar) file of the following directories located under /<install_dir>/repository on the source host: /mysql/data, /docs, /svn, and /acl.svn (Note: /svn and /acl.svn only exist if there is at least one managed Subversion repository)
  3. Copy the zip file to the target host.
  4. Install CodeBeamer on the target host but do not start CodeBeamer. If CodeBeamer is already running, stop it completely as indicated in step 1 before proceeding.
  5. Unpack the zip file created in step 2 to the /<install_dir>/repository directory on the target host. This will overwrite the initial CodeBeamer data files with the data files from the source installation. It is very important that the corresponding directories and files are appropriately overwritten by the contents of the zip file.
  6. Start CodeBeamer on the target host.
  7. You will need to acquire a new license key for the target host before you will be able to open any projects. To obtain a key, send an email to support@intland.com with your host ID (found on the CodeBeamer About page). 

All CodeBeamer data from the source host should now be accessible on the target host with one exception; to provide source code analysis., CodeBeamer creates a workspace from source code checked out from the source code repository (e.g., Subversion, CVS). This workspace was not copied in the procedure above, however, it will be recreated and the related analysis metrics updated upon the next nightly build.

July 8, 2008

Blog를 시작합니다

Filed under: Software Quality — seungwooyu @ 1:56 pm

하고 있는 회사 업무(http://www.arctgroup.com)와 일하는 속성으로 기준해서 알찬 블로그가 되기에는 어려울 것으로 예상 되지만. 책임과 가이드 라인 없이 누군가에게 공유할 수 있는 글거리를 쓴다는 것에 대한 약간의 즐거운 기대 심리로 시작을 해 보도록 하겠습니다

아래와 같은 Topic으로 정리 하고자 합니다

  • Application Lifecycle Ecosystem
  • Application Engineering
  • Static Analysis and Error Detection
  • Security Testing
  • Software Build Management
  • Virtual Computing
  • Python

회사 자체 서버에 Blog 시스템 설치 되면 전체 ”DEL” 될 수 있습니다 :-)

Blog at WordPress.com.