久久99精品久久久久久琪琪,久久人人爽人人爽人人片亞洲,熟妇人妻无码中文字幕,亚洲精品无码久久久久久久

安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題

時間:2019-05-15 14:50:39下載本文作者:會員上傳
簡介:寫寫幫文庫小編為你整理了多篇相關的《安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題》,但愿對你工作學習有幫助,當然你在寫寫幫文庫還可以找到更多《安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題》。

第一篇:安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題

安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常

在Install & Config 完 IBM FileNet之后,一個重要的事情就是check所安裝的AE,PE,CE是否安裝正確、能夠正常啟動。這里,簡要列出一些check方法。

1.啟動 CE DB.與CE有關的一般有兩個 DB。一個 是 FNGCDDB用于記錄 CE Domain的一些配置信息。主要有以FNGCD為 prefix 的四個表(FNGCD, FNGCD_ADDON,FNGCD_CESERVERS, FNGCD_OSCBROWNERS)。當你有需要想重新建立CE Domain的時候,最好將這四個表刪掉,然后重新建。

再一個DB就是 Object Store所在的DB,比如FNOS1DB.在這個DB中,在建完Domain之后共有179張表。

值得注意的是,CE App Server是通過 DataSource來連接CE的DB的。所以,如果,有任何CE DB的改變,也同時需要更改DataSource。顯而易見,因為有兩個 CE DB,所以也有兩套CE DataSource,一個是用于連接 FNGCDDB(還有個以XA結尾的,這個在運行時經常被用到),一個是用于連接FNOSDB,即Object Store DB。CE 就是靠這兩個Source來取得CE 信息的。

Check CE 狀態的方法:

http://localhost:9080/FileNet/Engine.2.啟動 AE。

由于 AE是一個 WebApp 程序,所以只需要啟動 AE所在的 Server即可。

Check AE 狀態的方法:

http://localhost:9080/Workplace

3.啟動 PE

PE 核心是一個 C++程序。在運行時,AE會嘗試連接 PE,CE,而PE和CE之間也有連接關系。

Windows based 的PE server需要注意有兩個系統 Service(通過 Service.msc)是需要起來的。一個 叫 PE Service Manager,一個是Img ControlService;需要檢查;

再有一個 重要的命令是 initfnsw,可以通過這個命令來起停 PE server。

① initfnsw start//-啟動PE

② initfnsw stop//-停止PE

killfnsw-y//-停止PE

③ initfnsw status//-查看PE狀態

④ initfnsw restart//-重啟PE

另外,檢查 PE的狀態,可以用這個URL 來 check,http://localhost:32776/IOR/ping.另外,有關 PE 和 CE間連接性的檢查方法:

在 PE所在 Server上,用如下URL check,A “good” sample response from the PEDirectoryServer looks something like this:

IOR:***049444c3a46696c654e65745f63656d707270632f63656d707270633a312e***000000000007e***c31302e31352e372e31303800071d000000000031afabcb***cba******08526f6f74504f*********0000001000000************26000000020002

此外,quick test are(on PEserver):

If you’re having trouble with the PE to CE communications, there may be something

wrong with the java environment.Try the following tests in a command prompt window on the PE Server(Substituting appropriate host names, ports, user names, group names, and passwords as appropriate for your configuration):

On your PE Server:

cd fnswbin

Try a basic “little pipe” ping:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=ping

Set the little pipe’s CE connection configuration:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=setConfig

/uri=http://hqbpm34:7001/wsi/FNCEWS40DIME/ /user=PEAdmin /password=secret

Get a list of all realm names:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=getRealmNames

Get info about a user named PEAdmin:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=getUserInfo /user=PEAdmin

Get info about a user named PEAdmin in a specific realm:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=getUserInfo /user=PEAdmin /realm= dc=epbdc,dc=eng,dc=filenet,dc=com

Get info about a group named PEAdministrators:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=getUserInfo

/user=PEAdministrators

Get “group expansion info” for a group named PEAdministrators:

