天天看點

SAP Netweaver和Cloud Foundry上的運作時程序

AG3上執行ps指令,結果如下:

SAP Netweaver和Cloud Foundry上的運作時程式
SAP Netweaver和Cloud Foundry上的運作時程式
SAP Netweaver和Cloud Foundry上的運作時程式

Cloud Foundry

到安裝目錄的scripts folder下,打開腳本檔案start.sh:

SAP Netweaver和Cloud Foundry上的運作時程式

發現Cloud Foundry的啟動邏輯:依次啟動postgres, nats, consul_agent, etcd這幾個服務,然後用功能根據monit監控狀态:

SAP Netweaver和Cloud Foundry上的運作時程式

直至所有相關程序的狀态都為running & accessible之後,即列印All processes have been started的log,提示Cloud Foundry啟動成功。

SAP Netweaver和Cloud Foundry上的運作時程式

執行start.sh直至在console裡看到All Processes have been started!的資訊,然後即可得到登入該CF執行個體的資訊,比如url和使用者名及密碼。

SAP Netweaver和Cloud Foundry上的運作時程式

繼續閱讀