Tuesday 10 March 2015

Creating Deploment manager Profile command line


Creating Deployment manager Profile


Deployment Manager :

A Deployment Manager is "a server that manages operations for a logical group or cell of other
servers," the deployment manager is:... the central administration point of a cell that consists of multiple nodes and node groups in a distributed server configuration. ... The deployment manager uses the node agent to manage the application servers within one node. A deployment manager provides Overview of IBM WebSphere Application Terminology for IBM WebSphere Application Server Administrators 3management capability for multiple federated nodes and can manage nodes that span multiple systems and platforms. A node can only be managed by a single deployment manager and must be federated to the cell of that deployment manager. The configuration and application files for all nodes in the cell are centralized into a master configuration repository.This centralized repository is managed by the deployment manager and
synchronized with local copies that are held on each of the nodes.


For Windows:


AppServer_root/bin>manageprofiles 


-create -profileName Dmgr01 


-profilePath "C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01" 


-templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\dmgr" 


-nodeName Dmgr01node 


-cellName WASCell 


-hostName was.local.com


-enableAdminSecurity true

-adminUserName wasadmin

-adminPassword wasadmin




verfication:

check Dmgr01_create.log is created under C:\Program Files\IBM\WebSphere\AppServer\logs\manageprofiles\


find for <message>Returning with return code: INSTCONFSUCCESS</message>in Dmgr01_create.log file




Now Start the server 


C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01\bin>startManager.bat -username wasadmin -password wasadmin


after PID is generated in generated




opening console


from Browser and give URL


http://was.local.com:9062/ibm/console




For Unix Flavours:


/usr/IBM/WebSphere/AppServer/bin>./manageprofiles.sh \


-create -profileName Dmgr01 \

-profilePath /usr/IBM/WebSphere/AppServer/profiles/Dmgr01 \

-templatePath /usr/WebSphere/AppServer/profileTemplates/dmgr \

-nodeName Dmgr01node  \

-cellName WASCell \

-hostName was.local.com

-enableAdminSecurity true

-adminUserName wasadmin

-adminPassword wasadmin



verfication:

check Dmgr01_create.log is created under /usr/IBM/WebSphere/AppServer/logs/manageprofiles/


find for <message>Returning with return code: INSTCONFSUCCESS</message> in Dmgr01_create.log file




Now Start the server 


/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/bin>./startManager.sh 
-username wasadmin -password wasadmin

after PID is generated in generated




opening console


from Browser and give URL


http://was.local.com:9062/ibm/console



Note:  1.Change your HostName to was.local.com


          2.For Windows: Find Administrative console port (Default port no 9062) from  C:\Program Files\IBM\WebSphere\AppServer\profiles\Dmgr01\logs\AboutThisProfile.txt 

            For Unix Flavours :         /usr/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/AboutThisProfile.txt 

No comments:

Post a Comment