RDF System Management Manual

Table Of Contents
Managing RDF
HP NonStop RDF System Management Manual524388-003
5-34
Doing FUP RELOAD Operations With Updaters
Running
After dumping is finished, you should change the access mode back to protected, as
follows:
1. Stop the updaters (issue a STOP UPDATE command on the primary system).
2. Alter the UPDATEROPEN attribute of the RDF configuration to PROTECTED:
ALTER RDF UPDATEROPEN PROTECTED
3. Restart the updaters (issue a START UPDATE command on the primary system).
Doing FUP RELOAD Operations With Updaters
Running
Because the backup database is audited by TMF, you cannot do FUP RELOAD
operations on it unless you have set the updater access mode to shared by using the
UPDATEROPEN parameter of a SET RDF or ALTER RDF command.
The default is protected access.
Protected access is strongly recommended, except when you specifically wish to do a
FUP RELOAD on the backup database with the updaters running.
To do a reload on the backup database while the updaters are running, do as follows:
1. Stop the updaters (issue a STOP UPDATE command on the primary system).
2. Alter the UPDATEROPEN attribute of the RDF configuration to SHARED:
ALTER RDF UPDATEROPEN SHARED
3. Restart the updaters (issue a START UPDATE command on the primary system).
4. Initiate the reload.
After the reload is finished, you should change the access mode back to protected, as
follows:
1. Stop the updaters (issue a STOP UPDATE command on the primary system).
2. Alter the UPDATEROPEN attribute of the RDF configuration to PROTECTED:
ALTER RDF UPDATEROPEN PROTECTED
3. Restart the updaters (issue a START UPDATE command on the primary system).