The Data Aggregator communication test fails and the status is Unable to Contact.
Already applied the steps from KB Data Aggregator and NetOps portal sync failure following upgrade to 22.2 but the problem remains.
The PropValue displayed in the following MySQL query from Portal matches the SsoEncryptionDecryptionKey displayed in DA rest:
mysql> select PropValue,Priority from netqosportal.performance_center_properties where PropName = 'SsoEncryptionDecryptionKey';
mysql> select PropValue,Priority from em.performance_center_properties where PropName = 'SsoEncryptionDecryptionKey';
curl -u admin -v -s -k -X GET http://<Data_Aggregator_IP>:8581/rest/dataaggregator
Search for <SsoEncryptionDecryptionKey><EncryptionKey></SsoEncryptionDecryptionKey>
Errors found in the log files:
DX NetOps Performance Management: 23.3.x / 24.3.x
Wrong SsoEncryptionDecryptionKey on the DA host.
The DA SsoEncryptionDecryptionKey should match the Encryption Decryption Key from SsoConfig.
a) Launch the /opt/CA/PerformanceCenter/SsoConfig on Portal host.
SSO Configuration:
1. DX NetOps
Choose an option > 1
b) Select 1 (DX NetOps)
SSO Configuration/DX NetOps:
Choose an option > 4
c) Select 4 (Single Sign-On)
SSO Configuration/DX NetOps/Single Sign-On:
Anonymous User Enabled: Disabled
Anonymous User ID: 2
Localhost User Sign-In Page Enabled: Disabled
Localhost User Enabled: Disabled
Localhost User ID: 1
Cookie Timeout Minutes: 20
Encryption Decryption Key: <encryption/decryption_key>
Encryption Algorithm: AES
Failed Sleep Seconds: 3
Remember Me Enabled: Enabled
Remember Me Timeout Days: 15
Scheme: http
Port: 8381
Virtual Directory: sso
Scheme for Data Sources: http
Port for Data Sources: 8381
d) Take note of the Encryption Decryption Key value.
e) Then use the Encryption Decryption Key value to update the SsoEncryptionDecryptionKey value on the DA host:
curl -v -u admin -X PUT -H 'Content-Type: application/xml' -d'<DataAggregatorInfo version="1.0.0"><SsoEncryptionDecryptionKey><Encryption Decryption Key></SsoEncryptionDecryptionKey></DataAggregatorInfo>' http://<Data_Aggregator_IP>:8581/rest/dataaggregator/<DA_ID>
Where <DA_ID> is the value found in the curl -u admin -v -s -k -X GET http://<Data_Aggregator_IP>:8581/rest/dataaggregator
<ID>8</ID>