Lost internet connection during cpanel install on centos 6.5 _x64

Mangoose

Active Member
Aug 5, 2014
32
0
6
cPanel Access Level
Root Administrator
Hi, this topic has been posted before in 2012 however my initial question is different.

I lost my internet connection during cPanel installation on CentOS 6.5 and I want to know what the status of my installation is.

I read that you can do that by the following command line instruction:

Code:
 # /var/log/cpanel-install.log
However when I enter that command line in a SSH session with Putty it returns the following:

screenshot.png

Should I attempt a re-install with "sh latest" ?

What do you recommend I do?
Thank you in advance...
 

Mangoose

Active Member
Aug 5, 2014
32
0
6
cPanel Access Level
Root Administrator
a few hours later... I found this thread

Suggested is that I use the command "cat"

Code:
cat /var/log/cpanel-install.log
Unfortunate for me, my log says (see below)

Code:
# All files have been update.
# Removing staged files and directories for binaries/linux_x86_x64, cpanel
# Removing staged files and directories for x3
# Removing staged files and directories for x3mail
=> Log closed Sun Aug 17 11:02:23 2014
But that's it. I still do not know if the install was succesful.
 

server9host

Well-Known Member
Sep 18, 2013
160
0
16
India
cPanel Access Level
Root Administrator
Hello,

If your log said that cpanel install successfully then try to perform upcp on your server using command /scripts/upcp

Please review the upcp log. It's perform properly or not on server.

For future, please use "screen" command option to install anything on sever. Using screen you can hide you installation or process. And it will be continue if you loss you internet connection or any local issue to connect the server and it's very safety also.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You can try forcing a cPanel update via:

Code:
/scripts/upcp --force
Check to see if it completes successfully.

Thank you.