IBM Support

Script to update existing profiles to include PK54128 custom properties

Download


Abstract

These scripts update an IBM WebSphere Application Server V6.0 profile to include the custom properties described in APAR PK54128.

Download Description

PK54128 was fixed in WebSphere Application Server V6.0.2.25 to allow target, targetType and targetSignicance custom properties to be used with activation specifications for the default messaging provider (the Service Integration Bus).

PK54128 states that a new profile must be created, on a system with the APAR applied, before the properties can be used. This is because the resource adapter configuration in the profile must include the properties.

These scripts update the default messaging provider resource adapter configuration of an existing profile (created before PK54128 was applied) to include the new properties.



SIBUpdateResourceAdapter.jacl updates the resource adapter used by Java™ Massage Service message-driven beans.

SIBInternalUpdateResourceAdapter.jacl updates an internal resource adapter used by other IBM products and components, including WebSphere Process Server.

If no IBM product or component has installed a resource adapter called "Platform Messaging Component SPI Resource Adapter" into the environment, this script makes no changes to the configuration.

The scripts are provided as is.

Prerequisites

Fix Pack 6.0.2.25 or higher should be applied to the WebSphere Application Server V6.0 installation prior to using these scripts.

See the following link for the latest maintenance available for WebSphere Application Server V6.0:
http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980

Installation Instructions

Run the scripts as follows from the machine where the deployment manager is hosted.

Change DMGR_PROFILE to path of the deployment manager profile.

UNIX, Linux and z/OS:

DMGR_PROFILE/bin/wsadmin.sh -f SIBUpdateResourceAdapter.jacl
DMGR_PROFILE/bin/wsadmin.sh -f SIBInternalUpdateResourceAdapter.jacl

Windows:

DMGR_PROFILE\bin\wsadmin.bat -f SIBUpdateResourceAdapter.jacl
DMGR_PROFILE\bin\wsadmin.bat -f SIBInternalUpdateResourceAdapter.jacl

After executing the scripts, re-synchronize all nodes.

On
[{"DNLabel":"SIBUpdateResourceAdapter.jacl","DNDate":"25/09/2008","DNLang":"US English","DNSize":"4736","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/configscripts/SIBUpdateResourceAdapter.jacl","DNURL_FTP":null,"DDURL":null},{"DNLabel":"SIBInternalUpdateResourceAdapter.ja","DNDate":"25/09/2008","DNLang":"US English","DNSize":"48343","DNPlat":{"label":"AIX","code":"PF002"},"DNURL":"ftp://public.dhe.ibm.com/software/websphere/appserv/support/configscripts/SIBInternalUpdateResourceAdapter.jacl","DNURL_FTP":null,"DDURL":null}]
[{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Java Message Service (JMS)","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF012","label":"IBM i"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"6.0.2","Edition":"Network Deployment","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":null,"Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"6.0","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
15 June 2018

UID

swg24020491