File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes Moving The WAS Database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Moving The WAS Database" Watch "Moving The WAS Database" New topic
Author

Moving The WAS Database

kyle bober
Greenhorn

Joined: Jul 16, 2001
Posts: 11
Does anyone know of a simple way to move the WAS database from one server to another??? Is there a simple way to do this??? I initially installed WebSphere Application Server and the WAS database on the same server I know want to move this database to a seperate remote server. Any help would be much appreciated in advance.
Asuthosh Borikar
Ranch Hand

Joined: Sep 29, 2000
Posts: 75
I havne't done it this way. But, what you could probably try is to export the configuration of the first machine into an XML file, and import that XML file into the second machine, with some minor changes to machine specific data. We have three Websphere boxes all running the same application. We have one template XML file that we change, depending on what box we are working on, and import the resultant XML file to the specific box. (You can use XMLConfig.sh to import and export the configuration from/into an XML file). I am sure WebSphere on Windows has its equivalent of XMLConfig.sh.
 
I agree. Here's the link: jrebel
 
subject: Moving The WAS Database
 
Similar Threads
JMS timeout and redelivery
offtopic for cert but related to java basics
SessionCounter
jsp/sql server connection problem
I need big help!!