How to create the Deployment manager profile or dmgr profile through command

Follow some basic steps to create the application server profile through manageprofiles command.

1. Open the shell and cmd tool
2. Go to the was_bin location
3. Execute the below command

Exmpale :-
'[root@localhost bin]# pwd

/opt/IBM/WebSphere/AppServer/bin

[root@localhost bin]# ./manageprofiles.sh -create -profileName Dmgr02 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management/ -cellName Dmgr02Cell -nodeName Dmgr02Node1 -enableAdminSecurity -userName wasadmin -password wasadmin
  

INSTCONFSUCCESS: Success: Profile Dmgr02 now exists. Please consult /opt/IBM/WebSphere/AppServer/profiles/Dmgr02/logs/AboutThisProfile.txt for more information about this profile.

For more information about the profile to see the log inside the profile log directory 

Path:- /opt/IBM/WebSphere/AppServer/profiles/Dmgr02/logs

[root@localhost logs]# cat AboutThisProfile.txt 
Application server environment to create: Management
Location: /opt/IBM/WebSphere/AppServer/profiles/Dmgr02
Disk space required: 30 MB
Profile name: Dmgr02
Make this profile the default: False
Node name: Dmgr02Node1
Cell name: Dmgr02Cell
Host name: localhost
Enable administrative security (recommended): False
Administrative console port: 9073
Administrative console secure port: 9056
Management bootstrap port: 9810
Management SOAP connector port: 8893
Run Management as a service: False

Comments

Popular posts from this blog

ERROR: Port values must be a positive integer between 0 and 65535. while install IBM Http Server 8.5.5

How to remove the node from the deployment manager profile

What is clean start in websphere application server