Fresh install (Cloudlinux & cPanel) running into issues

SolutionsIT

Member
May 30, 2016
23
1
53
Portage la Prairie
cPanel Access Level
Root Administrator
Evening all, hopefully someone can shed some light as to where I'm going wrong here; upon permissions being "epic broken" on one of our development servers we've decided to redo it on the advice of cPanel support;

Followed This Article
1) Downloaded the latest iso for CloudLinux
2) Installed the iso
3) Went to type in the 1st command
Code:
/usr/sbin/clnreg_ks
The following error happens
Error Message:
No IP license found for IP_REMOVED
Explanation:
An error has occurred while processing your request. If this problem
persists please enter a bug report at cloudlinux.zendesk.com.
If you choose to submit the bug report, please be sure to include
details of what you were trying to do when this error occurred and
details on how to reproduce this problem.
I am aware we do not own a IP license for CloudLinux and have our code, how-ever apparently it's been used to many times, and we are waiting on support now to fix it on their end so we can continue...

Tried to access WHM so I could continue after running the last command and WHM wouldn't load (Only thing I could guess is that cPanel doesn't come pre-installed) back to searching documentation and I found [Moderator Note: Removed This Link Due To It's Age] next
Ran what this told me to do (now the issue)
Code:
[2019-09-16 21:52:16 -0400] [5320] (ERROR): Could not install default EA4 profile
[2019-09-16 21:52:16 -0400] [5320] (FATAL): Failed to install EA4
[2019-09-16 21:52:16 -0400] [5246] (FATAL): The background process “EA4 Install” failed with a fatal error: The subprocess reported error number 1 when it ended.
2019-09-16 21:52:16  346 [4820] (FATAL): The system failed to run the /usr/local/cpanel/scripts/cpanel_initial_install script.
A full export of the SSH window can be seen by obtaining the attached file I'm 100% certain it's something simple that I'm missing but for the life of me, I can't figure it out
Thanks for your time.
 

Attachments

Last edited by a moderator:

LucasRolff

Well-Known Member
Community Guide Contributor
May 27, 2013
142
95
78
cPanel Access Level
Root Administrator
When you install CloudLinux, if it's not registered, it will not have any yum repositories in place, meaning installation of cPanel will just fail.

You have to register the OS, either with clnreg_ks (for IP based licenses) or clnreg_ks --activationkey=<key> (for key based licenses).
 

SolutionsIT

Member
May 30, 2016
23
1
53
Portage la Prairie
cPanel Access Level
Root Administrator
When you install CloudLinux, if it's not registered, it will not have any yum repositories in place, meaning installation of cPanel will just fail.

You have to register the OS, either with clnreg_ks (for IP based licenses) or clnreg_ks --activationkey=<key> (for key based licenses).
Ahhhh, well then, that would answer it, I assume then once I hear back from CloudLinux so I can reactivate this..

1) Reinstall CloudLinux
2) Activate CloudLinux
3) yum update
4) wget -N http://httpupdate.cpanel.net/latest
5) sh latest
6) Working?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Ahhhh, well then, that would answer it, I assume then once I hear back from CloudLinux so I can reactivate this..

1) Reinstall CloudLinux
2) Activate CloudLinux
3) yum update
4) wget -N http://httpupdate.cpanel.net/latest
5) sh latest
6) Working?
Hello :)

Yes, these steps will work, however you can replace your fourth and fifth steps with the following command:

cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

Thank you.
 
  • Like
Reactions: SolutionsIT

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Awesome'
Appreciate the assistance :)
You're very welcome. If you encounter any issues at all during the installation, please feel free to let us know. We're here to help!