Changing the Hostname on Oracle Linux 7
It’s fairly straightforward to change the hostname using hostnamectl :
hostnamectl set-hostname localhost.localdomain
check the new value using :
hostnamectl status
Written on June 11, 2016
Oracle DBA
It’s fairly straightforward to change the hostname using hostnamectl :
hostnamectl set-hostname localhost.localdomain
check the new value using :
hostnamectl status