how to copy data from one cmod environment to another

Previous topic - Next topic

jw

As I am new to CMOD, please bear with me if I am asking stupid question.

I have some data in one CMOD database, but I do not have the original data source anymore.  Is there anyway to copy the data from the CMOD database to another CMOD database.  The definition for application group and applications are the same in 2 different environment.

Any idea?

Thanks very much.
JW

Justin Derrick

You can use 'arsdoc get' to extract data from the server, then use arsload to load it to the new one.  You'll want to use the generic index options during extract and load.  Good luck!
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Justin Derrick

Once you've got the documents extracted, you can override the indexer settings in the Application by using the command line option -X G  (inde_X_er, _G_eneric).  This uses the .ind file generated by arsdoc, instead of trying to re-index the documents you've output.

Since you already have the indexes for the documents (and you won't have to search the file for them) the load should be relatively fast.

Good luck!

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jw