Create SNOW ticket fails in a cluster environment
search cancel

Create SNOW ticket fails in a cluster environment

book

Article ID: 5842

calendar_today

Updated On:

Products

CA Service Operations Insight (SOI)

Issue/Introduction

Description :

Snow ticket cannot be created in a SOI, Cluster, PAM environment

Environment

PAM version is 4.3 SOI version is 4.0 ServiceNow version 4.5. Service Now Connector version is Helsinki installed on Windows 2008

Cause

The SOI server configuration parameters in PAM have been set with the SOI manager virtual cluster name.

When creating a ticket via "Take Action" in the SOI console, SOI is sending the physical name of the active node to PAM in the webservice call.
The createticket process fails when PAM tries to send a reply back to the SOI Manager virtual cluster name.

If the SOI Manager's active node is set in the SOI parameters in PAM the create ticket process completes successfully.

Resolution

Set the SOI_HDM_HOSTNAME=<ClusterNodeName> in the .."\SOI\jsw\conf\soi-manager.conf" file on the Manager machine. This ensures that the SOI manager uses the cluster name when communicating with PAM.

 

e.g. wrapper.java.additional.<number>=-DSOI_HDM_HOSTNAME=<ClusterNodeName>

wrapper.java.additional.<number> this number needs to be in the correct ascending order for all other wrapper.java.additional.<> entries in this file.