...
If you have already a machine running on EWC, you can update the startup script by following these steps:
Automatic approach
- 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
- ssh to the EUMETCAST machine in your tenancy
- Stop TelliCast Client and amtgwd software
Code Block sudo systemctl stop tellicast-client sudo systemctl stop amtgwd
- Create a file amtgwd with the following content
touch amtgwd or vi amtgwdView file name amtgwd 2 height 250 - Copy the new startup script into the correct location
Code Block sudo mv amtgwd /etc/init.d/
- Reload
Code Block sudo systemctl daemon-reload
- Start the TelliCast Client and amtgwd software
Code Block sudo systemctl start amtgwd sudo systemctl start tellicast-client
- Verify reception:
Code Block |
---|
tail -f /var/log/tellicast-client/recv_ter-1.log |