cPanel and WHM error after migration

mbahnya

Registered
Dec 12, 2010
1
0
51
I have a reseller account with two different domain (domainA.com and domainB.com) with different hosts. domainA.com for servers netheland (ND), domainB.com leading to a U.S. server. then I moved all my existing account in the ND to the U.S. (through my upline). the problem, when there is confirmation that the transfer is complete, I can not access the server cPanel and WHM ND (on domainA.com). there are comments
lscgid: lve_enter () failure, resource limit reached.:: Success
when I access cpanel via ip address not a problem and web can be accessed :confused::confused:

I've tried looking on google has not been found. thanks :):). sorry if repost

translate from bahasa Indonesia with google
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
It appears some resource limit has been exceeded. Is this a VPS machine? If it is, you would want to contact your host to see if they can tell you what limit is being reached. If you let us know the VPS type (OpenVZ, Virtuozzo, Xen, etc.), we could provide directions on possibly determining what resource limit has been reached.

If it might be memory, you could run a check on the free memory on the machine provided that the VPS type allows that detail:

Code:
free -m
You might also check the disk space and inodes:

Code:
df -kh
df -i