View Single Post

   
  #3 (permalink)  
Old 04-08-2008, 03:17 PM
Marc M
 
Posts: n/a
Default Re: moving Sybase db server into a new server

tpreto7@sapo.pt (Teresa) wrote in message news:<6dabc692.0402261357.485192ad@posting.google. com>...
> Hi all
>
> I will be moving Sybase from one Solaris server into another Solaris
> server, the IP address and box name will be different. Sybase version
> is 12.0 and O/S is 5.8. Does any one know what I need to do in order
> to get Sybase up and running again on the new server.
>
> Thanks
> Teresa


Note that if the platform (Solaris) is not changing, and you are using
OS file devices, you can simply copy the device files over to the new
server (after shutting down the source ASE).

First, copy the Sybase SW, then create the new interfaces entry, copy
over the RUN_ and .cfg files (and logs if you want to keep them), then
copy all the device files into identical directory structures*
(because that's where Master will look for them) and you're good to
go.

*If this isn't possible, put -T3608 (recover master only) in the RUN_
file and set "allow updates" in .cfg to 1, then boot ASE and update
sysdevices to set the phynames to their new values. Remove -T3608 and
restart ASE.

Cheerio
Reply With Quote