Java 企業應用
          不要溫柔的走入那個良夜

          http://pic.dhe.ibm.com/infocenter/psappsys/v1r0m0/index.jsp?topic=%2Fcom.ibm.ipas.doc%2Fiwd%2Fapr_patterntypeovw.html

          PureAS包含兩種pattern,將來有可能會演化成一種。

           

          從Amazon 和VMware Cloudfundry等云產品中,我們發現用戶使用的中心不是操作系統,而是中間件。

          是及時的獲取mysql,tomcat,httpd等應用程序。而且廠商還能提供策略,托管這些中間件。

          PureAS作為IBM的云產品,也是這樣來考慮,怎么樣將它傳統的中間件跑在云上。開發者可以直接拿到Db2,was,Scaling,monitoring,backup等應用或功能。

          http://pic.dhe.ibm.com/infocenter/psappsys/v1r0m0/index.jsp?topic=%2Fcom.ibm.ipas.doc%2Fiwd%2Fpgt_samples.html

          因為IBM有自己的硬件和軟件。所以,在云計算,尤其是私有云的市場上,優勢還是很明顯。

          微軟在這些對手面前,真是捉襟見肘。

          網絡能力不行,硬件能力不行。就憑一個個漸漸在云端弱化的操作系統。

          不看好。

          posted @ 2012-11-18 15:53 cpegtop 閱讀(340) | 評論 (0)編輯 收藏
           

          一個RUC應用是運行在WSE Server上的,可以在WSE Console中維護。

          RUC如何被使用?

          RUC向外界暴露三種接口

          1.MDB

          image

          2.WS

          image

           

          laptop-062

              private SampleRemote_SEIProxy getSampleWS() {
                  SampleRemote_SEIProxy rucWS = new SampleRemote_SEIProxy();
                  try {
                      String endpoint = (new URL("http", RUC_SERVER_HOST,
                              RUC_SERVER_PORT,
                              "/ibmse_ruc_sampleRUC_ejbHttpRouter/services/Sample"))
                              .toString();
                      rucWS.setEndpoint(endpoint);
                  } catch (MalformedURLException e) {
                      e.printStackTrace();
                  }
                  return rucWS;
              }

          3.SLSB

           
              private SampleRemote getSampleSLSB() throws NamingException {
                  InitialContext ic = new InitialContext();
                  logText("Looking up ejb/ruc/Sample in InitialContext");
                  SampleRemote ruc = null;
                  Object stub = ic.lookup("ejb/ruc/Sample");
                  if (stub != null) {
                      logText("Found non-null ejb/ruc/Sample in InitialContext");
                      ruc = (SampleRemote) PortableRemoteObject.narrow(stub,
                              SampleRemote.class);
                  } else
                      logText("Could not find ejb/ruc/Sample in InitialContext");
                  return ruc;
              }

           

          RUC如何使用其他的接口?

          它也在使用其他的服務,服務分為兩種,一種是WSE內部的,例如DB。

          另外一種是外部的,如ruc.maximo. 首先,內部的接口比較容易被使用,形成了SLSB,JMS,DB三種最容易的方式。使用外部的服務則麻煩一點,例如ITS或maximo,在Maximo中 ,它具備IFM可以讓其他系統的集成容易一些,通過IFM生成的WSDL,可以在WSE中使用。于是RTAL中,WSE和Maximo的集成是這樣的:WSE中使用一個RUC,RUC調用targetBackend,這個targentBackend就是一系列的WS類。RUC agent通過這個backend模塊,使自己在WSE的其他taskagent看起來就像是內部模塊一樣。

          image

          posted @ 2012-10-07 22:19 cpegtop 閱讀(229) | 評論 (0)編輯 收藏
           
          when one of the node leave the cluster because of poweroff or network failed issues, the node return finally.
          but the hadr status will not be right at some conditions.
          use lssam to check it .it may  looks like below. 

          use this cmd to swith the resource and node to right status. 
          resetrsrc -s “Name = ‘db2_bpminst_bpminst_PDWDB-rs’ AND NodeNameList = {‘ipas-pvm-017-048’}” IBM.Application

          then ,the hadr status should be like this.

          official code artical :http://www-01.ibm.com/support/docview.wss?uid=swg21446229
          posted @ 2012-09-27 16:08 cpegtop 閱讀(500) | 評論 (0)編輯 收藏
           
          http://www.linuxbyte.org/ubuntu-geng-xin-yuan-qian-ming-cuo-wu-badsig-40976eaf437d05b5.html


          sudo apt-get cleancd /var/lib/aptsudo mv lists lists.oldsudo mkdir -p lists/partialsudo apt-get cleansudo apt-get update
          posted @ 2012-09-27 08:51 cpegtop 閱讀(347) | 評論 (0)編輯 收藏
           
          http://www.aygfsteel.com/gml520/archive/2011/06/02/351581.html

          posted @ 2012-09-26 18:25 cpegtop 閱讀(315) | 評論 (0)編輯 收藏
          僅列出標題
          共6頁: 1 2 3 4 5 6 下一頁 
           
          主站蜘蛛池模板: 蒙城县| 宜宾市| 双江| 壶关县| 龙川县| 乌鲁木齐县| 天长市| 淳安县| 根河市| 皋兰县| 商都县| 八宿县| 苍南县| 高雄县| 永安市| 洪洞县| 南部县| 清水河县| 大英县| 长兴县| 云安县| 松潘县| 滦平县| 罗源县| 屏南县| 荆州市| 荆门市| 涪陵区| 涟源市| 南丰县| 浮梁县| 通河县| 根河市| 澎湖县| 青川县| 保德县| 景东| 大田县| 万全县| 渑池县| 东乌珠穆沁旗|