Install ERROR
I Installed CPanel On Centos 7 And i Getting This error
[root@samplesite home]# curl -o latest -L securedownloads.cpanel.net/latest && sh latest
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 225 100 225 0 0 2429 0 --:--:-- --:--:-- --:--:-- 2445
100 33269 100 33269 0 0 82929 0 --:--:-- --:--:-- --:--:-- 82929
Verifying archive integrity... All good.
Uncompressing cPanel & WHM Installer......
____ _
___| _ \ __ _ _ __ ___| |
/ __| |_) / _` | '_ \ / _ \ |
| (__| __/ (_| | | | | __/ |
\___|_| \__,_|_| |_|\___|_|
Installer Version v00099 rde0b5282bcd8de6e7d895b4fcccfb54412fe6c9a
Beginning main installation.
2020-05-14 05:48:44 941 [31881] ( INFO): cPanel & WHM installation started at: Thu May 14 05:48:44 2020!
2020-05-14 05:48:44 942 [31881] ( INFO): This installation will require 10-50 minutes, depending on your hardware and network.
2020-05-14 05:48:44 943 [31881] ( INFO): Now is the time to go get another cup of coffee/jolt.
2020-05-14 05:48:44 944 [31881] ( INFO): The install will log to the /var/log/cpanel-install.log file.
2020-05-14 05:48:44 945 [31881] ( INFO):
2020-05-14 05:48:44 946 [31881] ( INFO): Beginning Installation v3...
2020-05-14 05:48:44 579 [31881] (DEBUG): Detected distro "centos-release", version "7.8", arch "x86_64"
2020-05-14 05:48:44 603 [31881] ( INFO): CentOS 7.8 (Linux) detected!
2020-05-14 05:48:44 618 [31881] ( INFO): Checking RAM now...
2020-05-14 05:48:44 678 [31881] ( INFO): Validating that the system hostname ('samplesite.com') is a FQDN...
2020-05-14 05:48:44 684 [31881] (ERROR):
2020-05-14 05:48:44 685 [31881] (ERROR): ********************* ERROR *********************
2020-05-14 05:48:44 686 [31881] (ERROR):
2020-05-14 05:48:44 687 [31881] (ERROR): Your hostname (samplesite.com) is invalid, and must be
2020-05-14 05:48:44 688 [31881] (ERROR): set to a fully qualified domain name before installing cPanel.
2020-05-14 05:48:44 689 [31881] (ERROR):
2020-05-14 05:48:44 690 [31881] (ERROR): A fully qualified domain name must contain two dots, and consists of two parts: the hostname and the domain name.
2020-05-14 05:48:44 691 [31881] (ERROR): You can update your hostname by running `hostname your-hostname.example.com`, then re-running the installer.
2020-05-14 05:48:44 693 [31881] (ERROR): ********************* ERROR *********************
2020-05-14 05:48:44 694 [31881] (FATAL): Exiting...
-
You need a fqdn as your hostname. So issue the command hostname server.somedomain.com And then re-run the installer. 0 -
Exactly as @GOT noted and as the error notes: A fully qualified domain name must contain two dots, and consists of two parts: the hostname and the domain name. 2020-05-14 05:48:44 691 [31881] (ERROR): You can update your hostname by running `hostname your-hostname.example.com`, then re-running the installer. 2020-05-14 05:48:44 693 [31881] (ERROR): ********************* ERROR *********************0
Please sign in to leave a comment.
Comments
2 comments