Skip to main content

Some Domains and Almost All Forwarders Are Missing after Transfer

Comments

8 comments

  • cPRex Jurassic Moderator

    Hey there!  We'd likely need to examine the Source machine to determine what is happening with the domain not having any userdata, as those are the files used to create the account information for all cPanel accounts.

    Do you have a backup of that account you could restore on the Source machine?  That would be the only way to fix that missing data:

    https://support.cpanel.net/hc/en-us/articles/360057816073-Unable-to-delete-addon-domain-The-domain-userdata-file-appears-to-be-missing

    You could also try running this tool that we use internally to track down issues with specific accounts:

    alias acctinfo="/usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelInc/tech-acctinfo/master/acctinfo)"

    Once that script is downloaded you can just run this command to call it, replacing the "username" with the actual username of the cPanel account you're working with:

    acctinfo username

    and that may give you more helpful information about the issue.

    Please don't post all the output here as it will contain sensitive information.

    0
  • rardark

    We finally decided to remove the domain "zxy.com.hk" that is useless and all the domains with forwarders transferred successfully. Thank you very much!

    0
  • cPRex Jurassic Moderator

    Nice!

    0
  • rardark

    It seems like some of our SSL certs fail to install. We use AutoSSL certs and there are some errors shown in AutoSSL logs :

    1:33:13 AM Installing “abc.xyz.com”’s new certificate …
    1:33:13 AM ERROR (XID xv63a9) The system failed to install an SSL certificate onto the website “abc.xyz.com” because of the following error: “abc.xyz.com” has no configured IP address.

    0
  • cPRex Jurassic Moderator

    Is this a different domain than the one you had issues with earlier?  If so, you could run acctinfo on that one as well to check its configuration and see if there is an issue there.  If there is a problem with the userdata or configuration in any area, that script should find it.

    0
  • rardark

    Just run the script and I discovered that the configured IP address is local ip. Is that the reason of the error “abc.xyz.com” has no configured IP address?

    Configured IP address: 192.168.1.5 (shared) - [ Is configured on this server ]
    Resolves to the following IPs:
            \_ 123.123.123.123  <<--- Routed via 1:1 NAT ( 123.123.123.123 => 192.168.1.5 ) [SAME]

    0
  • cPRex Jurassic Moderator

    If you're using a NAT configuration that would be the correct configuration.

    It might be best to create a ticket so this can be investigated directly on the server.

    0
  • rardark

    My new server is installed in Azure VM using a private IP. I discovered that some of the Apache VirtualHost IP in /etc/apache2/conf/httpd.conf were set to public IP and the rest were set to private IP after transferring via transfer tool. I cannot access the websites hold by the VirtualHost that are set to public IP. So do I need to manually modify the IP? Thanks.

    0

Please sign in to leave a comment.