Versions Compared

Key

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

...

  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
    ( using command 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:

...