On Fri, Mar 5, 2021 at 2:33 AM <[email protected]> wrote:
>
> sudo engine-setup
> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>           Configuration files: 
> /etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf, 
> /etc/ovirt-engine-setup.conf.d/10-packaging.conf
>           Log file: 
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20210304181530-lepm6a.log
>           Version: otopi-1.9.2 (otopi-1.9.2-1.el8)
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup (late)
> [ INFO  ] Stage: Environment customization
>
>           --== PRODUCT OPTIONS ==--
>
>           Configure Cinderlib integration (Currently in tech preview) (Yes, 
> No) [No]:
>           Configure Engine on this host (Yes, No) [Yes]:
>
>           Configuring ovirt-provider-ovn also sets the Default cluster's 
> default network provider to ovirt-provider-ovn.
>           Non-Default clusters may be configured with an OVN after 
> installation.
>           Configure ovirt-provider-ovn (Yes, No) [Yes]:
>           Configure WebSocket Proxy on this host (Yes, No) [Yes]:
>
>           * Please note * : Data Warehouse is required for the engine.
>           If you choose to not configure it on this host, you have to 
> configure
>           it on a remote host, and then configure the engine on this host so
>           that it can access the database of the remote Data Warehouse host.
>           Configure Data Warehouse on this host (Yes, No) [Yes]:
>           Configure Grafana on this host (Yes, No) [Yes]:
>           Configure VM Console Proxy on this host (Yes, No) [Yes]:
>
>           --== PACKAGES ==--
>
> [ INFO  ] Checking for product updates...
> [ INFO  ] No product updates found
>
>           --== NETWORK CONFIGURATION ==--
>
>           Host fully qualified DNS name of this server [Lenovo-P52]: 
> Lenovo-P52.cscd.net

OK, so this was the FQDN you provided. Good.

Now, try going to:

>
>           Setup can automatically configure the firewall on this system.
>           Note: automatic configuration of the firewall may overwrite current 
> settings.
>           Do you want Setup to configure the firewall? (Yes, No) [Yes]:
> [ INFO  ] firewalld will be configured as firewall manager.
>
>           --== DATABASE CONFIGURATION ==--
>
>           Where is the DWH database located? (Local, Remote) [Local]: Remote
>           Where is the Engine database located? (Local, Remote) [Local]: 
> Remote
>
>           Please create the database for the DWH to use.
>           To create a user:
>           postgres=# create role <user_name> with login encrypted password 
> '<password>';
>           To create a database:
>           postgres=# create database <database_name> owner <user_name> 
> template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 
> 'en_US.UTF-8';
>
>           If you plan for a remote application to use this database, make 
> sure it can be accessed remotely.
>
>           DWH database host [localhost]: Lenovo-P52
>           DWH database port [5432]:
>           DWH database secured connection (Yes, No) [No]:
>           DWH database name [ovirt_engine_history]:
>           DWH database user [ovirt_engine_history]:
>           DWH database password:
>
>           Please create the database for the Engine to use.
>           To create a user:
>           postgres=# create role <user_name> with login encrypted password 
> '<password>';
>           To create a database:
>           postgres=# create database <database_name> owner <user_name> 
> template template0 encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 
> 'en_US.UTF-8';
>
>           If you plan for a remote application to use this database, make 
> sure it can be accessed remotely.
>
>           Engine database host [localhost]: Lenovo-P52
>           Engine database port [5432]:
>           Engine database secured connection (Yes, No) [No]:
>           Engine database name [engine]:
>           Engine database user [engine]:
>           Engine database password:
>           Grafana database user [ovirt_engine_history_grafana]:
>           Grafana database password:
>
>           --== OVIRT ENGINE CONFIGURATION ==--
>
>           Engine admin password:
>           Confirm engine admin password:
>           Application mode (Virt, Gluster, Both) [Both]:
>           Use default credentials (admin@internal) for ovirt-provider-ovn 
> (Yes, No) [Yes]:
>
>           --== STORAGE CONFIGURATION ==--
>
>           Default SAN wipe after delete (Yes, No) [No]:
>
>           --== PKI CONFIGURATION ==--
>
>           Organization name for certificate [cscd.net]:
>
>           --== APACHE CONFIGURATION ==--
>
>           Setup can configure the default page of the web server to present 
> the application home page. This may conflict with existing applications.
>           Do you wish to set the application as the default page of the web 
> server? (Yes, No) [Yes]: No
>
>           Setup can configure apache to use SSL using a certificate issued 
> from the internal CA.
>           Do you wish Setup to configure that, or prefer to perform that 
> manually? (Automatic, Manual) [Automatic]:
>
>           --== SYSTEM CONFIGURATION ==--
>
>
>           --== MISC CONFIGURATION ==--
>
>           Please choose Data Warehouse sampling scale:
>           (1) Basic
>           (2) Full
>           (1, 2)[1]: 2
>           Use Engine admin password as initial Grafana admin password (Yes, 
> No) [Yes]:
>
>           --== END OF CONFIGURATION ==--
>
> [ INFO  ] Stage: Setup validation
>
>           --== CONFIGURATION PREVIEW ==--
>
>           Application mode                        : both
>           Default SAN wipe after delete           : False
>           Host FQDN                               : Lenovo-P52.cscd.net
>           Firewall manager                        : firewalld
>           Update Firewall                         : True
>           Set up Cinderlib integration            : False
>           Configure local Engine database         : False
>           Set application as default page         : False
>           Configure Apache SSL                    : True
>           Engine database host                    : Lenovo-P52
>           Engine database port                    : 5432
>           Engine database secured connection      : False
>           Engine database host name validation    : False
>           Engine database name                    : engine
>           Engine database user name               : engine
>           Engine installation                     : True
>           PKI organization                        : cscd.net
>           Set up ovirt-provider-ovn               : True
>           Grafana integration                     : True
>           Grafana database user name              : 
> ovirt_engine_history_grafana
>           Configure WebSocket Proxy               : True
>           DWH installation                        : True
>           DWH database host                       : Lenovo-P52
>           DWH database port                       : 5432
>           DWH database secured connection         : False
>           DWH database host name validation       : False
>           DWH database name                       : ovirt_engine_history
>           DWH database user name                  : ovirt_engine_history
>           Configure VMConsole Proxy               : True
>
>           Please confirm installation settings (OK, Cancel) [OK]:
> [ INFO  ] Stage: Transaction setup
> [ INFO  ] Stopping engine service
> [ INFO  ] Stopping ovirt-fence-kdump-listener service
> [ INFO  ] Stopping dwh service
> [ INFO  ] Stopping vmconsole-proxy service
> [ INFO  ] Stopping websocket-proxy service
> [ INFO  ] Stage: Misc configuration (early)
> [ INFO  ] Stage: Package installation
> [ INFO  ] Stage: Misc configuration
> [ INFO  ] Upgrading CA
> [ INFO  ] Creating CA: /etc/pki/ovirt-engine/ca.pem
> [ INFO  ] Creating CA: /etc/pki/ovirt-engine/qemu-ca.pem
> [ INFO  ] Updating OVN SSL configuration
> [ INFO  ] Updating OVN timeout configuration
> [ INFO  ] Creating/refreshing DWH database schema
> [ INFO  ] Setting up ovirt-vmconsole proxy helper PKI artifacts
> [ INFO  ] Setting up ovirt-vmconsole SSH PKI artifacts
> [ INFO  ] Configuring WebSocket Proxy
> [ INFO  ] Creating/refreshing Engine database schema
> [ INFO  ] Creating/refreshing Engine 'internal' domain database schema
> [ INFO  ] Creating default mac pool range
> [ INFO  ] Adding default OVN provider to database
> [ INFO  ] Adding OVN provider secret to database
> [ INFO  ] Setting a password for internal user admin
> [ INFO  ] Install selinux module 
> /usr/share/ovirt-engine/selinux/ansible-runner-service.cil
> [ INFO  ] Generating post install configuration file 
> '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf'
> [ INFO  ] Stage: Transaction commit
> [ INFO  ] Stage: Closing up
> [ INFO  ] Starting engine service
> [ INFO  ] Starting dwh service
> [ INFO  ] Starting Grafana service
> [ INFO  ] Restarting ovirt-vmconsole proxy service
>
>           --== SUMMARY ==--
>
> [ INFO  ] Restarting httpd
>           Please use the user 'admin@internal' and password specified in 
> order to login
>           Web access is enabled at:
>               http://Lenovo-P52.cscd.net:80/ovirt-engine
>               https://Lenovo-P52.cscd.net:443/ovirt-engine
>           Internal CA 
> 70:A7:E4:9B:B0:73:30:83:A2:F1:8D:AA:A0:B9:EF:AC:3D:63:EA:F0
>           SSH fingerprint: SHA256:WxmeDiOXEYEMGHXMt7o8NPfU9E47oyp69aEVPSgTlWQ
>           Web access for grafana is enabled at:
>               https://Lenovo-P52.cscd.net/ovirt-engine-grafana/

this address ^^, and check/share the relevant logs.

A wild guess (just because I didn't try this myself, I think ever):
Perhaps it's because you used capital letters?

Best regards,

>           Please run the following command on the engine machine 
> Lenovo-P52.cscd.net, for SSO to work:
>           systemctl restart ovirt-engine
>
>           --== END OF SUMMARY ==--
>
> [ INFO  ] Stage: Clean up
>           Log file is located at 
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20210304181530-lepm6a.log
> [ INFO  ] Generating answer file 
> '/var/lib/ovirt-engine/setup/answers/20210304182157-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ INFO  ] Execution of setup completed successfully
> [louis@Lenovo-P52 ~]$ sudo systemctl restart ovirt-engine
>
> Host Name Information:
>
> [louis@Lenovo-P52 ~]$ hostname
> Lenovo-P52
> [louis@Lenovo-P52 ~]$ hostname -f
> Lenovo-P52.cscd.net
> [louis@Lenovo-P52 ~]$ hostnamectl status
>    Static hostname: Lenovo-P52
>          Icon name: computer-laptop
>            Chassis: laptop
>         Machine ID:
>            Boot ID:
>   Operating System: Red Hat Enterprise Linux 8.3 (Ootpa)
>        CPE OS Name: cpe:/o:redhat:enterprise_linux:8.3:GA
>             Kernel: Linux 4.18.0-240.15.1.el8_3.x86_64
>       Architecture: x86-64
>
> I greatly appreciate your help so far any assistants you provide is greatly 
> appreciated.
>
> Thanks
> _______________________________________________
> Users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/[email protected]/message/FTPFIRDV2EZ7J3GYLXUMKFVL7KPFRSP3/



-- 
Didi
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/A7EIYXQRIDRS4ECLX4FA7IYR6I6DYYAH/

Reply via email to