emergency data distribution network

31
Emergency Data Distribution Network Proposal to add an independent GOES DCS Reception and Distribution System to complement the NESDIS Wallops Island Facility Presented by Ernest Dreyer, USGS/WRD January 23, 2008

Upload: vin

Post on 19-Mar-2016

54 views

Category:

Documents


2 download

DESCRIPTION

Proposal to add an independent GOES DCS Reception and Distribution System to complement the NESDIS Wallops Island Facility Presented by Ernest Dreyer, USGS/WRD January 23, 2008. Emergency Data Distribution Network. Overview. Review EDDN project Provide a current status. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Emergency Data Distribution Network

Emergency Data Distribution Network

Proposalto add an independent

GOES DCS Reception and Distribution System

to complement the

NESDIS Wallops Island FacilityPresented by Ernest Dreyer, USGS/WRD

January 23, 2008

Page 2: Emergency Data Distribution Network

Overview

Review EDDN project

Provide a current status

Page 3: Emergency Data Distribution Network

EDDN Project GOALS• Receive data from all DCPs transmitting in

the GOES DCS independently of Wallops Island.

• Locate facility at a receive site(s) sufficiently distant from Wallops Island to achieve event independence.

XImplement additional pilot signal at a location other than Wallops Island.

• Distribute data independently of Wallops Island.

Page 4: Emergency Data Distribution Network

STIWG/NESDIS Proposal• Locate the emergency distribution system

at the USGS EROS Data Center in Sioux Falls, South Dakota.

• USGS and NOAA/NESDIS will share the costs for procurement of the Direct Readout Ground Station system.

• System will be primarily operated by USGS with support from NESDIS.

• Operational costs will be shared among users who agree to participate and NESDIS.

Page 5: Emergency Data Distribution Network

LimitationsContains no system to

• Make new assignments• Data will be acquired from any transmitting DCP and so an internal schedule will not be necessary.

Generate abnormal platform response messages - changed!!!changed!!!•Messages will be checked for abnormal conditions as long as there is access to a PDT file.

Page 6: Emergency Data Distribution Network

Limitations (cont.)• Distribution will initially be over the

Internet using the DDS protocol.• No DOMSAT transmissions• No direct land-lines

• Depends on the existence of a usable pilot signal.

Page 7: Emergency Data Distribution Network

Basic EDDN System DRGS system with 2 antennas for

GOES East and West ( at least 7M ) DOMSAT system for data from

Wallops Island LRGS systems for acquiring and

distributing data. Web Server for reporting system

status.

Page 8: Emergency Data Distribution Network

Some Features required of theEDDN GOES Receive System

Receive both 100 and 300 baud messages on the same channel.

Support a backup pilot signal and be able to switch to the backup if the primary signal fails.

Page 9: Emergency Data Distribution Network

Diagram of Proposed System

Page 10: Emergency Data Distribution Network

System Monitoring• Use Big Brother system monitoring

Write Big Brother clients for monitoring DRGSs via the DAMS NT event socket LRGSs via system logs Other events significant to the operations of

system• Big Brother can

Display current status on web site Send notifications to email groups Page users

Page 11: Emergency Data Distribution Network

System Control

• After initial setup, system should operate with a minimum of operator intervention.

• System will be remotely managed using a remote system console assisted by on-site support.

Page 12: Emergency Data Distribution Network

Current Status of EDDN

Page 13: Emergency Data Distribution Network

Calendar of Contract Events Contract Awarded in July 2007 to

Microcom Design Inc. Contract began in Early August 2007. Contract to be completed in February

2008.

Page 14: Emergency Data Distribution Network

Status of EROS Installation Antennas

GOES East: New 7.5M antenna has been installed. GOES West: Existing 8.1M antenna has been

refurbished. DOMSAT: New 2.4M antenna has been installed. Backup: Backup 3.8M antenna has been installed.

Cabling All power cables have been installed. All communications cables have been

installed.

Page 15: Emergency Data Distribution Network

Status of EROS Installation(cont)

GOES Receivers GOES Receivers are installed and receiving data

from all domestic channels on GOES East and West. To Be Done

Testing and fine tuning system will continue until final acceptance.

Operational training will occur during the last two weeks of February.

Integration into operational systems will begin in March.

Page 16: Emergency Data Distribution Network
Page 17: Emergency Data Distribution Network

Installing Conduits

Page 18: Emergency Data Distribution Network

Cabling from Warehouse to Main Building

Page 19: Emergency Data Distribution Network

Hole for 7.5M Antenna Pad

Page 20: Emergency Data Distribution Network

7.5M Antenna for GOES West

Page 21: Emergency Data Distribution Network

7.5M Antenna for GOES West

Page 22: Emergency Data Distribution Network

Three New Antennas

Page 23: Emergency Data Distribution Network

8.1M Antenna at EROS for GOES East

Page 24: Emergency Data Distribution Network

GOES Receive Equipment at EROS

Page 25: Emergency Data Distribution Network

EROS System Diagram

Page 26: Emergency Data Distribution Network

Status Display on EROS LRGS

Page 27: Emergency Data Distribution Network

Status of Other Related Activities LRGS Software

Version 6.1 of LRGS software is being tested and refined. Public EDDN Web Server

A Web server (lrgseddn1.cr.usgs.gov) is being constructed to provide:

Status of the public LRGSs Access to Big Brother Monitoring Page Server Pages that

Describe the EDDN Describe message format Describe how to obtain and install LRGS software Make available relevant Documentation

Accessible mirror of the LRGS software source code repository

Page 28: Emergency Data Distribution Network

Status of Other Related Activities User Registration

A Synchronization scheme has been established to mirror user information for users registered on the NESDIS LRGS systems.

When scheme has been implemented, users already registered with NESDIS will automatically be registered with the EDDN system.

A proposal for a new format for user Ids is under consideration.

Note: Password authentication will be enabled.

Page 29: Emergency Data Distribution Network

Status of Other Related Activities User Access

EDDN system can be accessed in the same manner as the current LRGSs at Wallops.

For current LRGS users, if they upgrade to version 6.1, they can configure their LRGS to include the EDDN LRGSs as dynamic backups.

Page 30: Emergency Data Distribution Network

Example of LRGS Configuration<!--#------------------------------------------------------------------# Lrgs Configuration#------------------------------------------------------------------## This is an example LRGS configuration file.## Data storage areaarchiveDir=/usr/opt/LRGS/archivenumDayFiles=31# Status snapshot intervalhtmlStatusSeconds=10# DDS connections from other systemsddsListenPort=16003ddsRequireAuth=false# DOMSAT configurationenableDomsatRecv=truedomsatTimeout=60loadDomsat=truedomsatClass=lrgs.domsatrecv.DomsatSangoma# Remote DDS connectionsenableDdsRecv=trueddsRecvConfig=/usr/opt/LRGS/ddsrecv.confrecoverOutages=truemergePref1=DOMSATmergePref2=DDS

Page 31: Emergency Data Distribution Network

Example of DDS Configuration<!--This file holds the DDS Receiver Configuration.--><ddsrecvconf><connection number="1" host="lrgseddn2.cr.usgs.gov"><name>lrgseddn2</name><port>16003</port><enabled>true</enabled><username>usgs.wrd.va</username><authenticate>true</authenticate></connection>

<connection number="2" host="cdadata.wcda.noaa.gov"><name>CDADATA</name><port>16003</port><enabled>true</enabled><username>usgs.wrd.va</username><authenticate>true</authenticate></connection></ddsrecvconf>