I am installing Grid compute node1 and installation failed for WIPD, server process started and I see the PID on linux server but installation not able to find the service. We are on Red Hat Enterprise Linux 8.
re-tried installation after wiping the previous configuration as well but no luck. is there anything missing on OS level?.
An error occurred while starting the Web Infrastructure Platform Data Server on port 9432. The server cannot be located.
[sas@hostname data]$ ps -ef | grep 9432
sas 435918 1 0 22:09 ? 00:00:00 /sas/foundation/compute/SASWebInfrastructurePlatformDataServer/9.4/bin/postgres -D /sas/platform/config_compute/Lev1/WebInfrastructurePlatformDataServer/data -i -p 9432
sas 436506 430612 0 22:11 pts/0 00:00:00 grep --color=auto 9432
Error Log:
clicked Retry option and have the below error
@gwootton : Yes, I did verify these logs. All look normal in these logs,. I see database is up and running and log has messages "Database system is ready to accept connection"
Thank you @gwootton : I think here is the catch.. when I tried to use "nc" using localhost it is connecting to the DB but not with the actual hostname, is this could be a problem?.
[sas@hostname.com Logs]$ nc -zv -w1 localhost 9432
Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: Connected to 127.0.0.1:9432.
Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds.
[sas@hostname.com Logs]$ nc -zv -w1 hostname.com 9432 /*changed the actual servername to a string hostname.com */
Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: TIMEOUT.
Found an issue with the DNS , worked with server admin team to correct it.
Thanks @gwootton
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.