Tag Archive | abouthisprofile.txt

Create the DMGR Profile using Profile Management Tool

After installing the core Websphere product files for the product, you must create a profile.
You can refer to  WebSphere App Server 7.0 Installation on Linux Using GUI

Methods to create the profile
a) To create the profile you can use the graphical user interface tool that is provided by the Profile Management Tool.
b) You can also use the manageprofiles command to create profiles

Assumption :
a) The binaries are installed in /opt/IBM/WebSphere/AppServer
b) You have sudo access or root access

1) Profile Creation
Launch the Profile Management Tool
<was_root>/bin/ProfileManagement/pmt.sh

In our case its /opt/IBM/WebSphere/AppServer/bin/pmt.sh

ProfileDmgr1

2) Profile Management Tool
The PMT has loaded, the option to create a profile will be available.Click Create to start the profile creation wizard

ProfileDmgr_2

 

 

3) Environment Selection
Select which type of Profile you want to create
We would be creating the Dmgr profile . It is within the Management option

profiledmgr_4

4) Server Type Selection
Select the Deployment Manager profile and click Next

profiledmgr_5

4) Profile Creation Option
We will select the “Advanced profile creation” as we will be able to customize the path, cell names, ports etc.
Click Next

profiledmgr_6

5) Optional Application Deployment
Select the ” Deploy Administration console” this application is used to manage your application servers
Click Next

profiledmgr_7

6) Profile Name and Path
Enter the Profile Name and the Path of the DMGR profile
Click Next

ProfileDmgr_8

7) Node , Host and Cell
Enter the Node , Host and Cell of the DMGR profile
Click Next

profiledmgr_9

7) Administrative Security
Select the Administration security
Enter the admin username : in our case we would do as “wasadmin”
Enter the password
Click Next

This is user with which we can login to the admin console and the administer the cell

profiledmgr_10

8) Security Certificate
The certificates for the internal communication and access .. we will use the create “Default Personal Certificates”
Click Next

profiledmgr_11

9) Security Certificate 2
The certificate details are mentioned and the expiry duration is mentioned .. you could extent the validation of the certificate
Click Next

profiledmgr_12

10) Port Details
The Port assignment is mentioned . you could change the ports
Ensure that the ports are not in use . Else it would cause the port conflict
Click Next

profiledmgr_13
10)Linux Service Definition
Enabling this selection will create scripts in the /etc/rc.d/ to auto restart the profile when the physical restarts
Click Next

profiledmgr_14

11) Summary
Validate the summary details before creating the profile  . Click Create

profiledmgr_15

12)Profile Creation Progress
During the profile creation the logs would be created in <was_home>/logs/manageprofile/ folder
Monitor the logs for any errors

profiledmgr_16

12)Profile Creation Completed
If the profile creation is sucessful the message will be displayed .
Enable the first steps

ProfileDmgr_17

13)First Steps
Here you could validate the installation
Start the dmgr servers etc

ProfileDmgr_18

profiledmgr_19

14 ) AboutThisProfile
This text is within the <profile_home>logs/AboutThisProfile.txt
This file will contain the details of the profile like
ProfileName,Ports, Path etc

profiledmgr_20

15 ) List the profiles
Navigate to <WAS_HOME>/bin/manageprofile.sh -listProfiles
for eg /opt/IBM/WebSphere/AppServer/bin/manageprofile.sh -listProfiles

ProfileDmgr_21

16 ) Login to the admin console
Open the browser
Enter the url ; https://ipaddressofhost:9043/ibm/console
Check the Administrative Console Port Secure in AboutThisProfile.txt
Enter the
Admin username : wasadmin
Put the password and login

ProfileDmgr_22