How to Create the job manager profile in websphere through command line
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 -prfoileName Jobmgr01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management/ -serverType JOB_MANAGER -cellName Jobmgr01Cell01 -nodeName JobmgrNode01 -enableAdminSecurity -userName wasadmin -password wasadmin
INSTCONFSUCCESS: Success: Profile JobMgr01 now exists. Please consult /opt/IBM/WebSphere/AppServer/profiles/JobMgr01/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/JobMgr01/logs/
[root@localhost logs]# cat AboutThisProfile.txt
Application server environment to create: Management
Location: /opt/IBM/WebSphere/AppServer/profiles/JobMgr01
Disk space required: 30 MB
Profile name: JobMgr01
Make this profile the default: False
Node name: JobmgrNode01
Cell name: Jobmgr01Cell01
Host name: localhost
Enable administrative security (recommended): False
Administrative console port: 9960
Administrative console secure port: 9943
Management bootstrap port: 9808
Management SOAP connector port: 8876
Run Management as a service: False
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 -prfoileName Jobmgr01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management/ -serverType JOB_MANAGER -cellName Jobmgr01Cell01 -nodeName JobmgrNode01 -enableAdminSecurity -userName wasadmin -password wasadmin
INSTCONFSUCCESS: Success: Profile JobMgr01 now exists. Please consult /opt/IBM/WebSphere/AppServer/profiles/JobMgr01/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/JobMgr01/logs/
[root@localhost logs]# cat AboutThisProfile.txt
Application server environment to create: Management
Location: /opt/IBM/WebSphere/AppServer/profiles/JobMgr01
Disk space required: 30 MB
Profile name: JobMgr01
Make this profile the default: False
Node name: JobmgrNode01
Cell name: Jobmgr01Cell01
Host name: localhost
Enable administrative security (recommended): False
Administrative console port: 9960
Administrative console secure port: 9943
Management bootstrap port: 9808
Management SOAP connector port: 8876
Run Management as a service: False
Comments
Post a Comment