Differences between revisions 10 and 31 (spanning 21 versions)
Revision 10 as of 2007-12-22 04:16:48
Size: 9218
Editor: solpc2
Comment:
Revision 31 as of 2008-10-25 05:25:31
Size: 11324
Editor: xim
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
== News ==
 * JSOC 3.2 released -- Sep 15, 2006 See [http://jsoc.stanford.edu/release-3.2.notes release notes]
 * JSOC 3.1 released -- Aug 24, 2006 See [http://jsoc.stanford.edu/release-3.1.notes release notes]
 * JSOC 3.0 released -- Aug 14, 2006. See [http://jsoc.stanford.edu/release-3.0.notes release notes]
 * JSOC 2.3 released -- Aug 10, 2006. See [http://jsoc.stanford.edu/release-2.3.notes release notes]
 * JSOC 2.2 released -- May 30, 2006. See [http://jsoc.stanford.edu/release-2.2.notes release notes]
 * JSOC 2.1 released -- May 24, 2006. See [http://jsoc.stanford.edu/release-2.1.notes release notes]
 * JSOC 2.0 released -- February 03, 2006. See [http://jsoc.stanford.edu/release-2.0.notes release notes]
 * JSOC 1.0 released -- October 19, 2005. See [http://jsoc.stanford.edu/release-1.0.notes release notes]
=== News ===
 * JSOC 4.7 released -- Oct 16, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.7.notes release notes]
 * JSOC 4.6 released -- Sep 03, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.6.notes release notes]
 * JSOC 4.5 released -- Jul 16, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.5.notes release notes]
 * JSOC 4.4 released -- Jun 09, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.4.notes release notes]
 * JSOC 4.3 released -- May 26, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.3.notes release notes]
 * JSOC 4.2 released -- Apr 08, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.2.notes release notes]
 * JSOC 4.1 released -- Mar 03, 2008 See [http://jsoc.stanford.edu/release_notes/release-4.1.notes release notes]
 * JSOC 4.0 released -- Dec 07, 2007 See [http://jsoc.stanford.edu/release_notes/release-4.0.notes release notes]
 * JSOC 3.8 released -- Sep 12, 2007 See [http://jsoc.stanford.edu/release_notes/release-3.8.notes release notes]
 * JSOC 3.3 released -- Nov 03, 2006 See [http://jsoc.stanford.edu/release_notes/release-3.3.notes release notes]
 * JSOC
3.2 released -- Sep 15, 2006 See [http://jsoc.stanford.edu/release_notes/release-3.2.notes release notes]
 * JSOC 3.1 released -- Aug 24, 2006 See [http://jsoc.stanford.edu/release_notes/release-3.1.notes release notes]
 * JSOC 3.0 released -- Aug 14, 2006. See [http://jsoc.stanford.edu/release_notes/release-3.0.notes release notes]
 * JSOC 2.3 released -- Aug 10, 2006. See [http://jsoc.stanford.edu/release_notes/release-2.3.notes release notes]
 * JSOC 2.2 released -- May 30, 2006. See [http://jsoc.stanford.edu/release_notes/release-2.2.notes release notes]
 * JSOC 2.1 released -- May 24, 2006. See [http://jsoc.stanford.edu/release_notes/release-2.1.notes release notes]
 * JSOC 2.0 released -- Feb 03, 2006. See [http://jsoc.stanford.edu/release_notes/release-2.0.notes release notes]
 * JSOC 1.0 released -- Oct 19, 2005. See [http://jsoc.stanford.edu/release_notes/release-1.0.notes release notes]
Line 16: Line 26:
== DRMS Data Series == === DRMS Data Series ===
Line 32: Line 42:
== JSOC Sessions, Pipelines, and Modules (''Oh my!'') == === JSOC Sessions, Pipelines, and Modules (''Oh my!'') ===
Line 49: Line 59:
== Setting up Your Own DRMS == === Setting up Your Own DRMS ===
Line 56: Line 66:
== DRMS Man Pages ==
All the JSOC "man" pages are now maintained with doxygen, a semi-automatic documentation tool. They are available via the "man" command from the shell or in html form via:
 * [http://http://jsoc.stanford.edu/doxygen_html/ Drms Man Pages][[BR]]
=== DRMS Man Pages ===
All the JSOC "man" pages are now maintained with [http://www.stack.nl/~dimitri/doxygen/index.html doxygen], a semi-automatic documentation tool. They are available in html form via:
 * [http://jsoc.stanford.edu/doxygen_html/ Drms Developer's Documentation][[BR]]
Line 60: Line 70:
   All programs and modules should have unix-style man pages at [http://jsoc.stanford.edu/man/index.html#man1 man1] but Some do not yet:
   * [wiki:DrmsServerCmd drms_server],
   * [wiki:DrmsQueryCmd drms_query],
   * [wiki:DrmsCreateSeriesCmd create_series],
   * [wiki:DrmsDescribeSeriesCmd describe_series],
   * [wiki:DrmsDeleteSeriesCmd delete_series]
All programs and functions should have entries in the doxygen generated pages but some do not yet. Old documentation still exists for these:
   
 * [wiki:DrmsServerCmd drms_server],
 * [wiki:DrmsQueryCmd drms_query],
 * [wiki:DrmsCreateSeriesCmd create_series],
 * [wiki:DrmsDescribeSeriesCmd describe_series],
 * [wiki:DrmsDeleteSeriesCmd delete_series]
Line 67: Line 78:
   Note that all modules built with jsoc_main share a basic set of flags and command line keywords. See module.1 in man1. Note that all modules built with jsoc_main share a basic set of flags and command line keywords. See module.1 in man1.
Line 69: Line 80:
We will once again soon have unix-style man pages at [http://jsoc.stanford.edu/man/index.html man1], but not yet:
Line 70: Line 82:
== Limits == === Limits ===
Line 74: Line 86:
 * length of names of series, keywords, etc. (31 chars)  * length of names of series, keywords, etc. (64 chars)
 * length of comma sep list of prime key names (1024 chars)
Line 82: Line 95:
== Log Files - Processing meta-data == === Log Files - Processing meta-data ===
Line 91: Line 104:
== JSOC Software Tree == === JSOC Software Tree ===
Line 95: Line 108:
== Making a JSOC/DRMS Module == === Making a JSOC/DRMS Module ===
Line 100: Line 113:
== Making a JSOC/DRMS Library == === Making a JSOC/DRMS Library ===
Line 103: Line 116:
== Notes on JSOC Makefile == === Notes on JSOC Makefile ===
Line 107: Line 120:
== Development Notes == === Development Notes (old) ===
Line 110: Line 123:
== Database Administration == === Database Administration ===
Line 113: Line 126:
== JSOC Backup and Restore == === JSOC Backup and Restore ===
Line 116: Line 129:
== SUM API == === SUM API ===
Line 119: Line 132:
== DSDS-Data Access from JSOC ==

= JSOC Development Projects =

=
== DSDS-Data Access from JSOC ===
Line 121: Line 138:

=== Exports ===
 * [wiki:AjaxJsocConnect AJAX Style Web Access for JSOC]

=== Remote DRMS/SUMS - netDRMS ===
 * See Rick Bogart
 ( who might not remember that he has a collection of web pages on NetDRMS at http://jsoc.stanford.edu/netdrms/ )

= JSOC Operator's Guide =

== Running Datacapture and lev0 Pipeline during SDI I&T ==
 * [http://jsoc.stanford.edu/production/whattodolev0.txt][[BR]]

== Convert the Spare dcs2 machine to an active AIA (dcs0) or HMI (dcs1) ==
 * [http://jsoc.stanford.edu/production/dcs2_convert_to_0_or_1.txt][[BR]]

Welcome to the Wiki for JSOC software development

TableOfContents

For general information including the basic setup to get started see the [wiki:JsocUsersGuide Users Guide].

News

DRMS Data Series

named series and its current highest record number on stdout.

  • [wiki:DrmsDeleteSeriesCmd delete_series] -- Removes a series and all its associated entries from DRMS.

JSOC Sessions, Pipelines, and Modules (''Oh my!'')

JSOC programs that use DRMS to operate on DataSeries are called "modules". Modules are run in "sessions". HMI and AIA major processing tasks are accomplished in "pipelines" consisting of one or more sessions. Pipelines are started by "PUI" (Pipeline User Interface) usually by the JSOC production team. Pipelines may also be initiated by users requesting [wiki:DataSet DataSets] via the web or by team members running locally or remotely. A DataSet is a collection of records selected by a query. In essence a dataset name is simply the query that describes it.

A DRMS Session is the basic unit of computing that interracts with DRMS and SUMS. At the start of a session the user connects to the DRMS database. During the session the user runs one or more modules which read or create [wiki:DataRecord DataRecords] in DataSeries. Access to the actual data stored in SUMS is accomplished within a module via the DRMS API. At the end of a session, SUMS is notified to save any new records online and/or on tape, or to delete records marked temporary to the session.

Actually using the JSOC DRMS requires running a program or module. By "program" we mean a normal shell command and by "module" we mean a program built to run within a DRMS session and communication to a drms_server. There are four types of programs/modules:

  • Modules - Most programs that do the work of the user of JSOC are what we call "modules". On the outside modules look like programs. They must run in a DRMS session. If they are built with the normal jsoc_main program they will use an existing session if they are run from a Session Provider or will start their own use-once session if they are called stand-alone from the shell.

  • Utility programs like [wiki:DrmsCreateSeriesCmd create_series] and [wiki:DrmsDescribeSeriesCmd describe_series] which are usually used to manage the existence of dataseries, not to use dataseries. These programs talk directly to the database.

  • Session Providers like [wiki:DrmsRunCmd drms_run] or later the [wiki:JsocPui Pipeline User Interface] start DRMS sessions and execute a script file. They can also be used to execute a single instance of a module.

  • [wiki:DrmsServerCmd drms_server] which connects connects to the database and serves sessions. Most users will not need to start drms_server explicitly.

The benefit of running programs as "modules" will hopefully become apparent when we start running complex pipelines using hundreds of processors.

Setting up Your Own DRMS

Information for developers outside the JSOC who wish to construct an independent data archive that can work in cooperation with the JSOC and other archives (or completely independently) can be found on the [wiki:DRMSSetup Setting up Your Own DRMS] page.

General Information

DRMS Man Pages

All the JSOC "man" pages are now maintained with [http://www.stack.nl/~dimitri/doxygen/index.html doxygen], a semi-automatic documentation tool. They are available in html form via:

All programs and functions should have entries in the doxygen generated pages but some do not yet. Old documentation still exists for these:

Note that all modules built with jsoc_main share a basic set of flags and command line keywords. See module.1 in man1.

We will once again soon have unix-style man pages at [http://jsoc.stanford.edu/man/index.html man1], but not yet:

Limits

There are limits ...

  • memory limits on number of records in the cache (512Meg / (2.5*record size) ). While this may seem like a lot, for datasets with a lot of keywords (e.g. mdi_vw_V_06h) it can be a real limit to the number of records that can be open at a time. For the vw_V example it means that DRMS_QUERY_MEM should be set to at lest 2500 (yes 2.5 gig) to open 100 days of one-minute data. Modules expecting to need tens of thousands of records opened should arrange to do the work in blocks with drms_close_records used to empty the record cache to free memory.
  • length of names of series, keywords, etc. (64 chars)
  • length of comma sep list of prime key names (1024 chars)
  • length of descriptions of series, keywords, links, and segments (254 chars)
  • length of string values of keywords (dont know)
  • number of keywords in a record (dont know)
  • number of records in a series (no fixed limit)
  • length of segment filename (255 chars)
  • length of path (511 chars)

Log Files - Processing meta-data

There are log files. Stdout and Stderr are captured in files as well as shown during processing (depending on module and -v flag). These are all put into a SUMS directory and indexed in DRMS by session ID. The session ID is stored in each record so the log files can be retrieved if/when needed. Unless otherwise specified, the default retention time for log files is the maximum retention time of all SUs processed in the current session. The log files are archived if any one of the SUs in the current session is to be archived.

  • drms_server logs --
    • The default is no logging. When the logging option is turned on (-L), stdout and stderr are redirected to files in SU directory.
  • module logs --
    • The default is no logging. When the logging option is turned on (-L), stdout and stderr are tee-ed to files in SU directory.

Software Development - Building Modules

JSOC Software Tree

Making a JSOC/DRMS Module

  • [wiki:DrmsModule DRMS Module] -- DRMS Module Structure and Overview

  • [wiki:DrmsApi DRMS API] -- DRMS Data Types and Structures and API

  • [wiki:DrmsMakeModule DRMS Module Compilation] -- Running 'make' for modules

Making a JSOC/DRMS Library

  • [wiki:JsocLibrary JSOC LIbrary] -- Creating and using a JSOC library

Notes on JSOC Makefile

Development Notes (old)

Database Administration

  • [wiki:PgDBAdmin PostgreSQL]

JSOC Backup and Restore

  • [wiki:JSOC Backup/Restore Notes Page]

SUM API

JSOC Development Projects

DSDS-Data Access from JSOC

Exports

Remote DRMS/SUMS - netDRMS

JSOC Operator's Guide

Running Datacapture and lev0 Pipeline during SDI I&T

Convert the Spare dcs2 machine to an active AIA (dcs0) or HMI (dcs1)

JsocWiki: JsocDevelopersGuide (last edited 2021-11-16 01:34:32 by ArtAmezcua)