How to Create an Dmgr-Profile
Posted by eichelgartenweg on 9:38 AM with No comments
So, how to create an Deployment-Manager-Profile.
First of all you need an response-file like this one:
-------------------------
create
templatePath=C:/Program Files/IBM/WebSphere/AppServer/profileTemplates/dmgr
profileName=Dmgr
profilePath=C:/Program Files/IBM/WebSphere/AppServer/profiles/Dmgr
nodeName=dmgrNode
winserviceCheck=false
enableAdminSecurity=true
adminUserName=wasadmin
adminPassword=MyAdminPassword
defaultPorts
--------------------------
now you can easily create an dmgr with mangeprofiles.bat / mangeprofiles.sh.
First of all you need an response-file like this one:
-------------------------
create
templatePath=C:/Program Files/IBM/WebSphere/AppServer/profileTemplates/dmgr
profileName=Dmgr
profilePath=C:/Program Files/IBM/WebSphere/AppServer/profiles/Dmgr
nodeName=dmgrNode
winserviceCheck=false
enableAdminSecurity=true
adminUserName=wasadmin
adminPassword=MyAdminPassword
defaultPorts
--------------------------
now you can easily create an dmgr with mangeprofiles.bat / mangeprofiles.sh.
mangeprofiles.sh -response "PATH_TO_RESPONSEFILE"
After this, you can start the dmgr
startManager.bat / startManager.sh
Thats it :-)
0 Kommentare:
Post a Comment