這篇文章主要介紹“websphere怎么創(chuàng)建概要文件”,在日常操作中,相信很多人在websphere怎么創(chuàng)建概要文件問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”websphere怎么創(chuàng)建概要文件”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
目前成都創(chuàng)新互聯已為1000多家的企業(yè)提供了網站建設、域名、雅安服務器托管、網站運營、企業(yè)網站設計、連云網站維護等服務,公司將堅持客戶導向、應用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協力一起成長,共同發(fā)展。
在docker容器中已經創(chuàng)建好了websphere,下面開始創(chuàng)建概要文件,先創(chuàng)建一個管理節(jié)點的
./manageprofiles.sh -create\ -profileName Dmgr01\ -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01\ -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management\ -serverType DEPLOYMENT_MANAGER\ -cellName Dmgr01Cell\ -nodeName Dmgr01Node\ -hostName localhost\ -enableAdminSecurity true\ -adminUserName admin\ -adminPassword wasadmin\ -isDefault
然后看一下創(chuàng)建好的概要文件默認的端口
cat /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/portdef.props
主要看WC_adminhost=9060和WC_adminhost_secure=9043,我的是9060和9043.
因為我之前已經將容器中9043端口映射到主機上了,我們進入到Dmgr01的bin目錄中啟動管理節(jié)點
./startManager.sh
然后我們可以訪問主機的9043端口的管理控制臺了
https://IP:9043/ibm/console/logon.jsp
然后再創(chuàng)建兩個受管理節(jié)點并添加到管理節(jié)點上,不要再指定cell名稱,否則創(chuàng)建失敗
./manageprofiles.sh -create\ -profileName Custom01\ -profilePath /opt/IBM/WebSphere/AppServer/profiles/Custom01\ -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed\ -nodeName Custom01Node\ -hostName localhost\ -dmgrHost localhost\ -dmgrPort 8879\ -dmgrAdminUserName admin\ -dmgrAdminPassword wasadmin
./manageprofiles.sh -create\ -profileName Custom02\ -profilePath /opt/IBM/WebSphere/AppServer/profiles/Custom02\ -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed\ -nodeName Custom02Node\ -hostName localhost\ -dmgrHost localhost\ -dmgrPort 8879\ -dmgrAdminUserName admin\ -dmgrAdminPassword wasadmin
以上是Linux系統下通過命令創(chuàng)建概要文件,也可以通過界面的概要文件管理器創(chuàng)建。如果Windows下命令行創(chuàng)建,需要將上面命令每行最后的換行符\替換為^就可以了,或者去掉換行符,所有參數都放到一行執(zhí)行。以下是兩個示例
manageprofiles.bat -create^ -profileName Dmgr01^ -profilePath "C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\Dmgr01"^ -templatePath "C:\Program Files (x86)\IBM\WebSphere\AppServer\profileTemplates\management"^ -serverType DEPLOYMENT_MANAGER^ -cellName Dmgr01Cell^ -nodeName Dmgr01Node^ -hostName localhost^ -enableAdminSecurity true^ -adminUserName admin^ -adminPassword wasadmin^ -isDefault
manageprofiles.bat -create^ -profileName Custom01^ -profilePath "C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\Custom01"^ -templatePath "C:\Program Files (x86)\IBM\WebSphere\AppServer\profileTemplates\managed"^ -nodeName Custom01Node^ -hostName localhost^ -dmgrHost localhost^ -dmgrPort 8879^ -dmgrAdminUserName admin^ -dmgrAdminPassword wasadmin
到此,關于“websphere怎么創(chuàng)建概要文件”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續(xù)學習更多相關知識,請繼續(xù)關注創(chuàng)新互聯網站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>
當前標題:websphere怎么創(chuàng)建概要文件
文章轉載:http://weahome.cn/article/jijcoe.html