If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Clone Informix 7.31 database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-04, 07:44
sarovb sarovb is offline
Registered User
 
Join Date: Jul 2003
Posts: 32
Clone Informix 7.31 database

HI
iam new to informix. Currently Informix database 7.3 is Up & running on Linux os and I would like to move the entire database to some other Linux system( Suse Linux 7.1). can you please guide me how to clone the database from one platform to another (linux to Suse linux).
Reply With Quote
  #2 (permalink)  
Old 08-09-04, 10:32
artemka artemka is offline
Registered User
 
Join Date: May 2004
Location: New York
Posts: 248
take a look at the dbexport and dbimport commands

you can do dbexport and tar the whole unload, ftp it over to another machine, untar it and to a dbimport


Cheers
Reply With Quote
  #3 (permalink)  
Old 08-12-04, 02:13
sarovb sarovb is offline
Registered User
 
Join Date: Jul 2003
Posts: 32
Hi
do you have any steps or notes for cloning database .
Any help would be appreciated

Rgds
Reply With Quote
  #4 (permalink)  
Old 08-12-04, 05:28
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Hi,

Server 1

dbexport <dbname> -ss

Zip/Tar the file and copy it to other server & untar it.

Server 2

dbimport <dbname> -d <dbspace> -l <buffered>

where d is the dbspace name
and l is the buffered log mode
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On