Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you have already a machine running on EWC, you can update the startup script by following these steps:

Automatic approach

  1. Login into Morpheus to your tenancy and go to Provisioning → Instances and look for your eumetcast VM

...

3. Select the workflow “Update EUMETCast Terrestrial amtgwd startup script” available on Morpheus and once the workflow finished successfully everything is done.


Manual Approach

  1. ssh to the EUMETCAST machine in your tenancy
  2. Stop TelliCast Client and amtgwd software
    1. Code Block
      sudo systemctl stop tellicast-client
      sudo systemctl stop amtgwd
  3. Create a file amtgwd with the following content  
    View file
    nameamtgwd 2
    height250
    touch amtgwd or vi amtgwd
  4. Copy the new startup script into the correct location

    1. Code Block
      sudo mv amtgwd /etc/init.d/
  5.  Reload

    1. Code Block
      sudo systemctl daemon-reload
  6. Start the TelliCast Client and amtgwd software
  7. Code Block
    sudo systemctl start amtgwd
    sudo systemctl start tellicast-client
     
  8. Verify reception:
Code Block
tail -f /var/log/tellicast-client/recv_ter-1.log