...
\uD83C\uDF31 Solution
The DRVA could loose lose connection for multiple reasons. Check the following:
...
Verify if DRVA is powered on or in a boot loop.
Validate network connectivity of the DRVA virtual machine.
If Verify the issue persists, check the logs then engage JetStream Support.
SSH to the DRVA virtual machine.
Navigate to:
cd /var/log/journal/XX/system.journal
tail DRVA log:
journalctl -p7 -tDRVA -f
If the DRVA has crashed, the core dump can be found at
/tmp/core-XX
...
DRVA ports, by executing the command from the DRVA web console (ss -tulpn | grep LISTEN).
Verify the MSA and DRVA connectivity via port 32878 (From MSA web console/SSH execute #nmap -p 32878 <DRVA_IP>)
...
Info |
---|
If the issue persist after all underlying network issues then collect the MSA support bundle and contact JetStream Support. |