Cambiar IP a un DNS en WHM/Cpanel

Hoy al mover un servidor Cpanel DNS only a otro datacenter, me tope con que el Cpanel/WHM (master) no podia conectar con el nuevo DNS cluster. El problema estaba en q el WHM(master) aun conectaba a ns1.dominio.com en ip 192.168.1.2 cuando tenia q buscar ns1.dominio.com en el ip nuevo 192.168.1.5 Para corregirlo, cambia los valores en los siguientes archivos. root@root[~]# cat … [Read more...]

Roundcube, Service not available error 500

One of my cpanel servers had a problem when accessing Round cube. To fix this error 500 I had to run this /usr/local/cpanel/bin/update-roundcube-sqlite .force but then i got this error mysqldump: Got error: 1286: Unknown table engine 'InnoDB' when using LOCK TABLES And it was because i had Innodb disable on my.conf, I had to remove skip-innodb from the /etc/my.cnf, then restart mysql … [Read more...]