Posts

Showing posts from March, 2021

Creating horizontal clustering in websphere application server 8.5.5

Image
horizontal clustering : Steps to Create WebSphere application server cluster; 1. Login to DMGR Admin Console -> Servers-> Clusters > WebSphere application server clusters -> On Right Panel Click New Step 1: Click  New to Create W ebSphere Application server Cluster Step 2: Provide a Cluster name & Select Configure HTTP session memory-to-memory replication, then click "Next" button Step 3: Provide a "Member name" and "Select node" (Here I  have slected devserver03Node01), then click "Next" button Step 4: Provide a "Member name" (Another Member Name), "Select node" (Here I  have slected devserver04Node01), then click  on "Add Member" and then click "Next" button Note: Once you added the member it will apear below Step 5: On Summary verifiy and the given details are as per recuirement and then click "Finish" button Step 6: Click On "Review"  Step 7: Select "Synchronize ...

Creating DMGR & Two Managed Profile $ Federating Nodes To DMGR

Image
In this example I will be creating DMGR, Managed profiles in three different machines/Server/VM.   DMGR Profile will be created on devserver02 server.   Managed (AppSrv01) Profile will be created on devserver03 server.  Managed (Custom01)   Profile will be created on devserver04 server. Then this Managed nodes will be federated to the DMGR console. Now we can manage the nodes through DMGR Admin Console. Let see how to create this environment on Linux OS.   1. Create DMGR Profile # hostname devserver02 # pwd  /opt/IBM/WebSphere/AppServer/bin # ./manageprofiles.sh -create -profileName Dmgr01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/dmgr -nodeName dmgrNode01 -cellName dmgrNode01Cell CWMBU0002I: The deployment manager profile template has been deprecated and replaced by the management profile template with a deployment manager server. INSTCONFSUCCESS: Success : Profile Dmgr01...

Installing Standalone Application Server, Creating Standalone Application Profiles And Deleting Standalone Application profile

Image
  Profile Creations In WebSphere Application Server Creating Standalone Application Server Profile:  What is standalone application server profile ? Each standalone application server profile includes a server1 application server process. Each profile defines a separate standalone application server that has its own administrative interface (Admin Console) 1. To Create a standalone profile, go to WAS Installed bin directory. # cd /opt/IBM/WebSphere/AppServer/bin # ./manageprofiles.sh -create -profileName AppSrv01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default 2. Verify post profile creation of standalone profile from the logs, look for "INSTCONFSUCCESS" # grep -i INSTCONFSUCCESS /opt/IBM/WebSphere/AppServer/logs/manageprofiles/AppSrv01_create.log 3. Start the JVM by using below command. # cd /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin # ./startServer.sh 4. How to Check Status of Standalone...

WebSphere Application Server ND 8.5.5.0 Product Install and Uninstall

Image
1. You required a WAS 8.5.5 product, The product come with three part .zip formate  WASND_v8.5.5_1of3.zip WASND_v8.5.5_2of3.zip WASND_v8.5.5_3of3.zip 2. Unizp the package in order otherwise package will be corrupted.  unzip WASND_v8.5.5_1of3.zip unzip WASND_v8.5.5_2of3.zip unzip WASND_v8.5.5_3of3.zip 3. After unzip the package will look like below.  [root@servera WAS855]# ls -ltr total 2909896 -rw-r--r--.  1 root root        380 May 14  2013 Copyright.txt drwxr-xr-x.  3 root root         35 May 14  2013 disk2 drwxr-xr-x.  3 root root         35 May 14  2013 disk3 drwxr-xr-x.  5 root root         56 May 14  2013 disk1 drwxr-xr-x.  2 root root       4096 May 14  2013 lafiles drwxr-xr-x. 10 root root        156 May 14  2013 readme drwxr-xr-x.  3 root root        ...

IBM Installation Manager Install & Uninstall Using CLI on Linux

Image
1. How to Install IM ? How to install Installation Manager? ./installc -acceptLicense -installationDirectory /opt/IBM/InstallationManager ./installc -acceptLicense -installationDirectory <Installation_Directory_Location> 2. How to check the installed version of IM ? cd /opt/IBM/InstallationManager/eclipse/tools ./imcl -version 3. How to uninstall IM in Unix Server ?  cd /var/ibm/InstallationManager/uninstall/ ./uninstall 4. What is default Installation Path for IM ? /opt/IBM/InstallationManager/eclipse 5. Were is app data location in IM ? /var/ibm/InstallationManager 6. What is the location of IM registry for root user ? /etc/.ibm/registry/InstallationManager/InstallationManager.dat 7. What is the location of IM registry for non-root user ? $HOME/etc/.ibm/registry/InstallationManager/InstallationManager.dat