Versions Compared

Key

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

...

What is the purpose of the JADE Background Service?

Ideally The principle objective of JADE Background Service is collecting to collect all the file transfer activities through JADE and archiving store it into supported RDBMS Systems Database System i.e. MySQL, PostgreSQL, Oracle etc.
The stored JADE transfer history can be used for analysis, compliance, alerting, planning, to measure SLA etc.

The main components of the JADE Background Service are

...

JADE writes detail log entries of the all file transfers irspective irrespective of there status i.e. success, error in the jade_history.csv and jade_history.log.

...

There are two possible ways to transfer the JADE trasnfer histroy to the JADE Background Service

#Near Real Time : immediately after the file transfer using TCP/UDP : JADE initiate the transfer
#Batch Mode : as per scheduled job in JADE Background Service using file transfer : JADE Background Service initiate the transfer
h3. TCP/UDP Communication
The transfer history can be send to JADE Background Service immediately after the file transfer over TCP or UDP. The JADE Background Service_server_name, port_etc. can be configured under the profile_BackgroundService_in the_jade_settings.ini, which will be used by all the subsequent profiles._
_

No Format
_
_[BackgroundService]_
_BackgroundServiceHosh1. jadebs.sos_
_BackgroundServicePort4210_
_SendTransferHistorh1. true_
_TransferMethodTCP

_
h3. File Transfer
JADE Background Service have process (SOS Jobscheduler Jobchain) to collect all the_jade_histroy.csv_files from different servers. The_jade_histroy.csv_file(s) can be PULL/RECEIVED from different JADE Client(s) (server(s) where JADE is running),to the JADE Background Service, using FTP, SFTP, FTPS, SCP. Once file is successfully PULL/RECEIVED by JADE Background Service files will be automatically processed and transfer history will be imported in the respective Database.
h3. Firewall and Port settings
* JADE Background Service is using TCP/UDP port(s) i.e. 5432 , for Scheduler's Operation Center GUI and to receive the transfer history (TCP/UDP packets), thus Firewall rules should allow the bi-directional TCP/UDP traffic for JADE Background Service (SOS Scheduler).
_* For JADE Background Service to PULL/RECEIVED_jade_history.csv'' files from the JADE client server(s), the respective ports as per as transfer protocol i.e. FTP 21, SFTP 22 should be allowed by the Firewall on JADE client server(s)