To access DBaasNow, ensure your browser meets the following requirements:
Network Connection
User Permission
dbaasnow
account has full sudo privileges. Example configuration in /etc/sudoers
:
dbaasnow ALL=(ALL) NOPASSWD: ALL
This allows the dbaasnow
user to execute commands with elevated privileges without entering a password.
Configure Hostname with FQDN Resolvable with DNS
Configure /etc/hosts with Proper DNS and IP
/etc/hosts
file to ensure proper resolution.Disable firewalld
systemctl stop firewalld
systemctl disable firewalld
Ensure NTP is Configured to Sync Date & Time
Disable SELINUX in /etc/selinux/config
vi /etc/selinux/config
# Set the following line
SELINUX=disabled
Operating System Requirement: OEL8