.. _section3.2.1: 3.2.1 - Get All Information ================================= .. _GA: Action Option -**GA** (-**GetALL**) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ retrieves all update control, local file, and remote file records for a given dataset. It combines :ref:`-GC ` (-GetControl), :ref:`-GL ` (-GetLocalFile), and :ref:`-GR ` (-GetRemoteFile) into a single action. | **dsupdt** [[:ref:`-(DS|Dataset) `] dNNNNNN] -(GA|GetAll) [:ref:`Mode Option `] | [:ref:`-(CI|ControlIndex) ` UpdateControlIndices] | [:ref:`-(LI|LocalIndex)
  • ` LocalFileIndices] | [:ref:`-(LF|LocalFile) ` LocalFileNames] | [:ref:`-(RF|RemoteFile) ` RemoteFileNames] | [:ref:`-(OF|OutputFile) ` OutputFileName] | [:ref:`-(DB|Debug) ` DebugModeInfo] Available :ref:`Mode option `: .. list-table:: :widths: auto :header-rows: 0 * - :ref:`-(FO|FormatOutput) ` - formats each column to a uniform fixed width Output is sectioned under [DCUPDT] for update controls, [DLUPDT] for local files, and [DRUPDT] for remote files. Use :ref:`-OF ` (-OutputFile) to save the retrieved information to a file. Without it, results are printed to the screen. The output file can be edited and fed back into **dsupdt** via :ref:`-SA ` (-SetAll) to apply changes to GDEXDB. .. _3.2.1_e5: **EXAMPLE 5. To retrieve all update control, local file, and remote file information for d277000 at control index 2:** | **dsupdt** d277000 :ref:`GA ` :ref:`-CI ` 2 :ref:`-OF ` d277000.all Content of output file d277000.all: .. code-block:: none Dataset<=>d277000 [DCUPDT] ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>ControlTime<:>RetryInterval<:>UpdateControl<:>EMailControl<:>ErrorControl<:>KeepFile<:>HourOffset<:>DataTime<:>HostName<:> 1<:>zji<:>0<:>UF<:>1W<:>1D9H<:>2011-10-24 09:00:00<:>12H<:><:>A<:>N<:>N<:>0<:><:><:> [DLUPDT] LocalIndex<:>LocalFile<:>Action<:>ExecOrder<:>ControlIndex<:>FileArchived<:>DownloadCommand<:>Options<:>Frequency<:>EndPeriod<:>DueInterval<:>EndDate<:>EndHour<:>RetryInterval<:>ValidInterval<:>AgeTime<:>WorkDir<:>MissRemote<:>ProcessRemote<:>BuildCommand<:>CleanCommand<:>Specialist<:>Description<:> 51<:>oisst..asc.gz<:>AB<:>1<:>1<:><:>ncftpget ftp://ftp.emc.ncep.noaa.gov/cmb/sst/oisst_v2/ASCII_UPDATE/<:>-GI 1 -AF GZ -DF ASCII<:>1W<:>6<:><:>2011-10-22<:><:><:><:><:>$UPDTDATA/zji/NCEPSST<:>N<:><:><:>rm -f -LF<:>zji<:>-<:> [DRUPDT] LocalIndex<:>LocalFile<:>RemoteFile<:>ExecOrder<:>DownloadOrder<:>ServerFile<:>DownloadCommand<:>BeginTime<:>EndTime<:>TimeInterval<:> 51<:>oisst..asc.gz<:>oisst..asc.Z<:>1<:>0<:><:><:><:><:><:> This example shows a weekly update of a local file whose remote file name differs from the local file name. | :ref:`Back to Top ` | :ref:`Back to Table of Contents `