fnswjavajrebinjava-classpath pe.jar;pe3pt.jar

filenet.pe.ceorb.test.PEDirectoryClientTest /port=32776 /rpc=expandGroup

/group=PEAdministrators

The above runs should produce output of some sort that might shed light on a CE configuration or connection problem…

取得 PE run 的 LOG:

Get some detailed information about the PE to CE communications

If the PE still can not get connected to the CE, we need to enable some of the java tracing to see what’s happening when the PEDirectoryServer communicates with the CE.For PE 4.0.2 and newer, including PE 4.5

To enable the tracing, we need an fnlog4j.properties file in the fnswjavajrelib directory on the PE Server.The fnlog4j.properties file needs to include a line something like this:

log4j.logger.filenet.pe.ceorb.server=DEBUG, TXT

The easiest way to do this is to copy the fnsw_locsdfnlog4j.properties.sample file as fnswjrelibfnlog4j.properties(without the “.sample”).Then, using a simple text editor(e.g., notepad), add the “, TXT” to the above line of text in the fnlog4j.properties file.The PEDirectoryServer will see the fnlog4j.properties file and that will trigger additional tracing and logging to occur.After putting the fnlog4j.properties file in the fnswjavajrelib directory, click the Apply button in the Process Task Manager’s Security tab again.After it fails, check the java trace file.The location of the java trace file is defined in the fnlog4j.properties file itself.By default, it's c:PE.txt.3.檢查 connection to PE from AE.在登錄到 AE 之后,可以點擊 AE Site Preference中 Task Pages頁面,看是否能打開。以及PCC,Process Designer是否都能夠打開以及 Transfer Workflow.

下載安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題word格式文檔
下載安裝配置 IBM FileNet 所遇問題記錄系列 之四 檢查AE,PE, CE 狀態是否正常專題.doc
將本文檔下載到自己電腦,方便修改和收藏,請勿使用迅雷等下載。
點此處下載文檔

文檔為doc格式


聲明:本文內容由互聯網用戶自發貢獻自行上傳,本網站不擁有所有權,未作人工編輯處理,也不承擔相關法律責任。如果您發現有涉嫌版權的內容,歡迎發送郵件至:645879355@qq.com 進行舉報,并提供相關證據,工作人員會在5個工作日內聯系你,一經查實,本站將立刻刪除涉嫌侵權內容。

相關范文推薦

    主站蜘蛛池模板: 99视频精品全部免费 在线| 无码视频免费一区二三区| 亚洲加勒比少妇无码av| 少妇高潮太爽了在线观看| 国产亚洲成av人片在线观看| 欧美 日韩 亚洲 精品二区| 人妻少妇无码精品视频区| 亚洲小说乱欧美另类| 国产女主播白浆在线观看| 狠狠躁夜夜躁人人爽超碰97香蕉| 内射囯产旡码丰满少妇| 亚洲性色av私人影院无码| 欧美日韩国产免费一区二区三区| 精品亚洲成av人在线观看| 成人无码h真人在线网站| 国产综合无码一区二区色蜜蜜| 成年女人永久免费看片| 观看在线人视频| 99视频在线精品免费观看6| 东京热加勒比无码少妇| 欧美又粗又大aaa片| 综合激情丁香久久狠狠| 五十老熟妇乱子伦免费观看| 国产美女裸身网站免费观看视频| 亚洲熟妇无码乱子av电影| 国产又粗又猛又爽又黄的视频在线观看动漫| 中文无码精品一区二区三区| 天天躁夜夜躁狠狠喷水| 超级大爆乳奶牛被调教出奶水| 少妇高潮太爽了在线观看欧美| 六月婷婷国产精品综合| 亚洲熟妇av日韩熟妇在线| 国产愉拍91九色国产愉拍| 插b内射18免费视频| 色狠狠色婷婷丁香五月| 黄网站色成年片在线观看| 国产精品无码电影在线观看| 亚韩无码一区二区在线视频| 欧美无砖专区一中文字| 少妇人妻av无码专区| 国产成人高清精品免费软件|