Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Parameter

Qualifiers

Example

/OWNER

/SIZE

LMCP CONVERT — VMS 5.4

   Converts a log file on a given node by transferring the active
   transaction records from the specified source log file to the
   specified destination log file. Use of the CONVERT command
   requires the CMKRNL privilege.

   Format

     CONVERT LOGFILE  source_filespec

                      destination_filespec

                      [qualifier...]

Additional information available:

ParameterQualifiersExample

Parameter

source_filespec
   Specifies the file specification of the log file from which active
   transaction records are to be copied.

destination_filespec
   Specifies the file specification of the log file into which active
   transaction records are to be written.

Qualifiers

Additional information available:

/OWNER/SIZE

/OWNER

      /OWNER=owner_id

   Associates an owner or user identification code (UIC) with the
   log file to be created. Specify the UIC using the standard UIC
   format as described in the VMS DCL Concepts Manual. The default
   UIC will be one of the following: (1) the owner UIC of an existing
   version of the file if the file creator has extended privileges;
   or (2) the owner UIC of the parent directory if the file creator
   has extended privileges; or (3) the owner UIC of the creator.

/SIZE

      /SIZE=file_size

   Specifies the size of the log file in blocks. The minimum log file
   size is 100 blocks.

Example

    LMCP> CONVERT LOGFILE SYSTEM$RED.LM$OLD SYSTEM$BLUE/SIZE=8000

  This command transfers all active transaction records from
  SYSTEM$RED.LM$OLD to SYSTEM$BLUE, and specifies a log file size
  of 8000 blocks.


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026