Retrieving Certificate from Port - Admin Console

Admin Console- Retrieving Certificate from Port



Enter the hostname port number, Select the SSL repotire which you want to store the certificate, enter the Alias name and click “Retrieve Signer Information”


In Below screen you can see the retrieved certificate. Click Apply


Save and synchronize the configuration.



Here you can see the certificate which you retrieved from the port


Importing Signer Certificate to WebSphere Application Server

Importing Signer Certificate to WebSphere Application Server

First of all let us create a self-signed certificate and extract the certificate to  “C:\Users\Prasanth\Desktop\Misc\cert.arm”  (You can refer my previous blogs to know about self-signed certificate creation)
Below (Figure 1) is the certificate which I have created. Note down the values in red box, The Application Server Trust Store should contain the same values if imported properly.


                                                                      Figure 1

  
Open the WebSphere Application Server Admin Console and Navigate to the mentioned path in Figure 2 (SSL certificate and key management > Key stores and certificates > CellDefaultTrustStore > Signer certificates > Add signer certificate)  Provide an Alias name for the certificate, Mention the path of the certificate you want to import  and press Apply



                                                       Figure 2

Next screen will provide you the details of the certificate, Compare the values with figure 1 (certificate created) and make sure that the values are correct. Save and synchronize the nodes.



                                                     Figure 3

Now you can see the imported signer certificate



                                                   Figure 4

Note:-  Security related changes may call for a restart.

Kindly post your comments

WebSphere Application Server & Java Versions


Java versions of corresponding WebSphere Application Server.

WebSphere Application Server V8.5
Java SDK 7
WebSphere Application Server V8.0
Java SDK 6.0.1
WebSphere Application Server V7.0
Java SDK 1.6.0 
WebSphere Application Server V6.1
Java SDK 1.5.0
WebSphere Application Server V6.0
Java SDK 1.4.2 
WebSphere Application Server V5.1.1
Java SDK 1.4.2 
WebSphere Application Server V5.1
Java SDK 1.4.1 
WebSphere Application Server V5.0
Java SDK 1.3.1 

Note:- WebSphere Application Server and SDK Fixpacks are bundled together from Version 8.0 onwards. SDK Fixpacks are even available separately.
      
      
 

Configuring and Managing IBM WebSphere Application Server Cluster – Step by Step




Let us examine how to create configure and manage an application server cluster.

Step-1

Clusters à WebSphere application server clusters àNew


Step-2

Mention the cluster name and click Next


Step-3

Mention the name of the first cluster member, Select the node on which cluster needs to be created, select the template for first cluster member and click Next.


Note:- Three options are available for selecting the template. You can create the first cluster member by selecting already available templates with the product. (The templates available with the application server product). The other option to create the first cluster member is by selecting already created server as a template. ie  The member will be created similar to the existing application server. The last option is that you can convert the existing application server itself as a cluster member.

Difference between second and third option is that in the case of second option existing application server will not have any change but in the case of third option existing server itself will be converted as a cluster member.



Step-4

Mention the next cluster member name, select the Node on which cluster member needs to be created and click “Add Member”. The same step can be repeated for adding further members as per requirement. Note that here you will not get any option for selecting the template because the first cluster member will be the baseline for all further members which you are adding to the cluster.


After adding member, the member will be listed in the table at the bottom of the screen.


Click Next after adding all the members.

Step-5
This will take you to the summary screen where you can verify all the details. Click Finish to create the cluster and the members.


 Step-6
Save and synchronize the nodes.


You can notice the cluster name here and the cluster will be in stopped state.
With the above step we have created a cluster “My Cluster”  with two cluster members (FirstMember,SecondMember).

Now you can click on “MyCluster” which will take you to below screen.


Click on Details.
Start/Stop Cluster from admin console – Method 2

Here you can update the weight if you want. Also notice that the members will be in stop state. Also you can select the members and start/stop it.


 Start/Stop Cluster from admin console – Method 2
To start/stop the cluster you can go to  Clusters à WebSphere application server clusters àSelect  MyCluster and the click on start/stop.


Ripplestart: Ripplestart will restart the cluster members one by one without any downtime, ie it will stop one member start it and then proceed with the next member.

Start/Stop Cluster from admin console – Method 3
Go to WebSphere application servers in the console you will get below screen select the cluster members and then start/stop the same.


Below screen will give you the cluster topology.