Home |
Previous Page | Next Page Migration to a Later Version of a Database Server > Converting to Dynamic Server 10.0 >
Communicate
to client users how long you expect the database server to be offline
for the migration. Terminate all database server processes and shut
down your source database server. This lets users exit and shuts
down the database server gracefully. If necessary, you can perform
an immediate shutdown of the database server, which does not let
users save their work.
Before you convert from the original source database server,
make sure that no open transactions exist. Otherwise, fast recovery
will fail when rolling back open transactions during the conversion.
To let users exit and shut down the database server gracefully
- Execute the onmode –sy command
to put the database server in quiescent mode.
- Wait for all users to exit.
- Execute the onmode –l command
to move to the next logical log.
- Execute the onmode -c to force a checkpoint.
- Make a level-0 backup of the database server.
- Run ontape -a after the level-0 backup
is complete.
- Execute the onmode –yuk command
to shut down the system.
To perform an immediate shutdown of the database server
onmode -l
onmode -c
onmode -ky
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]