Fixes are available
PI76992:Provide connectivity with IBM Cloud Product Insights
PI76992:Provide connectivity with IBM Cloud Product Insights
9.0.0.4: WebSphere Application Server traditional V9.0 Fix Pack 4
8.5.5.12: WebSphere Application Server V8.5.5 Fix Pack 12
9.0.0.5: WebSphere Application Server traditional V9.0 Fix Pack 5
9.0.0.6: WebSphere Application Server traditional V9.0 Fix Pack 6
8.5.5.13: WebSphere Application Server V8.5.5 Fix Pack 13
9.0.0.7: WebSphere Application Server traditional V9.0 Fix Pack 7
9.0.0.8: WebSphere Application Server traditional V9.0 Fix Pack 8
8.5.5.14: WebSphere Application Server V8.5.5 Fix Pack 14
9.0.0.9: WebSphere Application Server traditional V9.0 Fix Pack 9
9.0.0.10: WebSphere Application Server traditional V9.0 Fix Pack 10
8.5.5.15: WebSphere Application Server V8.5.5 Fix Pack 15
9.0.0.11: WebSphere Application Server traditional V9.0 Fix Pack 11
9.0.5.0: WebSphere Application Server traditional Version 9.0.5 Refresh Pack
9.0.5.1: WebSphere Application Server traditional Version 9.0.5 Fix Pack 1
9.0.5.2: WebSphere Application Server traditional Version 9.0.5 Fix Pack 2
8.5.5.17: WebSphere Application Server V8.5.5 Fix Pack 17
9.0.5.3: WebSphere Application Server traditional Version 9.0.5 Fix Pack 3
9.0.5.4: WebSphere Application Server traditional Version 9.0.5 Fix Pack 4
9.0.5.5: WebSphere Application Server traditional Version 9.0.5 Fix Pack 5
WebSphere Application Server traditional 9.0.5.6
9.0.5.7: WebSphere Application Server traditional Version 9.0.5 Fix Pack 7
9.0.5.8: WebSphere Application Server traditional Version 9.0.5.8
8.5.5.20: WebSphere Application Server V8.5.5.20
8.5.5.18: WebSphere Application Server V8.5.5 Fix Pack 18
8.5.5.19: WebSphere Application Server V8.5.5 Fix Pack 19
9.0.5.9: WebSphere Application Server traditional Version 9.0.5.9
9.0.5.10: WebSphere Application Server traditional Version 9.0.5.10
8.5.5.16: WebSphere Application Server V8.5.5 Fix Pack 16
8.5.5.21: WebSphere Application Server V8.5.5.21
9.0.5.11: WebSphere Application Server traditional Version 9.0.5.11
APAR status
Closed as new function.
Error description
The WebSphere Application Server process should register with IBM Cloud Product Insights and provide usage metrics.
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: All users of IBM WebSphere Application * * Server * **************************************************************** * PROBLEM DESCRIPTION: Provide connectivity with IBM Cloud * * Product Insights * **************************************************************** * RECOMMENDATION: * **************************************************************** IBM WebSphere Application Server should provide a mechanism to register and provide metrics to the IBM Cloud Product Insights service in Bluemix.
Problem conclusion
APAR PI76992 provides support for registering a WebSphere Application server with an instance of the IBM Cloud Product Insights service. IBM Cloud Product Insights, an IBM Bluemix service, allows you to connect your IBM WebSphere Application Server to server registration and usage information. This includes application servers hosted both in IBM Bluemix and in other environments. When an application server is configured to connect to Product Insights, the following information is reported and can be viewed in Product Insights dashboards: - Number of active servers - Host location of each server - Product edition and version of each server - How busy each server is After installing the APAR, before you connect an IBM WebSphere Application Server traditional server to Product Insights, you must have an IBM Bluemix account and create the service in an organization and space. Follow the "Getting started" steps to set up an account and allocate the Product Insights service. Ensure that you have the API host and API key values of the Product Insights service that you want WebSphere Application Server to register to. Complete the following steps to obtain the API host and API key values: 1 - Click your new Product Insights service tile to open it. The service dashboard is displayed. 2 - Click the Service credentials tab. The list of credentials for your IBM Software products is displayed, including the service credential name that you specified for your new service. 3 - Click View credentials to show the API key that will be used for the connection to your IBM Integration Bus integration servers. 4 - Copy the API host and API key from the Service credentials tab, which you will later use when you configure your servers. Important: If your WebSphere Application Server installation does not have direct internet access and needs to connect to Product Insights through a gateway or proxy server, see the developerWorks article on using a gateway or proxy server. Once the Bluemix service has been created and the API host and API key are known, then configure the WebSphere Application Server traditional server using the following procedure: 1 - Create a was-product-insights.properties file with the following contents, substituting the API host and key from the service credentials. # required url=<apihostFromBluemix> apiKey=<apikeyFromBluemix> # optional - to use, remove # and define groups # groups=<groups> On the optional groups attribute, you can define sets of servers to be grouped together for reporting purposes. You can define multiple nested group levels, and each server can be included in multiple groups by separating the group names with a comma: groups="WASGroup1, WASGroup1/subgroupA" Top-level groups are specified without a forward slash (/), and nested groups are specified in the following format: <parentGroup>/<nestedGroup>. Grouped servers are displayed hierarchically in the Product Insights service. 2 - Add the was-product-insights.properties file to your installation. - For WebSphere Application Server (base), place the file in the directory: <wasInstallRoot>/profiles/<profileName>/config/cells/<cellName> - For WebSphere Application Server Network Deployment or WebSphere Application Server for z/OS, place the file in any of the following directories. You can configure Product Insights at the server, cluster, node, or cell level, depending on which directory is used. - Server directory: <wasInstallRoot>/profiles/<profileName>/config/cells/<cellName>/ nodes/<nodeName>/servers/<servername> - Cluster directory: <wasInstallRoot>/profiles/<profileName>/config/cells/<cellName>/ clusters/<clustername> - Node directory: <wasInstallRoot>/profiles/<profileName>/config/cells/<cellName>/ nodes/<nodeName> - Cell directory: <wasInstallRoot>/profiles/<profileName>/config/cells/<cellName> If your environment uses a deployment manager, place the file in the directory tree for the deployment manager profile. Then, propagate the file to each of the managed nodes by starting wsadmin and running the following commands: repository= AdminControl.queryNames('type=ConfigRepository,process=dmgr,*') AdminControl.invoke(repository, 'refreshRepositoryEpoch') AdminNodeManagement.syncActiveNodes() If your environment does not use a deployment manager, place the file in the corresponding directory for each server, node, or cell that you want to register. After you add the file, if the server is running or the next time it starts, the server registers with the Product Insights service instance. Each registered WebSphere Application Server traditional server - or for Network Deployment, each registered cluster, node, or cell - reports usage metrics to your Product Insights service instance. If you no longer want to report metrics to the Product Insights service, remove the was-product-insights.properties file from your WebSphere Application Server installation. For information about how to use Product Insights at run time, see the Bluemix documentation at About IBM Product Insights, or articles about Product Insights on developerWorks. The fix for this APAR is currently targeted for inclusion in fix packs 8.5.5.12 and 9.0.0.4. Please refer to the Recommended Updates page for delivery information: http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
Temporary fix
Comments
APAR Information
APAR number
PI76992
Reported component name
WEBSPHERE APP S
Reported component ID
5724J0800
Reported release
850
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2017-02-22
Closed date
2017-03-14
Last modified date
2017-03-15
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
WEBSPHERE APP S
Fixed component ID
5724J0800
Applicable component levels
R850 PSY
UP
R900 PSY
UP
Document Information
Modified date:
04 May 2022