您好,登錄后才能下訂單哦!
這篇文章主要介紹“websphere怎么創建概要文件”,在日常操作中,相信很多人在websphere怎么創建概要文件問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”websphere怎么創建概要文件”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
在docker容器中已經創建好了websphere,下面開始創建概要文件,先創建一個管理節點的
./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
然后看一下創建好的概要文件默認的端口
cat /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/portdef.props
主要看WC_adminhost=9060和WC_adminhost_secure=9043,我的是9060和9043.
因為我之前已經將容器中9043端口映射到主機上了,我們進入到Dmgr01的bin目錄中啟動管理節點
./startManager.sh
然后我們可以訪問主機的9043端口的管理控制臺了
https://IP:9043/ibm/console/logon.jsp
然后再創建兩個受管理節點并添加到管理節點上,不要再指定cell名稱,否則創建失敗
./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系統下通過命令創建概要文件,也可以通過界面的概要文件管理器創建。如果Windows下命令行創建,需要將上面命令每行最后的換行符\替換為^就可以了,或者去掉換行符,所有參數都放到一行執行。以下是兩個示例
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怎么創建概要文件”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。