Find answers to your technical questions and learn how to use our products
Search suggestions:
Use this procedure to configure the Linux operating system for software-only installation on on-premise.
Log in to Linux using the root credentials.
Back up the following files and folders (if present), before installing AE Services:
/etc/openldap
/etc/sssd
/etc/ssh
/etc/pam.d
/etc/ldap.conf
/etc/nslcd.conf
/etc/resolv.conf
/etc/hosts
GRUB_CMDLINE_LINUX
net.ifnames=0 biosdevname=0 (with example) (GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet net.ifnames=0 biosdevname=0")
mv /etc/sysconfig/network-scripts/ifcfg-ens /etc/sysconfig/network-scripts/ifcfg-eth0
Open /etc/sysconfig/network-scripts/ifcfg-eth0.
Update DEVICE and NAME value from esn* to eth0.
systemctl disable firewalld
This is a slow process and affects system performance when logging is enabled.
systemctl disable systemd-journald.service systemctl disable systemd-journald.socket
Make sure you see the line SELINUX=disabled in the /etc/selinux/config file.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
If you need to use the IPv6 architecture, it must be dual stack (IPv6 and IPv4).
Only IPv6 is not supported.
hostname <hostname>
shutdown –r now
Previous Topic
Next Topic