Workaround 1. Split the hostname in /etc/sysconfig/network
....
HOSTNAME=the_actual_short_name_only_here
DNSDOMAIN=the.actual.domain.here
Workaround 2. Change the name of the server.This operation will require:
- First shutting down running databases, otherwise they will crash. Refer to Article Error (4192) causes database to be shutdown. Machines hostname was changed.
- The full hostname must be less or equal to 28 characters on Linux.
- To determine the length of the current hostname, run the 'hostname | wc -m' command at the shell prompt.
- To change the name of the Linux hostname, type 'hostname <newhostname>' (where <newhostname> is 28 characters or less).
- An alias (for the long) hostname can be created in /etc/hosts or "yphosts" (if NIS is used).
This operation will require ROOT permission.