Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    4

    Default New VMware Quick Install, can't connect to cPanel

    I'm trying to migrate from an older server to a new one. I installed the new one with VMware ESXi 4.1 and the cPanel VM was installed using the CentOS auto-installer ISO from the cPanel downloads. I have done the install twice to make sure it wasn't just a fluke. When the install completes, the server can be accessed with SSH, but the cPanel web connection is rejected.

    Code:
    This webpage is not available
    The webpage at https://208.86.121.35:2087/ might be temporarily down or it may have moved permanently to a new web address.
    Error 102 (net::ERR_CONNECTION_REFUSED): Unknown error.

    I've confirmed that the auto-install completed:


    Code:
    [root@cpanel selinux]# tail -f /var/log/cpanel-install*
    ==> /var/log/cpanel-install-autoinstaller.log <==
    Starting CentOS system update
    Finished CentOS system update, starting cPanel installation
    
    ==> /var/log/cpanel-install-thread0.log <==
    
    ==> /var/log/cpanel-install-thread1.log <==
    
    ==> /var/log/cpanel-install-thread0.log <==
    cPanel install started at: Tue Mar  1 21:58:22 2011!
    
    ==> /var/log/cpanel-install-thread1.log <==
    cPanel install started at: Tue Mar  1 21:58:22 2011!
    
    Broadcast message from root (Tue Mar  1 21:58:28 2011):
    
    cPanel installation Complete
    
    ==> /var/log/cpanel-install-autoinstaller.log <==
    cPanel installation Complete
    The license verification for my IP address says it is valid and active. I've been unable to run a command found in the docs:

    Code:
    [root@cpanel ~]# /usr/local/cpanel/cpkeyclt
    -bash: /usr/local/cpanel/cpkeyclt: No such file or directory
    [root@cpanel ~]#
    Any ideas?

  2. #2
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,066

    Default Re: New VMware Quick Install, can't connect to cPanel

    From what you are describing, the installation did not complete. Does /usr/local/cpanel exist? Also, does the /scripts directory exist?

    You can try running a forced cPanel update to see if it will fetch and install the missing files:

    Code:
    # /scripts/upcp --force
    Once the forced update is finished, see if cPanel is listening on the WebHost Manager ports:

    Code:
    # netstat -nalp|grep :2086
    # netstat -nalp|grep :2087
    Also, make sure that the default firewall is deactivated:

    Troubleshooting a Recent Installation

    If this does not help, please submit a ticket so that we can log into the server and investigate directly. If this is somehow being caused by a problem with our ISO, we will need to identify the problem and correct it.
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    4

    Default Re: New VMware Quick Install, can't connect to cPanel

    Jared, that seemed to do it, thanks! It was clear the installation didn't complete properly, as several items gave a "not found--reinstalling" message. Now it seems functional, but is there any danger that I've got a server that will have future problems (IE, not a proper installation)? Any further testing I should do before I copy my accounts and deploy it?

  4. #4
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,066

    Default Re: New VMware Quick Install, can't connect to cPanel

    Without being able to log in and see the server for myself, I cannot say for certain, but the forced cPanel update should have corrected any remaining issues. The reason we see most often for an incomplete cPanel installation is some type of network problem, ranging from a failure to resolve outside domains to a routing problem or network interruption, and running a forced cPanel update after the problem is corrected will usually replace the missing or misconfigured components.
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

  5. #5
    Registered User
    Join Date
    Mar 2011
    Posts
    4

    Default Re: New VMware Quick Install, can't connect to cPanel

    Everything seems to function correctly, so we'll continue with the migration. I'm rather certain there aren't networking issues, as we deploy VMware servers several times per month and own the entire network they run on, using the same configs for each and every deployment. All of the standard network testing from within the cPanel VM looks perfect.

    Thanks for your quick responses.

  6. #6
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: New VMware Quick Install, can't connect to cPanel

    I did want to mention one slight other issue we've seen where cPanel does not properly install, but the installer should bail out early in the process when this happens. If the hostname is not a fully qualified name but a short name, so something like server rather than server.mydomain.com, then the cPanel installer will fail to complete.

    You can set the hostname in CentOS with the following command before the cPanel installation:

    Code:
    hostname server.mydomain.com
    You might also want to edit /etc/sysconfig/network for the HOSTNAME= line to put the full name there as well, so server.mydomain.com again.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  7. #7
    Registered User
    Join Date
    Mar 2011
    Posts
    4

    Default Re: New VMware Quick Install, can't connect to cPanel

    It does have an FQDN which is in DNS and in the hosts file. We usually use short names but have learned that cPanel really wants everything to be a full name.

Similar Threads & Tags
Similar threads

  1. [Req] Update CPanel CentOS Quick Install CD ISO Images
    By rootlover in forum Feature Requests for cPanel/WHM
    Replies: 7
    Last Post: 04-30-2012, 02:51 PM
  2. CentOS Quick Install DVDs is also install default cpanel?
    By sodapopinski in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 12-10-2009, 07:39 AM
  3. Cannot connect to new cpanel install
    By Spabel in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 01-10-2008, 09:59 AM
  4. After Cpanel Install I cant connect to WHM
    By Kaveyhosting in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 03-21-2007, 05:34 PM
  5. quick install scripts
    By mrlarter in forum Themes and Branding
    Replies: 0
    Last Post: 01-27-2003, 11:06 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube