<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Transfer CPanel Accounts</title>
	<atom:link href="http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/</link>
	<description>Sohail Riaz, Linux and Open Source Blog</description>
	<lastBuildDate>Wed, 08 Sep 2010 19:56:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dee</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-636</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-636</guid>
		<description>Hello Sohail,

i found solution here, better you edit your post, and change this entry &quot; cat /var/cpanel/users /scripts/pkgacct $a
done&quot; into &quot;ls /var/cpanel/users /scripts/pkgacct $a
done&quot; now im working on moving account from ssh :) 

Thanks for great post.

Regards,
Dee</description>
		<content:encoded><![CDATA[<p>Hello Sohail,</p>
<p>i found solution here, better you edit your post, and change this entry &#8221; cat /var/cpanel/users /scripts/pkgacct $a<br />
done&#8221; into &#8220;ls /var/cpanel/users /scripts/pkgacct $a<br />
done&#8221; now im working on moving account from ssh <img src='http://www.sohailriaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Thanks for great post.</p>
<p>Regards,<br />
Dee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dee</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-635</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-635</guid>
		<description>Hello Sohail, 

this is nice blog since i&#039;ve read this link, but on this post im still wondering, i try to make bash script to run your command to backup all account, but it&#039;s not well, here&#039;s the error :
cat: /var/cpanel/users: Is a directory
maybe something wrong with my server or something, cause im too tired, need to moved thousand domain without any error :( 
i prefered manually moved from ssh more than WHM, could you help me please?
thanks in advance

Regards,
Dee</description>
		<content:encoded><![CDATA[<p>Hello Sohail, </p>
<p>this is nice blog since i&#8217;ve read this link, but on this post im still wondering, i try to make bash script to run your command to backup all account, but it&#8217;s not well, here&#8217;s the error :<br />
cat: /var/cpanel/users: Is a directory<br />
maybe something wrong with my server or something, cause im too tired, need to moved thousand domain without any error <img src='http://www.sohailriaz.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
i prefered manually moved from ssh more than WHM, could you help me please?<br />
thanks in advance</p>
<p>Regards,<br />
Dee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sohail Riaz</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-623</link>
		<dc:creator>Sohail Riaz</dc:creator>
		<pubDate>Mon, 09 Nov 2009 10:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-623</guid>
		<description>@alex: Thanks for sharing the knowledge. 
There are four options for transfer and the thing you tell is that either you are transferring account from any other shared hosting or you have less privileges given by your host.
If you see my post, i describe about all accounts. So i used multiple account transfer, which i dont know you have used or not.
And for shell lovers i show them how to use from ssh too. Well transfer using shell is same for everything even you are transferring one account or more.
--------
Regards,</description>
		<content:encoded><![CDATA[<p>@alex: Thanks for sharing the knowledge.<br />
There are four options for transfer and the thing you tell is that either you are transferring account from any other shared hosting or you have less privileges given by your host.<br />
If you see my post, i describe about all accounts. So i used multiple account transfer, which i dont know you have used or not.<br />
And for shell lovers i show them how to use from ssh too. Well transfer using shell is same for everything even you are transferring one account or more.<br />
&#8212;&#8212;&#8211;<br />
Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-617</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 09 Nov 2009 00:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-617</guid>
		<description>FYI

In WHM there are two ways to transfer the sites

    * Copy an account from another server
    * Copy an account from another server with account password

I was trying to use the second option because i figured i have the password.
Problem is with larger accounts the transfer gets cut off.  It tries to transfer the account over using one huge tarball.  The transfer goes through and it looks completed but inspecting the site there are may missing files from www/

Then on a whim i tried the first option.  Basically the same thing - account name and password BUT the big difference is that the first option splits up the tarball into many pieces and then puts it all together.  Much better for moving larger sites and so far since using the first option things are moving along a lot better.  Seems a bit slower but at least the transfer is complete.

Hope that helps future requests.

Thanks,
Alex.</description>
		<content:encoded><![CDATA[<p>FYI</p>
<p>In WHM there are two ways to transfer the sites</p>
<p>    * Copy an account from another server<br />
    * Copy an account from another server with account password</p>
<p>I was trying to use the second option because i figured i have the password.<br />
Problem is with larger accounts the transfer gets cut off.  It tries to transfer the account over using one huge tarball.  The transfer goes through and it looks completed but inspecting the site there are may missing files from www/</p>
<p>Then on a whim i tried the first option.  Basically the same thing &#8211; account name and password BUT the big difference is that the first option splits up the tarball into many pieces and then puts it all together.  Much better for moving larger sites and so far since using the first option things are moving along a lot better.  Seems a bit slower but at least the transfer is complete.</p>
<p>Hope that helps future requests.</p>
<p>Thanks,<br />
Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Aug 2009 05:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-51</guid>
		<description>The above error is definitely you are not having ssh facility to do from this server to target server.
There is possibility that your current server from which you are executing scp command has problem to do ssh to your new server.
Check following things,

1) On your current server check firewall
2) On your target or new server check the port for ssh is 22.
3) run following command and check you can connect to your target or new server
ssh newserver
mtr newserver

Regards,</description>
		<content:encoded><![CDATA[<p>The above error is definitely you are not having ssh facility to do from this server to target server.<br />
There is possibility that your current server from which you are executing scp command has problem to do ssh to your new server.<br />
Check following things,</p>
<p>1) On your current server check firewall<br />
2) On your target or new server check the port for ssh is 22.<br />
3) run following command and check you can connect to your target or new server<br />
ssh newserver<br />
mtr newserver</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.sohailriaz.com/how-to-transfer-cpanel-accounts/comment-page-1/#comment-47</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohailriaz.com/?p=82#comment-47</guid>
		<description>Hi Sohail, thanks for this tutorial. I tried to transfer an account using SSH 
However I am getting stuck at no.3
scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/

I get the following error:
root@sun [~]# scp cpmove-*****.tar.gz root@**.**.**.***:/home/
ssh: connect to host **.**.**.*** port 22: Connection timed out
lost connection

I know for a fact that on the new server the SSH allows me to login without any problems. The firewall also is off.

I would really appreciate your input
thanks</description>
		<content:encoded><![CDATA[<p>Hi Sohail, thanks for this tutorial. I tried to transfer an account using SSH<br />
However I am getting stuck at no.3<br />
scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/</p>
<p>I get the following error:<br />
root@sun [~]# scp cpmove-*****.tar.gz root@**.**.**.***:/home/<br />
ssh: connect to host **.**.**.*** port 22: Connection timed out<br />
lost connection</p>
<p>I know for a fact that on the new server the SSH allows me to login without any problems. The firewall also is off.</p>
<p>I would really appreciate your input<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
