Hello, I’ve been trying to get OnDemand 2.0 running on a host with RHEL 8, after having successfully run v1 on CentOS 7 successfully for some time.
I’m having some trouble getting to the initial login page on the 2.0 server and I’ve noticed in the RHEL 8 install that when I make changes to ood_portal.yml and run update_ood_portal that the output looks a little off, I’m wondering if this is a sign that I misconfigured something?
/opt/ood/ood-portal-generator/sbin/update_ood_portal
Backing up previous Apache config to: ‘/etc/httpd/conf.d/ood-portal.conf.20221107T124949’
Generating new Apache config at: ‘/etc/httpd/conf.d/ood-portal.conf’
chown root:apache /etc/httpd/conf.d/ood-portal.conf
chmod 640 /etc/httpd/conf.d/ood-portal.conf
Generating Apache config checksum file: ‘/etc/ood/config/ood_portal.sha256sum’
Backing up previous Dex config to: ‘/etc/ood/dex/config.yaml.20221107T124949’
mv /etc/ood/dex/config.yaml /etc/ood/dex/config.yaml.20221107T124949
Generating new Dex config at: /etc/ood/dex/config.yaml
mv /tmp/dex_config20221107-3505-xs69fk /etc/ood/dex/config.yaml
chown ondemand-dex:ondemand-dex /etc/ood/dex/config.yaml
chmod 600 /etc/ood/dex/config.yaml
Completed successfully!Restart the httpd service now.
Suggested command:
sudo systemctl try-restart httpd.service .serviceRestart the ondemand-dex service now.
Suggested command:
sudo systemctl restart ondemand-dex.service
The “.service” at the end of the suggested try-restart looks like it’s missing a service name, is this a sign that I may not have a systemd service installed that’s needed? Or is it something I can ignore?
Thanks very much!
Chris