Versions Compared

Key

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


Warning

This service is available as best effort for testing. Be aware when trying this service in your tenancy.

EUMETCast Terrestrial over AMT can serve any user hosted on the EUMETSAT side of the EWC, regardless of native multicast connectivity. The encapsulated data can travel via GEANT network or the commercial internet.

Table of Contents

Pre-requisite

  1. You need to register to the EO Portal
  2. Subscribe to data for EUMETCast Terrestrial
  3. Request EUMETCast Terrestrial credentials for access from the EWC. You have to write to ops@eumetsat.int (Helpdesk) with you username from EO Portal.


Once you have the following parameters, you can proceed to the next steps.Users need to be registered to EO Portal and have the following credentials in order to provision the service in their tenancies:

parametervalue or where to take it
usernamefrom EO portal
userkeyfrom EO portal

...

provided by the helpdesk in the pilot phase. (opening a ticket and request  EUMETCast Terrestrial credentials for access from the EWC


Create security group

Once you enter your tenancy:

...

3. Assign eumetcast-ssh name to the security group and hit save:

Warning

In the scoped cloud select your tenancy from the list. If you leave All, the security group cannot be assigned to VMs.


4. Click on the new security group to access it

...

5. Click on the 'Add rule' button to create a new rule


6. Add the following rule rules and hit save

Rule nameDirectionRule TypeProtocolPort RangeSource TypeSourceDestination Type
2268-udpingressCustom RuleUDP2268Network0.0.0.0/0Instance
22-ssh-tcpingressCustom RuleTCP22Network0.0.0.0/0Instance
8500-tcpingressCustom RuleTCP8500Network0.0.0.0/0Instance

Now you are ready to provision the client!

...

  1. Go to Provisioning → Instances and click 'Add' button


2. Go to network category and select Use the search bar to find the 'EUMETCAST TERRESTRIAL ON AMT' (type eumetcast or terrestrial for example):

Image RemovedImage Added

3. Select name for your VM:(e.g. eumetcast-client)

4. Use the following specifications for the provisioning of the client:

CPU

8 cores 

RAM

64 GB

OS

Ubuntu v 1822.04

Storage

1.2TB

EWC Plan

hm.xlarge

security group

eumetcast-ssh

Insert your credentials

Image Added

5. Save and create the VM

...

Warning

All data is deleted 5 mins after retrieval by default and this can be changed by the user. (See section below)How to modify the time to live of the data

...

Code Block
sudo crontab -e

Image Removed

Warning

You have to setup both crontabs to the same time!

How to have real time logging

The entries to the log file for the tellicast client (/var/log/tellicast-client/recv_ter-1.log) is by default buffered.

In order to get real-time log events:

  1. ssh into the VM

2. Alter the file /etc/cast_client_ter-1.ini, removing the “>>” in front of the log file path:

Code Block
log_file=/var/log/tellicast-client/recv_ter-1.log

3. After altering the file, you have to restart the service running the following command:

to modify that)

6. Enable NAKs How to enable NAKs

7. Enable ACKs How to enable ACKs


User Notification Service

To access the User Notification Service (UNS), go to uns.eumetsat.int. You can find information on service alerts, scheduled maintenance and service enhancements. You can subscribe to UNS email notifications via the Earth Observation Portal. In addition, users can receive regular updates on scheduled maintenance and service enhancements through our EUMETSAT Users Twitter feed.


Advanced topics

Children Display

Info

Full documentation related to EUMETCast Terrestrial can be found here.

Code Block
sudo systemctl restart tellicast-client