Accounts Missing after transfer

thewird

Well-Known Member
Jan 4, 2006
54
0
156
Toronto
I transfered some accounts from one of my servers and the websites themselves work fine but in WHM only one of the accounts shows. I tried terminating it and it gave this error...

Code:
Collecting Domain Name and IP....
User: math
Domain: 
Error: invalid domain
I then tried deleting thing accounts using the manual script /scripts/killacct and it gave the same error. I tried doing it for the accounts that were transferred but weren't showing in WHM (but work if you go to the website and yes DNS propogated) but it gave the same error. Does anyone know whats wrong? Thanks.

Version: WHM 10.8.0 cPanel 10.9.0-R34

thewird
 

thewird

Well-Known Member
Jan 4, 2006
54
0
156
Toronto
designeru helped by moving the accounts manually so thanks to him. This is what I did...

login to the 1st server (where you have all the accounts)
do /scripts/pkgacct2 <username> (without <>)
scp that file (will be on /home partition) to the 2nd server
login to the 2nd server and do /scripts/restorepkg <username> (without <>)
thewird