RDF System Management Manual

Table Of Contents
Process-Lockstep Operation
HP NonStop RDF System Management Manual524388-003
14-7
Disabling Lockstep
Disabling Lockstep
To disable lockstep processing:
1. Change ENABLE to DISABLE in the STARTUPMSG attribute script.
2. Manually delete the RDF lockstep gateway process from SCF.
3. Run the changed SCF script.
When SCF restarts the gateway, lockstep processing is disabled. Thus, if your
application calls DOLOCKSTEP, the gateway will return control immediately to the
application without doing lockstep processing.
Disabling lockstep processing is a very useful feature. Suppose that the
communications lines from your RDF primary to your RDF backup systems are down.
In such a case, the extractor cannot send audit data to the backup system, and
lockstep processing will hang until the communications lines are back up and the
extractor resumes sending audit data. This is desired behavior if you really want
lockstep processing. But suppose that the communications lines have been down for
so long that your applications are getting no work done at all. In such a case, you may
want to disable lockstep processing to allow your applications to resume their work
without lockstep operations.
When lockstep is disabled, remember that your original transaction has already
committed on the primary system. If you should subsequently lose the primary system
and do a takeover on the backup system, the transaction may or may not have been
committed in the backup database depending on whether or not the extractor got all of
the original audit data over to the backup system before the primary system failed.
Reenabling Lockstep
To reenable lockstep processing:
1. Change DISABLE to ENABLE in the STARTUPMSG attribute script.
2. Manually delete the RDF lockstep gateway process from SCF.
3. Run the changed SCF script.
When SCF restarts the gateway, lockstep processing is enabled.