CL Command Reference - STRASMOND
CL Command List > STRASMOND Reference
Description:
The Start Archived Storage Mgmt (STRASMOND) command starts the Archived Storage Management (ASM) process which manages the movement of data within the ASM defined levels. This function can be canceled with a controlled cancel option if enough time is allowed to end what it is currently processing.
STRASMOND requires that the job it runs in allow DB2 to be set into server mode. This is only a concern if the command is run interactively. If any SQL statements have been processed in the interactive job before STRASMOND is run, STRASMOND will fail with SQL errors. To avoid this problem either always submit STRASMOND to batch (the default) or signoff and sign back on before running STRASMOND interactively.
Examples:
Example 1: Simple Example
STRASMOND
This command submits a job to batch that starts the OnDemand Common Server Archived Storage Management (ASM) process which manages the movement of data within the defined levels of archive media. When issued with no parameters specified, this command processes data for ALL defined storage management policies for the default QUSROND instance, and runs both migration and expiration processing.
Example 2: More Complex Example
STRASMOND POLICY(APDATAPOL) PROCESS(*MIGRATION)
This command is Similar to Example 1 but processes only data associated with the APDATAPOL policy definition and runs only migration processing.