new instance coping from old one

Posted: June 15, 2007 in Uncategorized
Making new instance(service name:$01-DAXLive) copy from another one($02-DAXTest).
let’s say new instance name is DAXTest
1. create database server – DAXTest
2. create object server.
3. stop the service $01-DAXLive.
4. copy application file to the backup folder
5. start $01 service.
6. database restore from PROD.
7. database user recreate if needed.
8. start TEST service     
ps. delete *.aoi (index file) – it should be rebuilded.

Leave a comment