What Is a UBBCONFIG File ?

The UBBCONFIG file is a text version of the configuration file that defines a BEA Tuxedo application. You can create and edit a UBBCONFIG file with any text editor.

 

The TUXCONFIG file is a binary version of UBBCONFIG. It contains information used by tmboot(1) to start the servers and initialize the bulletin board of a BEA Tuxedo application in an orderly sequence. A TUXCONFIG file is created by executing the tmloadcf(1) command on the UBBCONFIG file.

 

참고

https://docs.oracle.com/cd/E13203_01/tuxedo/tux71/html/tedgub2.htm

 

 

원문을 스스로 번역하고 이해하며 쓴 것이라 가독성이 떨어질 수 있습니다...

 

 

 

UBBCONFIG 파일은 만든 후에, TUXCONFIG 파일을 생성하기 위해서는 tmloadcf() 명령어를 실행해야합니다.

TUXCONFIG는 ASCII로 구성된 텍스트 파일인 UBBCONFIG의 Binary 파일입니다. (컴퓨터는 ASCII를 읽을 수 없기 때문에 2진법으로 바꿔줘야...) 

tmloadcf -y ubbconfing 

위 명령어를 사용함으로써 TUXCONFIG 파일의 이름을 지정할 수 있다.

 

TUXCONFIG 파일은 무엇을 나타내나?

 

TUXCONFIG 파일은 MASTER MACHINE에 대한 위치를 정의하고 있습니다.

MASTER MACHINE은 tmboot() 명령어를 사용하여 Binary 파일인 TUXCONFIG를 사용합니다.

따라서 TUXCONFIG 환경변수는 TUXCONFIG가 loaded 되는 system file이나 device로 끝나는 절대경로로 지정되어야합니다.

MP MODEL에서 MASTER MACHINE은 Domain 내에 TUXEDO 시스템 소프트웨어의 최신 버전을 기동시켜야합니다.

TUXEDO domain을 위한 MASTER MACHINE는 어플리케이션을 booting 시키기 위해 tmboot() 명령어를 사용함으로써 모든 server machine에 전파 받은 TUXCONFIG 파일의 master copy를 가지고 있습니다.

 

 

 

+ Recent posts