使用WHM->Transfers >> Copy an account from another server with account password方法迁了个cpanel帐号到新的VPS上,迁成功后,打开CPANEL,报错如下:
more than 400 attempts to create a session failed
查了下,是VPS上的Inodes 数目太小了,一下子全用光,造成无法创建新的文件
服务器上的网站也因为无法创建mysql缓存而无法正常显示
ssh登陆,用df -i命令查看:
Filesystem Inodes IUsed IFree IUse% Mounted on
vzfs 200000 200000 0 100% /
none 1020063 95 1019968 1% /dev
果然用满了,但之前的另一台VPS里,最大Inodes是2000000,这次的这台VPS明显Inodes数太小了
联系服务器提供商,写信如下:
Please increase the inode for my vps, thanks!
Below is the df -i result:
……
希望能快点解决
另外,临时的解决方法是,先删了一些文件量大但没用的目录,让服务器先可以正常访问
