Domains Not Resolving ===================== There are a few common reasons that domains do not resolve to a new server: #. Propagation has not occurred #. DJBDNS is stopped #. Full partition .. contents:: Propagation Has Not Occurred ---------------------------- After moving a domain to a new IP, it can often take 24-49 hours for propagation to fully occur. DNS propagation may be checked with a DNS checker such as `https://www.whatsmydns.net/ `__. DJBDNS is Stopped ----------------- #. Log in to the server at the CLI as root, either via SSH or from the terminal #. Check the status of dbjdns .. code-block:: service djbdns status Full Partitions --------------- #. Log in to the server at the CLI as root, either via SSH or from the terminal #. Use ``df -h`` to check open space on the partitions. If any are listed at 100%, clearing space may be required .. code-block:: [root@server ~]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 903M 0 903M 0% /dev tmpfs 915M 0 915M 0% /dev/shm tmpfs 915M 98M 817M 11% /run tmpfs 915M 0 915M 0% /sys/fs/cgroup /dev/mapper/centos-root 8.5G 5.8G 2.7G 69% / /dev/xvda1 497M 286M 212M 58% /boot 10.1.14.26:/home/sharedir 8.5G 5.2G 3.4G 61% /chroot/home/mountpoint tmpfs 183M 0 183M 0% /run/user/250 tmpfs 183M 0 183M 0% /run/user/0 [root@server ~]#