Moving Your Migrated Version 15.0.0 Instance from Compatibility Mode to Native Mode
To enable all version 15.0.0 features one must move the instance into native mode.
Procedure
In-place migration to Version 15.0.0 is a two step process. The first step converts critical disk structures and places your instance in compatibility mode. While in this mode your legacy applications may be tested, and they should behave as they did in the prior version. Reversion to that prior version, should it become necessary, is allowed while in compatibility mode. New applications may also be tested. Be aware, however, that while in compatibility mode many Version 15.0.0 features such as larger tables, chunks, and page sizes are not supported. To enable all Version 15.0.0 features one must move the instance into native mode, after which it is no longer possible to revert the instance in-place. Nor is it possible to return to compatibility mode without physically restoring an archive.
Moving your instance from compatibility mode to native mode may be done one of several ways:
-
Take a whole system level-0 backup using onbar, and include the -IV1 argument on the command
line, as in:
onbar -b -w -L 0 -IV1
-
Take a level-0 backup using ontape, and include the -IV1 argument on the command line, as
in:
ontape -s -L 0 -IV1
-
Take a "fake" archive using onbar, and include the -IV1 argument on the command line, as
in:
onbar -b -F -IV1
-
Take a "fake" archive using ontape, and include the -IV1 argument on the command line, as
in:
onmode -wf TAPEDEV=/dev/null
ontape -s -L 0 -IV1
-
Through SQL, take a "fake" archive using the sysadmin "archive fake" command, and include the
optional IV1 keyword, as in:
DATABASE sysadmin;
EXECUTE FUNCTION task("archive fake IV1");
Results
Taking a real archive during this step is recommended. Physically restoring this archive, should it become necessary, would return the instance to compatibility mode provided no logs are then rolled forward.
The act of moving a primary instance from compatibility mode to native mode generates a log record that is then propagated to all HDR, RSS, and SDS secondaries, moving them into native mode as well.
Once in native mode all Version 15.0.0 features are enabled.