tuxedo(1)
序號問題描述
可能的解決方法
1.執行buildtms -o tms_ora -r oracle_xa的時候報錯:
cc: 1501-228 input file $oracle_home/lib/libsql.a not found
cc: 1501-228 input file $oracle_home/lib/osntab.o not found
檢視 $oracle_home/lib 目錄下面以下兩個檔案是否存在
libsql10.a (針對oracle10g)
osntabst.o
2.tmloadcf –y ubb 的時候報錯:
cmdtux_cat:868: error: tmloadcf cannot run on an active node
3.tmloadcf –y ubb 的時候報錯:
cmdtux_cat:868: error: tmloadcf cannot run on a non-master node
檢視ubb檔案中的主機名是否正確,是否存在master項
4.tmloadcf –y ubb的時候如下報錯:
cmdtux_cat:862: error: current work directory path name is too long
可能是對應的檔案系統出現了問題
使用 df -k 命令檢視檔案系統
5.tmloadcf –y ubb的時候如下報錯:
cmdtux_cat:76: error: uid is not effective user id
cmdtux_cat:79: error: gid is not effective group id
檢查ubb配置檔案中的uid 和 gid
6.tmloadcf –y ubb的時候如下報錯:
cmdtux_cat:190: error: srvid 201 is not unique among server group udbgrp
檢查ubb配置中,srvid=201的配置和srvid=200中的min和max值的對應關係,滿足條件如下:
201 > 200 + max - 1
7.crdl命令執行的時候如下報錯:
tmadmin_cat:512: error: cannot create device…
檢視crdl命令-z路徑中的檔案是否已經存在
TUXEDO配置常見問題及解決方法
序號問題描述 可能的解決方法 1.執行buildtms o tms ora r oracle xa的時候報錯 cc 1501 228 input file oracle home lib libsql.a not found cc 1501 228 input file oracle home li...
tuxedo錯誤碼6 Tuxedo常見問題處理
問題1 執行tmadmin命令,出現如下錯誤 處理辦法 設定如下環境變數 export lang c 問題2 tmloadcf y ubb的時候報錯 cmdtux cat 868 error tmloadcf cannot run on an active node 處理辦法 當前編譯ubb檔案的時...
linux 常見問題及解決
平時開發中需要連線到虛擬機器linux centos 進行,期間有些常見問題,在此記錄備忘 1 ssh連線突然變慢,在centos中ping一些常見 也特別慢 分析 估計dns解析有問題,檢視vm中的 etc resolv.conf 與本機dns差異,發現第乙個備用dns不同。ping 第乙個nam...