Hi support,
We have installed DUAS on new server in cluster mode and we see the DUAS node connected on UVC console. However when I went to design mode, it showed below error
Release : 6.9
Component : Dollar Universe
The passphrase is a unique key allocated to node by UVMS when it is registered with UVMS and is maintained by UVMS in DB and at node in the binary file NODE_INSTALL_DIR\data\phrase.key.
From the uxserver.log, we found that there is a node in the network called "NODE" started in a server with a hostname "HOSTNAME" where the passphrase contained in the phrase.key does not match the one contained in the UVMS Database.
|ERROR| request-worker-X | com.orsyp.central.server.AuthentificationStdImpl | Passphrase not authorized for NODE, request coming from:HOSTNAME
Logs snippet sync.log reflects passphrase not been passed to UVMS from node.
----- sending info to UVMS at 12/30/2021 17:28:54 -------> submsg nodeinfo: node=PICD*****P (utf8) ..... passphrase=
Possible cause of the issue can either be having a cloned node using same passphrase in environment or NODE passphrase is corrupted.
Troubleshooting step below
1: Enable additional logging on Node and UVMS end.
1: Stop the node (unistop)
2: Open the values.xml file (i.e. NODE_INSTALL_DIR\data\values.xml )
3: Search for U_LOG_LEVEL and if not present in file please enter <var id="U_LOG_LEVEL">0,IOSYNC,SYNCFILE</var> above element </duas> . It will be like below after change.
....<var id="U_LOG_LEVEL">0,IOSYNC,SYNCFILE</var></duas>​
2: Check the Database Monitoring for below tables
For this environmental/configuration issue follow below steps
If issue persist, collect UVMS uxserver.log and DUAS universe.log and sync.log and contact support.