Menu

Sunday 7 May 2017

Installing fix pack using the command line on WebSphere® Application Server (APP)


Step 1: To check available Fix packs in  packages for Websphere Application server -->


Command :


./imcl listAvailablePackages -repositories /IBMWAS/WAS_8.5.5.9_FIXED_PACK


Screenshot 1:





Step 2:  Use updateAll  OR   offering_ID_offering_version  to Install Fix packs -->

{ I am using updateAll -- In my case }


Command :

./imcl updateAll  -repositories /IBMWAS/WAS_8.5.5.9_FIXED_PACK  -installationDirectory  /IBMWAS/IBM  -acceptLicense  -record /IBMWAS/fixpack_apply.xml  -sP



Screenshot 2:





Step 3: To check versioninfo, from  App server bin  { /IBMWAS/IBM/bin }

Run --> ./versionInfo.sh

Screenshot 3:





Step 4:  List all installed packages with Package_ID_version .

Command :      ./imcl listInstalledPackages -long



Screenshot 4:





Reference link :  https://www.ibm.com/






Thanks :-) !














No comments:

Post a Comment