Guest User

Untitled

a guest
Sep 23rd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. -== DATABASE CONFIGURATION ==--
  2.  
  3. Where is the DWH database located? (Local, Remote) [Local]:
  4. Setup can configure the local postgresql server automatically for the DWH to run. This may conflict with existing applications.
  5. Would you like Setup to automatically configure postgresql and create DWH database, or prefer to perform that manually? (Automatic, Manual) [Automatic]:
  6.  
  7. Please provide the following credentials for the Engine database.
  8. They should be found on the Engine server in '/etc/ovirt-engine/engine.conf.d/10-setup-database.conf'.
  9.  
  10. Engine database host []: hv01.internal.com
  11. Engine database port [5432]:
  12. Engine database secured connection (Yes, No) [No]:
  13. Engine database name [engine]:
  14. Engine database user [engine]:
  15. Engine database password:
  16. **[ ERROR ] Cannot connect to Engine database: Cannot connect to database:
  17. could
  18. not connect to server: Connection refused
  19. Is the server running on host "hv01.internal.com"
  20. (192.168.1.4) and accepting
  21. TCP/IP connections on port 5432?**
  22.  
  23.  
  24. [root@hv01 engine.conf.d]# **cat /etc/hosts**
  25. 127.0.0.1 localhost localhost.localdomain localhost4
  26. localhost4.localdomain4
  27. ::1 localhost localhost.localdomain localhost6
  28. localhost6.localdomain6
  29. 192.168.1.4 hv01.internal.com
  30.  
  31. [root@hv01 engine.conf.d]# **nmap** -p 5432 192.168.1.4
  32.  
  33. Starting Nmap 6.40 ( http://nmap.org ) at 2018-09-23 12:52 CEST
  34. Nmap scan report for hv01.internal.com (192.168.1.4)
  35. Host is up (0.00012s latency).
  36. PORT STATE SERVICE
  37. 5432/tcp closed postgresql
  38.  
  39.  
  40. [root@hv01 engine.conf.d]# **telnet** 192.168.1.4 5432
  41. Trying 192.168.1.4...
  42. telnet: connect to address 192.168.1.4: Connection refused
Add Comment
Please, Sign In to add comment