Time Gathering Systems Secure Data Collection for IBM System i Server

Slides:



Advertisements
Similar presentations
WEB AND WIRELESS AUTOMATION connecting people and processes InduSoft Web Solution Welcome.
Advertisements

Categories of I/O Devices
HP OpenView Network Node Manager
ActiveXperts Network Monitor Monitors servers, workstations and devices for availability Alerts and corrects.
ActiveXperts Network Monitor Monitors servers, workstations and devices for availability Alerts and corrects.
CCNA2 Module 4. Discovering and Connecting to Neighbors Enable and disable CDP Use the show cdp neighbors command Determine which neighboring devices.
Chapter 19: Network Management Business Data Communications, 4e.
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
1 Chapter Client-Server Interaction. 2 Functionality  Transport layer and layers below  Basic communication  Reliability  Application layer.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
SUSE Linux Enterprise Desktop Administration Chapter 12 Administer Printing.
Module 9: Preparing to Administer a Server. Overview Introduction to Administering a Server Configuring Remote Desktop to Administer a Server Managing.
Computer Emergency Notification System (CENS)
QuikTrac 5.5, a validated Motorola Software Solution, allows you to take your Host ERP screens and extend them out to fixed or mobile devices including.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
Using Novell GroupWise ® 6 Monitor Duane Kuehne Software Engineer Novell, Inc. Danita Zanre Senior Consultant NSC Sysop,
Advanced Computer Networks Topic 2: Characterization of Distributed Systems.
Prepared by: Azara Prakash L.. Contents:-  Data Transmission  Introduction  Socket Description  Data Flow Diagram  Module Design Specification.
TCP/IP (Transmission Control Protocol / Internet Protocol)
1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs.
Process Architecture Process Architecture - A portion of a program that can run independently of and concurrently with other portions of the program. Some.
System Design for Home Automaton. Design Goals Performance Criteria – Server prioritizes client requests to provide quick response time to critical requests.
1 Mainframe Connectivity. 2 Access to ViaSQL Access Server n ViaSQL Direct and ViaSQL Integrator n TCP/IP –easier to set up –less configurable n APPC.
Serial Server Configuration Peter Szyszko. Hardware Configuration  Unit has to be connected to network and powered.  Computer has to be connected to.
Making Sense of Service Broker Inside the Black Box.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 2 Introduction to Routers.
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
© Airspan Networks Inc. Automatic QoS Testing over IEEE Standard.
What does LinkConnect do?
MDC-700 Series Modbus Data Concentrator [2016,05,26]
MQ Series Cross Platform Dominant Messaging sw – 70% of market
Frequently Asked Questions (FAQ)
Application Layer Functionality and Protocols Abdul Hadi Alaidi
CompTIA Security+ Study Guide (SY0-401)
Chapter 19: Network Management
Module 9: Preparing to Administer a Server
Last Class: Introduction
Application layer tcp/ip
Chapter 13: I/O Systems Modified by Dr. Neerja Mhaskar for CS 3SH3.
Universal connection and monitoring for M2M applications
z/Ware 2.0 Technical Overview
Data Networking Fundamentals
#01 Client/Server Computing
Client-Server Interaction
CompTIA Security+ Study Guide (SY0-401)
Protocols and the TCP/IP Suite
Outline Overview Development Tools
CS703 - Advanced Operating Systems
Product Overview.
Starting TCP Connection – A High Level View
Lecture 2: Overview of TCP/IP protocol
TA: Donghyun (David) Kim
SNMP (Simple Network Management Protocol) based Network Management
MQ Series Cross Platform Dominant Messaging sw – 70% of market
Chapter 13: I/O Systems I/O Hardware Application I/O Interface
Protocols and the TCP/IP Suite
APACHE WEB SERVER.
Protocol Application TCP/IP Layer Model
Module 9: Preparing to Administer a Server
Chapter 13: I/O Systems I/O Hardware Application I/O Interface
Message Passing Systems Version 2
STATEL an easy way to transfer data
Exceptions and networking
#01 Client/Server Computing
Product Overview.
Network programming Lecture 1 Prepared by: Dr. Osama Mokhtar.
Building a “System” Moving from writing a program to building a system. What’s the difference?! Complexity, size, complexity, size complexity Breadth.
Message Passing Systems
Presentation transcript:

Time Gathering Systems Secure Data Collection for IBM System i Server (It’s about time . . . to change the perspective) Secure Data Collection for IBM System i Server

TG Communications Architecture Standard TCP sockets service Scalable and recoverable Non-polling for performance Automated startup and operation User defined system management Notification on error User interface via data queues

Standard TCP Sockets Service The TG Server on the System i platform is a standard TCP/IP sockets server. It listens on a user-defined port for connections from a data collection device, processes the data, and returns information to the device. Multiple data collection devices can connect at the same time to the same port. For each device, multiple transactions can be processed. After the connection is complete the TG communications service is ready for the next transaction. The TG Server can listen on a specific IP address or can operate in a multi-homed fashion.

Data Collection Terminal IBM Power System on IBM i Time clock TCP/IP IBM Power System on IBM i Time clock TG Communications Software Scale Listening TCP/IP port

Scalable and Recoverable The TG communications server handles multiple, simultaneous transactions from devices. Each device session is processed independently of other sessions. You can define up to 99 pre-started sessions to further improve performance. In the event of a network or application failure the TG Server will automatically recover and restart communications. Error event notifications are sent via email and message to QSYSOPR.

Non-polling System i Performance Unlike serial device connectivity, the TG Server does no polling of devices. Each device transaction is a real-time event which is processed as needed. This event-driven model for data collection transactions reduces system and network utilization. When transactions are not being processed, no system resources are used.

Automated Startup and Operation The TG Communications Service starts automatically when you start the communications subsystem TGDATAQ. An auto-start job in the subsystem definition starts the TCP server. By starting the subsystem in the QSTRUP program you can automatically start device communications support when you start your system. TG Communications support runs without operator or other human intervention.

User Defined System Management The TG Communications environment runs in its own subsystem. You use standard iSeries applications to configure the execution priority, job logging level, and other operational characteristics of the application. There is no need to modify job descriptions, classes, job queues, or other system objects.

Notification on Error In the event of a network or application failure, the TG Communications Support will send error notification messages and automatically restart. The notification messages can be sent via: SMTP email SNMP network management QSYSOPR message queue User-defined message queue

User Interface via Data Queues For customers using TGS Solutions, transactions are sent to a user-defined data queue. TG for Infinium Users is a Module that delivers Master file integration. All transactions are processed by standard user RPG or Cobol applications. The TG Communications Server will automatically start your transaction processing program if desired.