I'm having an unusual issue with WHM. I experienced issues with a server that is currently running WHM, so I setup a new one and used the transfer tool to migrate accounts over. For some reason several accounts transferred successfully, but do not show up in the 'list accounts' section of WHM. I cannot figure out what these accounts have in common as this is a very basic setup that is only running a few personal accounts. Any thoughts on what could be the issue here?
Hi, I have seen WHM not show accounts when one of the userdata files have not been populated. Can you login to your server and run the below commands? /scripts/updateuserdatacache /scripts/updateuserdomains /scripts/rebuildhttpdconf service httpd restart Code (markup): If this does not fix it, can you check the transfer logs to see if there were any errors during the transfer? If you used WHM's transfer tool, you can check the transfer log using the below command. /usr/local/cpanel/bin/view_transfer Code (markup): Alternatively, these can also be found inside WHM itself.
It turns out the issue was that the UID's were too low, setting them all above 2000 fixed the issue. How strange!