Kbase P75631: One way to move all database files and associated ai files of a disaster recovery database, from one
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/01/2009 |
|
Status: Verified
GOAL:
One way to move all database files and associated ai files of a disaster recovery database, from one UNIX machine to another of the same platform, with identical file structures.
FACT(s) (Environment):
UNIX
Progress/OpenEdge Product Family
FIX:
1. Have all users log off the current database.
2. Proshut the database.
3. Run truncate <dbname> -C truncate bi
4. Tar all files and directories into one file, a tarball.
5. Compress the tarball.
6. Use ftp in binary mode or rcp to move the compressed tarball to the new machine.
7. Run a check on the file received as to the file sent.
8. Uncompress the tarball
9. Untar the tarball.