! ! DSMJRNGRP.OPT - Group wide DSM Journal Process startup option file ! ! ! This command file lists the options that are valid for a DSM Journal ! process startup option file and gives and example for use by DSMSTART.COM ! ! ! /[NO]JOURNAL = Qualifier to enable or disable writing to output file. ! NOJOURNAL will result in a loss of informatin. ! Default is JOURNAL. ! ! /JOURNAL_INPUT[/GROUP/SYSTEM] ! /JOURNAL_INPUT = Qualifier for journal input ! [ /GROUP ] Optional subqualifier to place name in ! group name table. ! [ /SYSTEM] Optional subqualifier to place name in ! system name table. ! Default = /JOURNAL_INPUT/GROUP ! ! /COMMAND[/GROUP/SYSTEM] ! /COMMAND = Qualifier for journal command mailbox name. ! Input mailbox for DSM operator request and ! replies from the VMS operator. ! [ /GROUP ] Optional subqualifier to place name in ! group name table. ! [ /SYSTEM] Optional subqualifier to place name in ! system name table. ! Default is /COMMAND/GROUP ! (ie, the logical name that results or is the ! ! /OPERATOR=vms-operator ! /OPERATOR = Qualifier for VMS operator. Valid specifiacations are ! OPER1 thru OPER12 and CENTRA. ! This operator will receive any message and may ! send replies to the JOURNAL process. This ! qualifier may be repeated several times. ! Default is CENTRA. ! ! /LOG=file-spec ! /LOG = Qualifier for name of log file. ! This file is will contain the names of JOURNAL ! files used. ! Default is DSMJOURNA.LOG. ! ! /MAILBOX_SIZE=n ! /MAILBOX_SIZE = Qualifier of input mailbox size. ! This is the maximum record size that the DSM ! process can write to the JOURNAL process. It ! is the size default_file_spec+key_size+record_size ! Default is 603. ! ! /OUTPUT=file-spec[ /BLOCK=n ][ /MESSAGE [ /REPLY ] = ( text ) ] ! /OUTPUT = Qualifier of Journal output file spec. ! This qualifier may be used a number of times. ! This will be used as the data output file. ! A new file is created, if the existing file is ! opened and not empty. ! If the file was predefined, then N of BLOCK is ! set to the predefined size of the file. ! [ /BLOCK=n ] Optional subqualifier which is the ! approximate number of block that the file will ! contain. ! If an existing file is opened, empty and pre- ! allocated and /BLOCK is not specified, the ! pre-allocated quantity becomes the /BLOCK ! parameter. ! [ /MESSAGE=( text ) ] Optional subqualifier which is ! a message that will be sent to the VMS operator ! before a file is used. ! The VMS operator is specified by the /OPERATOR ! qualifier. ! [ /REPLY ] Optional sub-subqualifier which is ! requires the VMS operator reply to the ! message before the file is used. ! VMS operator may reply with, ! $REPLY/TO=id which causes the ! journal process to open the file. ! $REPLY/ABORT=id which cuses the ! journal process to proceed to the next file. ! $REPLY/PENDING=id which causes the ! journal process to wait. ! ! Example command file. ! /JOURNAL ! Enable journalling /JOURNAL_INPUT/GROUP ! Enable Group wide journalling /COMMAND/GROUP ! Group wide journal mailbox /OUTPUT=DSMJRNL.DAT ! Journal file /MAILBOX_SIZE=2048