Database Server
Last updated
Was this helpful?
If the servers have issue with connecting to the portal server, please check:
/etc/resolv.conf
/etc/resolvconf/resolv.conf.d/head
/etc/dnsmasq.conf
/etc/netplan/<file>.yaml
Check DNS Port via executing these commands:
ss -lptn 'sport = :53'
Check services via executing these commands:
systemctl status postgresql*
Check server resources via executing these commands:
df -h
top
btop (if exists)
lsblk
ncdu (if exist)
Navigate to the portal server and test the connection:
ping <db_server_ip>
telnet <db_server_ip> 5432
Last updated
Was this helpful?
Was this helpful?