Tuxedo 유지 보수 상용 명령

7607 단어 상용 명령
공식 제공 사이트:
http://docs.oracle.com/cd/E13203_01/tuxedo/tux71/html/rfcmd.htm
tuxedo 상용 명령 파라미터 1. buildclient 구조 client 엔 드 프로그램 사용
단계: 클 라 이언 트 엔 드 프로그램 은 atmi. h 헤더 파일 을 포함 합 니 다.TUXDIR 환경 변 수 를 정확하게 설정 합 니 다.buildclient 도구 컴 파일 러 사용 하기;
buildclient 의 문법 은 다음 과 같 습 니 다. buildclient [- v] [- C] - o executable - f first - file \ \ [- f first - file]... [- l last - file]...
옵션 의 의미:
- C: COBOL 코드 컴 파일 하기;
- o: 실행 가능 한 파일 의 이름;
- f option: tuxedo 라 이브 러 리 를 연결 하기 전에 이 파일 을 처리 합 니 다.
- l option: tuxedo 라 이브 러 리 를 연결 한 후에 이 파일 을 처리 합 니 다.
- v: 실제 컴 파일 명령 줄 을 인쇄 합 니 다.
buildclient 는 실행 중 다음 환경 변 수 를 사용 합 니 다:
CFLAGS: 이 변수 에 "- I ${TUXDIR} / include" 를 자동 으로 추가 합 니 다.
CC: 이 변수 가 가리 키 는 컴 파일 러 를 사용 합 니 다.
2. tmloadcf 사용
tmloadcf 는 tuxedo 텍스트 설정 파일 을 실행 에 필요 한 바 이 너 리 파일 로 바 꾸 는 데 사 용 됩 니 다.
바 이 너 리 파일 의 파일 이름 은 환경 변수 TUXCONFIG 에서 지정 합 니 다. 이 파일 이름 은 절대 경로 여야 합 니 다.
tmloadcf 의 문법 은 다음 과 같 습 니 다: tmloadcf [option] text - file;
옵션 은 다음 과 같 습 니 다.
- c: 이 설정 에 필요 한 IPC 자원 을 계산 하고 대상 파일 을 생 성하 지 않 습 니 다.
- n: 대상 파일 을 만 들 지 않 고 문법 검 사 를 실시 합 니 다.
- b: 대상 파일 의 크기 제한;
- y: 기 존의 대상 파일 을 직접 덮어 쓰 는 것 을 알려 주지 않 습 니 다.
3. tmunloadcf 사용
tmunloadcf 는 바 이 너 리 프로필 을 ASCII 로 출력 합 니 다.
4. tmboot 사용
tmboot 에서 tuxedo 응용 서 비 스 를 시작 하여 필요 한 IPC 자원 을 만 듭 니 다.
다음 옵션 이 있 습 니 다. 옵션 이 없 을 때 모든 설정 서 비 스 를 시작 합 니 다.
- A: 모든 기기 의 관리 server (BBL, DBBL) 만 시작 합 니 다.
- g grpname: 지정 한 group 의 server 만 시작 합 니 다.
- i srvid: 지정 한 server ID 의 모든 server 만 시작 합 니 다.
- S: 모든 응용 서버 를 시작 합 니 다.
- s server name: 지정 한 server 를 시작 합 니 다.
- c: 최소 IPC 자원 수요 만 계산 합 니 다.
5. tmshutdown 사용 하기
tmshutdown 은 tuxedo 서 비 스 를 중단 하고 관련 IPC 자원 을 삭제 해 야 합 니 다.
다음 옵션 이 있 습 니 다:
- A, - g, - i, - S, - s: tmboot 와 같 음;
- R: 다 중 컴퓨터 환경 에서 BB 를 제외 한 서 비 스 를 중단 합 니 다.
6. buildserver 구조 server 엔 드 프로그램 사용
문법 은 다음 과 같 습 니 다. buildserver [- o executable]... [- v] \ [- s service 2, service 3: func] \ [- f source / object]... \ [- l object]... \ [- r resource manager]
옵션 의 의미:
- o: 실행 가능 한 프로그램 이름 생 성;
- v: 실제 컴 파일 명령 줄 인쇄;
- s: 제 공 된 service 와 대응 하 는 처리 함 수 를 지정 합 니 다.
- f: tuxedo 라 이브 러 리 를 연결 하기 전에 이 파일 을 처리 합 니 다.
- l: tuxedo 라 이브 러 리 를 연결 한 후 이 파일 을 처리 합 니 다.
- r: 관련 자원 라 이브 러 리 를 연결 하려 면 ($TUXDIR / udataobj / 디 렉 터 리 아래).
1)tmloadcf     -TUXEDO UBB 정보 컴 파일
    #TUX 로 서비스 프로 세 스 컴 파일    tmloadcf -y ubbsimple
2)tmunloadcf   -TUXCONFIG 를 ASCII 형식 으로 변환 
3)tmboot       -TUXEDO 시스템 서비스 시작 
    #모든 서비스 시작    tmboot -y
