-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am Donnerstag, 10. Oktober 2002 07:05 schrieb Manav Ahuja:
> Hi all,
> i think that this might the ever coming question but being new to
> this world of SAPDB , am eager (also am required) to move the db from
> one machine to the another. so can anyone guide me thru the steps.
> All inputs are appreciated.
There are a few ways to to that.
SapDB -> SapDB
1) use the "Replication Management" repmcli
First extracting all data:
repmcli -d INSTANCE -u dba,password -E 1 -b datadump.cmd
- ---- datadump.cmd ----------------------------------------------------------
TABLEEXTRACT ALL OUTFILE '/tmp/database-ouf.unl'
-
--------------------------------------------------------------------------------------
Second move the /tmp/database-ouf.unl file to the next machine,
where SapDB should run.
You have to insert it there:
repmcli -d INSTANCE -u dba,password -E 1 -b dataload.cmd
- ---- dataload.cmd -------------------------------------------------------------
TABLELOAD ALL INFILE '/tmp/database-ouf.unl' OUTFILE '/tmp/restart.dat'
-
--------------------------------------------------------------------------------------
2) form System to another in the same architecture you can use datbase
backupfiles.
mfG
J. Sauer
- --
J�rgen Sauer - AutomatiX GmbH, +49-4209-4699, [EMAIL PROTECTED] **
** Das Linux Systemhaus - Service - Support - Server - L�sungen **
http://www.automatix.de to Mail me: remove: -not-for-spawm- **
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAj2lKe4ACgkQW7UKI9EqarHE/gCgpZlAgGpUgfYaMYU3plJTwnPl
88QAoNw8eEFOLYkRWlyt1QryZ2D1iTPQ
=JguO
-----END PGP SIGNATURE-----
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general