Federate an Application Server - Profile to Dmgr
Posted by eichelgartenweg on 9:55 AM with No comments
We can easily create an Application-Server-Profile and federate it directly to an Dmgr
First we need an reponse-file:
-------------------------------
create
templatePath=/home/waslocal/IBM/WebSphere/AppServer/profileTemplates/managed
profileName="NAME OF PROFILE"
profilePath=/home/waslocal/IBM/WebSphere/AppServer/profiles/p2
hostName="HOST NAME OF MACHINE"
nodeName="NODE NAME"
dmgrHost="HOST NAME OF DMGR"
dmgrAdminUserName=wasadmin
dmgrAdminPassword=MyAdminPassword
enableService=false
startingPort=11100
-------------------------------
then we can execute
First we need an reponse-file:
-------------------------------
create
templatePath=/home/waslocal/IBM/WebSphere/AppServer/profileTemplates/managed
profileName="NAME OF PROFILE"
profilePath=/home/waslocal/IBM/WebSphere/AppServer/profiles/p2
hostName="HOST NAME OF MACHINE"
nodeName="NODE NAME"
dmgrHost="HOST NAME OF DMGR"
dmgrAdminUserName=wasadmin
dmgrAdminPassword=MyAdminPassword
enableService=false
startingPort=11100
-------------------------------
then we can execute
manageprofiles.bat -repsponse "PATH_TO_RESPONSE_FILE"
0 Kommentare:
Post a Comment