Using the Regis Tool

Start the Regis tool to modify the different adapter parameters.

Procedure

  1. Browse to the Windows command prompt.
  2. Log on to the TSO on the z/OS® operating system that hosts the adapter.
  3. Run the ovms command. Press Enter to enter the UNIX System Services environment.
    Note: You can also use a telnet session to enter the UNIX System Services environment.
  4. In the command prompt window, change to the read/write/bin subdirectory of the adapter. If the adapter is installed in the default location for the read/write directory, run the ./regis -<option> command.
    The following options are available for the Regis tool:
    -version                    ;show regis version
    
            -registry       < value >   ;Registry File
    
            -encryptkey     < value >   ;Encryption key for string data
    
            -setstring      < value >   ;Set Registry String, [key::value]
    
            -getstring      < value >   ;Get Registry String
    
            -create                     ;Create Registry (Default:registry)
    
            -list           < value >   ;List Registry Contents (Default:registry)
    
            -delete         < value >   ;Delete Registry key
    
            -script                     ;Produce output for scripting
    
            -protocol       < value >   ;Protocol (Default:DAML)
    
            -installpath    < value >   ;Set agent's install path
    
            -property       < value >   ;Property name for protocol
    
            -value          < value >   ;Argument value
    
            -logdir         < value >   ;Agent's logfile directory
    
            -logfile        < value >   ;Agent's logfile name
    
            -mainproperty   < value >   ;Set main property
    
            -instanceclass  < value >   ;Create instance class [class::item::encrypt].
    
            -instanceset    < value >   ;Create instance class [class::instance::item::value]

    The -registry <readwrite_home/data/<adapterid.dat> option is required for all options except -version.