Troubleshooting
Problem
When adding 2 nhps ports on UM realm with following inline template, it doesn't honour user defined interface alias as defined in the template. This happens on some of the nodes of the cluster.
=============
um-ssl:
products:
NUMRealmServer:
${node.alias}: #${um.instance.name}:
runtimeComponentId: Universal-Messaging-${instance.name} # hint for CC to skip instance creation if it exists
configuration:
Universal-Messaging-${instance.name}:
COMMON-PORTS:
COMMON-PORTS-nhps0:
Port:
"@alias": nhps0
Enabled: false
Type: STANDARD
Number: 9001
Protocol: NHPS
BindAddress: ""
Backlog: 100
SSL:
ClientAuth: NONE
KeystoreDefinition:
Type: JKS
Location: ${install.dir}/${keystore.file}
Password: ${keystore.password}
Key:
#Password: ${keystore.password}
"@alias": ${keystore.alias}
$: ${keystore.password}
TruststoreDefinition:
Type: JKS
Location: ${install.dir}/${truststore.file}
Password: ${truststore.password}
COMMON-PORTS-nhps1:
Port:
"@alias": nhps1
Enabled: false
Type: STANDARD
Number: 9002
Protocol: NHPS
BindAddress: ""
Backlog: 100
SSL:
ClientAuth: NONE
KeystoreDefinition:
Type: JKS
Location: ${install.dir}/${keystore.file}
Password: ${keystore.password}
Key:
#Password: ${keystore.password}
"@alias": ${keystore.alias}
$: ${keystore.password}
TruststoreDefinition:
Type: JKS
Location: ${install.dir}/${truststore.file}
Password: ${truststore.password}
=================
How to avoid this issue?
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17211925