Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow Connecting to Remote Server Failed: Unable

    hi

    we just want to move some domains from other hosting co. to my

    WHM >> Transfers >> Copy multiple accounts/packages from another server

    but it gives me some error like :
    Connecting to Remote Server Failed: Unable to connect to 74.200.76.4:22: Connection refused

    then i asked that co. for Remote SSH port: & they said we don't know this thing

    so please help how can i move the domain
    how can i know Remote SSH port

    thanks
    Nilesh

  2. #2
    Member cPanelKevin's Avatar
    Join Date
    Jan 2008
    Posts
    47

    Default

    You will have to contact that host as only they will know what port SSH is running on or they may have to allow the IP your connecting from access.

  3. #3
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    is there any other way to transfer the domains ?

    Regards,
    Nilesh

  4. #4
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow still not updation

    hello,

    is there anyone @ cPanel can short out this issue ??

    Nilehs

  5. #5
    Member cpanelinfoseeker's Avatar
    Join Date
    Oct 2002
    Location
    NE Illinois
    Posts
    320

    Default

    Quote Originally Posted by nileshparmar View Post
    is there any other way to transfer the domains ?

    Regards,
    Nilesh
    Make a backup on the old server, ftp to new server and then restore on the new server.

    Ron

  6. #6
    Member big_bull's Avatar
    Join Date
    Nov 2006
    Posts
    148
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    better to backup all domains, place backup copy in some folder, and use rsync to copy all backup files to another server.

    Best option....is rsync
    “I am easily satisfied with the very best.”

  7. #7
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nileshparmar View Post
    hi

    we just want to move some domains from other hosting co. to my

    WHM >> Transfers >> Copy multiple accounts/packages from another server

    but it gives me some error like :
    Connecting to Remote Server Failed: Unable to connect to 74.200.76.4:22: Connection refused

    then i asked that co. for Remote SSH port: & they said we don't know this thing

    so please help how can i move the domain
    how can i know Remote SSH port

    thanks
    Nilesh
    If you don't have root access on the server you are migrating accounts from, you will be unable to use this feature.

  8. #8
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    If you don't have root access on the server you are migrating accounts from, you will be unable to use this feature.
    i have root access & SSH port, however i am getting the same error.

  9. #9
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nileshparmar View Post
    i have root access & SSH port, however i am getting the same error.
    The first thing I recommend doing in this situation is making sure your one server can SSH to the other server. The easiest way to test this is to SSH into the server you are migrating data to. Then from that server, SSH to the server you are migrating data from. It is important you SSH from the one server to another, just SSHing directly from your machine to both servers will not properly test anything.

    Let me know if you can SSH from one server to another, but WHM is still giving you issues with transfers.

  10. #10
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    cPanelDavidG;504613]The first thing I recommend doing in this situation is making sure your one server can SSH to the other server. The easiest way to test this is to SSH into the server you are migrating data to. Then from that server, SSH to the server you are migrating data from. It is important you SSH from the one server to another, just SSHing directly from your machine to both servers will not properly test anything.

    Let me know if you can SSH from one server to another, but WHM is still giving you issues with transfers.

    SSHing directly from your machine to both servers will not properly test anything.
    how can i do this ?????

    see i have 2 dedicated servers & i have completed SSH & root access

    whenever i try move domain from server A to server B it gives me error as it mentioned in this thread already

    but when i try to move any domain from server B to server A & its moving successfully.

    hope this clear

  11. #11
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nileshparmar View Post
    cPanelDavidG;504613]The first thing I recommend doing in this situation is making sure your one server can SSH to the other server. The easiest way to test this is to SSH into the server you are migrating data to. Then from that server, SSH to the server you are migrating data from. It is important you SSH from the one server to another, just SSHing directly from your machine to both servers will not properly test anything.

    Let me know if you can SSH from one server to another, but WHM is still giving you issues with transfers.



    how can i do this ?????

    see i have 2 dedicated servers & i have completed SSH & root access

    whenever i try move domain from server A to server B it gives me error as it mentioned in this thread already

    but when i try to move any domain from server B to server A & its moving successfully.

    hope this clear
    Are you familiar with using SSH to connect to a server?

  12. #12
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    yes

    i know

  13. #13
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nileshparmar View Post
    yes

    i know
    Okay, just making sure since I know not everyone knows how to use SSH.

    What you do is first SSH to the IP address of the server you are migrating accounts to. Now, once you're logged into the console on that server, type the SSH command on that server so you can connect to the IP address of the server you are migrating accounts from.

    Do you understand? If not, please let me know where you are confused.

  14. #14
    Member
    Join Date
    Nov 2007
    Posts
    865

    Arrow

    there is no confusion

    i did below

    1. /scripts/pkgacct <account name >
    2. scp -P 1234 /home/packaged account root@secondserverip :/home/

    then login server B & run below

    scripts/restorepkg user name here

    scp -p (if you are behind SSH port)

    & i have done successfully.
    Last edited by crazyaboutlinux; 04-24-2009 at 02:45 AM.

  15. #15
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by nileshparmar View Post
    there is no confusion

    i did below

    1. /scripts/pkgacct <account name >
    2. scp -P 1234 /home/packaged account root@secondserverip :/home/

    then login server B & run below

    scripts/restorepkg user name here

    scp -p (if you are behind SSH port)

    & i have done successfully.
    Hmm, okay. Since that worked properly but the WHM mechanism is not working, I recommend letting our technical analysts take a look at this for you: http://tickets.cPanel.net/submit - they will be able to diagnose the cause of the connection refused transfer issues.

Similar Threads & Tags
Similar threads

  1. Cpanel frontend no longer connecting to remote MySQL server
    By InfiniteNetwork in forum Database Discussions
    Replies: 4
    Last Post: 11-16-2010, 12:25 AM
  2. Cpanel frontend no longer connecting to remote MySQL server
    By InfiniteNetwork in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-11-2010, 12:07 AM
  3. Unable to start remote server
    By PPNSteve in forum cPGS Discussions
    Replies: 2
    Last Post: 04-29-2010, 02:05 PM
  4. Mail Issue timeout connecting to remote server
    By chrisbuk in forum E-mail Discussions
    Replies: 0
    Last Post: 01-24-2009, 08:30 AM
  5. Problem connecting SMF to remote server
    By skwpt in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-12-2008, 11:30 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube