Clone sever to larger RAM and HDD

Discussion in 'Installation/Configuration' started by Mef-isp, Jan 19, 2018.

  1. Mef-isp

    Mef-isp New Member

    Hi,
    I want to clone an ispconfig Ubuntu 16.04 server. The new server gets a new IP4 address.
    - What do I have to change in the ispconfig files to get the new server (the clone) running?

    So far I ran the ispconfig update and that changed the IP address.
    When I try to update records like change the server IP or add things like mailboxes it fails without an error.
    When I run sudo /usr/local/ispconfig/server/server.sh the mailbox is created, records are updated.
    - I do not have a clue to look for, anyone?
    Best,
    Ronald
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely the cron daemon of your server is not running then.
     
  3. Mef-isp

    Mef-isp New Member

    Yes, you are right!
    sudo service cron status
    Jan 20 15:15:01 xyz.xyz-85 cron[1303]: Authentication token is no longer valid; new one required
    It appears that while moving the clone, the root password was adjusted by isp.
    >passwd on root did it. The cron daemon is running again.
    Thanks!
     

Share This Page