hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : WHM is gone?
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

WHM is gone?

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-19-2003, 01:03 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160

WHM is gone?


I did a graceful reboot and now my WHM page is gone. Everytime I go to WHM, it says this page cannot be display. How do I fix this problem in shell? I'm not very familiar with shell.

Reply With Quote


Sponsored Links
  #2  
Old 01-19-2003, 01:56 AM
eddy2099 eddy2099 is offline
Web Hosting Master
 
Join Date: May 2001
Posts: 8,070
You might want to check with the WHM/Cpanel vendor which you got the license from. Check to see if the license as expired or if there is a resolution for this.

Reply With Quote
  #3  
Old 01-19-2003, 02:03 AM
pyoor pyoor is offline
Web Hosting Guru
 
Join Date: Jan 2003
Posts: 261
Its process probably just didnt start with the server reboot. I would try the following....
cd /etc/rc.d/init.d
ls
-----if you see something along the lines of WHM then...
./whm start
(if it is there then you will want to make it start everytime the server reboots... if you are in RedHat Linux run ntsysv and check it off in the list so it will always load at boot time)
-----if not then...
find / -iname whm
-----hopefully it will pop up or atleast find a configuration file which you may be able to look in to find where the daemon is hiding...

Reply With Quote
Sponsored Links
  #4  
Old 01-19-2003, 02:04 AM
rajeshprabhu rajeshprabhu is offline
Junior Guru Wannabe
 
Join Date: Nov 2002
Location: TamilNadu, INDIA
Posts: 65
are you able to login your SSH...

Have you posted any ticket to datacenter ?


------------
Regards,
Prabhu.

Reply With Quote
  #5  
Old 01-19-2003, 02:28 AM
rajeshprabhu rajeshprabhu is offline
Junior Guru Wannabe
 
Join Date: Nov 2002
Location: TamilNadu, INDIA
Posts: 65
Hello,

make sure WHM service is running on the server.
If it is running, log into SSH as root user
run the follwing script /scripts/upcp most of the time this will fix this issue.

--------------
Regards,
Prabhu

Reply With Quote
  #6  
Old 01-19-2003, 02:29 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Quote:
Originally posted by pyoor
Its process probably just didnt start with the server reboot. I would try the following....
cd /etc/rc.d/init.d
ls
-----if you see something along the lines of WHM then...
./whm start
(if it is there then you will want to make it start everytime the server reboots... if you are in RedHat Linux run ntsysv and check it off in the list so it will always load at boot time)
-----if not then...
find / -iname whm
-----hopefully it will pop up or atleast find a configuration file which you may be able to look in to find where the daemon is hiding...
You're probably right that the WHM didn't start when the server rebooted. I don't reboot that often and I've never seen this happened before. Cpanel is working fine though.

I can use Putty and login using SSH but after that I'm not too bright here.

I typed this in:

server [~]# cd /etc/rc.d/init.d

And this is what I got:

[/etc/rc.d/init.d]#

So I'm not sure what to do here.

Reply With Quote
  #7  
Old 01-19-2003, 02:34 AM
eddy2099 eddy2099 is offline
Web Hosting Master
 
Join Date: May 2001
Posts: 8,070
Type

./whm start

Reply With Quote
  #8  
Old 01-19-2003, 02:35 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Quote:
Originally posted by rajeshprabhu
Hello,

make sure WHM service is running on the server.
If it is running, log into SSH as root user
run the follwing script /scripts/upcp most of the time this will fix this issue.

--------------
Regards,
Prabhu
I did that in SSH but all that did was get SSH to check on the latest version of WHM/Cpanel. Didn't seem to work though.

Reply With Quote
  #9  
Old 01-19-2003, 02:38 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Quote:
Originally posted by eddy2099
Type

./whm start
[/etc/rc.d/init.d]# ./whm start

And this is what I get:

bash: [/etc/rc.d/init.d]#: No such file or directory



Reply With Quote
  #10  
Old 01-19-2003, 02:42 AM
eddy2099 eddy2099 is offline
Web Hosting Master
 
Join Date: May 2001
Posts: 8,070
Oops and I did not confirm the prior post.

type

./cpanel3 start

if it stills fails, do a

ls

and see if cpanel3 is listed in there.

Reply With Quote
  #11  
Old 01-19-2003, 02:47 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Quote:
Originally posted by eddy2099
Oops and I did not confirm the prior post.

type

./cpanel3

Usage: ./cpanel3 {start|stop|status|restart}

That's what I get. To sound even more stupid. What am I suppose to do here now? Also is there a way to exit Putty/SSH beside just closing the window?

Reply With Quote
  #12  
Old 01-19-2003, 02:50 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Quote:
Originally posted by eddy2099
Oops and I did not confirm the prior post.

type

./cpanel3 start

if it stills fails, do a

ls

and see if cpanel3 is listed in there.
Darn it. You re-edited your post again.

Starting Cpanel4 services: [ OK ]
Starting WebMail services: [ OK ]
Starting pop3 services: [ OK ]
Starting Cpanel4 Chat services: [ OK ]
Starting Melange Chat services: [ OK ]
Starting InterChange services: [ OK ]
Starting Cpanel4 ssl services: [ OK ]
Starting Web Host Manager services: [ OK ]

Well hopefully I can get WHM back this time.

Reply With Quote
  #13  
Old 01-19-2003, 02:50 AM
eddy2099 eddy2099 is offline
Web Hosting Master
 
Join Date: May 2001
Posts: 8,070
I posted too fast, type ./cpanel start

then try to access your WHM through your web browser the normal way. It should work, if it does not contact your web host.

Reply With Quote
  #14  
Old 01-19-2003, 02:51 AM
C.P C.P is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 160
Thanks a bunch eddy. It works now. WHM is back. I'm so glad.
Talks about real time support on this forum.

Reply With Quote
  #15  
Old 01-19-2003, 02:53 AM
rajeshprabhu rajeshprabhu is offline
Junior Guru Wannabe
 
Join Date: Nov 2002
Location: TamilNadu, INDIA
Posts: 65
if you want a latest version of whm/cpanel, go to the follwoing url
http://layer1.cpanel.net/ and you will get it there. Download it and install it and then try running /script/upcp.

----------
Regards,
Prabhu,..

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?