4)tmshutdown   -모든 또는 일부 응용 프로그램 을 닫 고 IPC 자원 을 방출 합 니 다. 
    #xxxx 프로 세 스 의 모든 서 비 스 를 중단 합 니 다.    tmshutdown  -s  xxxx
    #모든 서비스 중지    tmshutdown -y    tmipcrm -y
5)tmadmin      -TUXEDO 시스템 관리
    #인터페이스 에서 서비스 보기    psr
 
6) crmdem. fml 32 파일 mkfldhdr 32 crmdem. fml 32 컴 파일
 
Tuxedo 유지보수 상용 명령 1 프로필 Tuxedo 의 프로필 을 보통 ubbconfig 파일 이 라 고 합 니 다.ubbconfig 파일 은 시작 정 보 를 포함 하 는 용기 로 볼 수 있 습 니 다. 바 이 너 리 파일 tuxconfig 로 컴 파일 하여 시작 할 때 참고 하 십시오.포함: 시스템 범위 정보 resources 기계 정보 machines 그룹 정보 groups 서비스 서버 거래 정보 서비스 네트워크 그룹 정보 netgroups 네트워크 정보 네트워크 경로 원칙 정보 routing ubbconfig 가 완 료 된 후 tmloadcf 명령 으로 tuxconfig 를 생 성 합 니 다 (그래 픽 인터페이스 로 도 생 성 가능)
2tmloadcf 와 tmunloadcft mloadcf - y 무조건 덮어 쓰기         -c 컴 퓨 팅 실행 에 필요 한 IPC         -문법 검 사 를 하면 tuxconfig 가 생 성 되 지 않 습 니 다.         -b 제어 점용 물리 페이지 tmunloadcf tuxconfig 를 ascii 형식 으로 변환
3tmboot 와 tmshutdown tmboot - y 시작 [A 시작 모든 기기 의 관리 프로 세 스 M 시작 메 인 제어 기기 의 관리 프로 세 스 i 시작 서비스 id = 모 프로 세 스 g 시작 모 그룹 서비스 S 시작 모든 응용 서비스] tmshutdown - y 정지
4. 관리 도 구 는 주로 tmadmin 과 GAI 를 포함한다.
tmadmin 도구 printserver (psr) 서비스 정보 보기 printservice (psc) 거래 정보 보기 printquue (pq) 대기 열 정보 보기   예 pq [padress] printclient (pclt) 에서 고객 정보 보기
 
 
txrpt(1)
Name
txrpt - BEA Tuxedo system server/service report program
Synopsis
 
txrpt [-t]  [-n names]  [-d mm/dd]  [-s time]  [-e time]

 
Description
txrpt analyzes the standard error output of a BEA Tuxedo system server to provide a summary of service processing time within the server. The report shows the number of times dispatched and average elapsed time in seconds of each service in the period covered. txrpt takes its input from the standard input or from a standard error file redirected as input. Standard error files are created by servers invoked with the -r option from the  servopts(5)  selection; the file can be named by specifying it with the -e servopts option. Multiple files can be concatenated into a single input stream fortxrpt. Options to txrpt have the following meaning.
 
-t
 
Order the output report by total time usage of the services, with those consuming the most total time printed first. If this option is not specified, the report is ordered by total number of invocations of a service.
 
 
-n names
 
 
Restrict the report to those services specified by names. names is a comma-separated list of service names.
 
 
-d mm/dd
 
 
Limit the report to service requests on the month (mm) and day (dd) specified. The default is the current day.
 
 
-s time
 
 
Restrict the report to invocations starting after the time given by the time argument. The format for time is hr[:min[:sec]].
 
 
-e time
 
 
Restrict the report to invocations that finished before the specified time. The format for time is the same as the format of -s flag.
 
The report produced by txrpt covers only a single day. If the input file contains records from more than one day, the -d option controls the day reported on.
Notices
Make sure that the ULOGDEBUG variable is not set to y when a server is collecting statistics for analysis via txrpt. Debugging messages in the file will be misinterpreted by txrpt.
Examples
For the following command line
 
txrpt -nSVC1 -d10/15 -s11:01 -e14:18  newr

 
the report produced looks like the following.
 
START AFTER:    Thu Oct 15 11:01:00 1992
END BEFORE:     Thu Oct 15 14:18:00 1992
              SERVICE SUMMARY REPORT  
 
SVCNAME   11a-12n     13p-14p     14p-15p      TOTALS  
          Num/Avg     Num/Avg     Num/Avg     Num/Avg
------    --------    --------    --------    -------
SVC1      2/0.25      3/0.25      1/0.96      6/0.37
-------   -------     -------     -------     -------
TOTALS    2/0.25      3/0.25      1/0.96      6/0.37

 
The above example shows that SVC1 was requested a total of six times within the specified period and that it took an average of 0.37 seconds to process the request.
See Also

좋은 웹페이지 즐겨찾기