Break cluster and move databases to new server

Hello everyone.  I have a question that may be basic but I am by no means a SQL person.  Right now we have a SQL 2005 cluster running on VM ESXi with a celerra backend storage.  Some drives are mapped Raw.  We recently put in a new
VNX and we are not able to migrate the SQL server over due to how the drives are mapped.  I am thinking that I want to build a new SQL server and move the databases.  The new build will not be a cluster since we have point in time recovery manager
from EMC.  Now my thinking is, can I break the cluster, move the 2nd node to the new ESXi and storage and present new storage or would it be best to just build a new server?  Is it easy enough to change an instance name after SQL is running? 
Several applications refer to the SQL Cluster and they are critical so I need something with least amount of downtime.  Would doing backup of all of SQL and then a restore to the new system be best?  Any thoughts or direction?  Thanks
Joe M

The most straightforward and reliable method is to build a new server, migrate the databases using backup/restore, test the new server, and cut-over by shutting down the old servers and either reconfiguring the client applications or renaming the new server
to have the same network name as the old server's SQL Cluster Client Access point. 
You can also use DNS redirection instead of renaming the new server, although using a DNS hostname alias for your server requires some additional security configuration.  EG
http://blogs.msdn.com/b/dbrowne/archive/2012/05/21/how-to-add-a-hostname-alias-for-a-sql-server-instance.aspx
David
David
David http://blogs.msdn.com/b/dbrowne/

Similar Messages

  • Move database to new server

    I hava Oracle 10.2.0.1.0 on Solaris 10.5 and wants to move it to Oracle 11.1.0.1.7 on same platform, but different server using exp/imp.
    I am not aware of any other precondiction I need to meet before carrying on this exp/emp. If there is a precondition, I will appreciate if you can share it.
    Does the database needs to shut down
    Do I need to copy any files from old database
    Here is my par file:
    userid = system/****
    file = /h/share/database/db/backups/CBEXP.dmp
    log = /h/share/database/db/backups/CBEXP.log
    statistics = none
    full = y

    You can do exp/imp if you have the same schema infrastructure and db objects at the target db. Otherwise you have to clone the database to the new target.
    1. Create a new DB with DBCA at the target server
    2. Shutdown the source and target databases
    3. Do a cold backup (which means copying all datafiles to the target directory)
    4. Startup the source db
    5. Create a backup control file on the target db such as follows;
    CREATE CONTROLFILE SET DATABASE "<SID_of_clone_database>" RESETLOGS
    NOARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 5
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 4991
    LOGFILE
    GROUP 1 'D:\Oracle\Oradata\NUNDQOL\REDO01.LOG' SIZE 100M,
    GROUP 2 'D:\Oracle\Oradata\NUNDQOL\REDO02.LOG' SIZE 100M,
    GROUP 3 'D:\Oracle\Oradata\NUNDQOL\REDO03.LOG' SIZE 100M
    -- STANDBY LOGFILE
    DATAFILE
    'E:\oracle\oradata\NUNDQOL\SYSTEM01.DBF',
    'E:\oracle\oradata\NUNDQOL\UNDOTBS01.DBF',
    'E:\ORACLE\ORADATA\NUNDQOL\CWMLITE01.DBF',
    'E:\oracle\oradata\NUNDQOL\DRSYS01.DBF',
    'E:\ORACLE\ORADATA\NUNDQOL\ODM01.DBF',
    'E:\oracle\oradata\NUNDQOL\NUNTQOL.DBF',
    'E:\oracle\oradata\NUNDQOL\NUNTQOL_IAM.DBF',
    'E:\oracle\oradata\NUNDQOL\INDX01.DBF',
    'E:\oracle\oradata\NUNDQOL\TOOLS01.DBF',
    'E:\oracle\oradata\NUNDQOL\USERS01.DBF',
    'E:\oracle\oradata\NUNDQOL\XDB01.DBF';
    6. STARTUP NOMOUNT of the target database
    7. execute the backup control file
    8. RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE;
    ALTER DATABASE OPEN RESETLOGS;

  • Move database to new server from ASM to FS

    Hey, I have to move my database from ASM to filesystem storge (10.2.0.3 on sles 10 sp1)
    The new server is also sles 10 sp1.
    Can I just do an full export on the source site, and an import on the target site ? Will that work ?
    Any other steps to perform ?
    Chris

    Hi,
    1. Export db wlth FULL=Y . and then we have to create new database at target location and then import operation have to done.
    2.we can take rman backup, restore rman backup in target location. This method will reduce the complexity
    take backup through Rman.
    Target location:-
    1. export ORACLE_SID=xxx
    2. rman target /
    3. startup nomount
    4.RMAN> RESTORE CONTROLFILE FROM 'backup piece';
    5.RMAN> alter database mount;
    6.
    set newname for datafile '+DG/datafile.dbf' to 'FS/location';(do for all datafiles)
    restore database;
    switch datafile all;}
    7. alter database rename file '+DG/datafile.dbf' to 'FS/location';(do for all datafiles)
    8.alter database open;
    follow these steps from ASM TO FS.
    Edited by: startup on May 23, 2013 7:41 PM

  • Use unused server as share point server after move databases to new server

    HI,
    we have a single server share point farm (ServerApp01) for Intranet and it connects to a SQL SERVER 2008 R2 database server (Server02),
    and now  we moved all sharepoint databases and content dbs to new sql server in different server (ServerSQLNew).
    using sqlalias we point to new SQLSERVER 2012 Instance in this new server.
    - now the old sql server (Server02), is not in the sharepoint  farm 
    - now can i add this server in intranet farm and  use this old server (Server02) as wfe server ?
    here my doubt is  when i open cliconfg.exe i saw that sharepoint server pointing to this old server name (Server02),
    after i will join this server to existing farm is any issues?
    adil

    hi
    i already turned off sql server instance in old sql server in my case in Server02.
    In share
    point Server (ServerApp01) i opened cliconfg.exe and add sqlaliases to point to new sql server.
    If i rename  server02 server or rebuild
    the server with a clean OS install  still  Sharepoint Farm works right?
    below is the scenario of sqlalias in sharepointserver (serverapp01)
    adil

  • MOVE REPLICATION DATABASE TO NEW SERVER

    WE HAVE A PRODUCTION DATABASE THAT WORK'S AS REPLICATION FROM 9 DATABASES, WE ARE GOING TO MOVE DATABASE TO NEW SERVER.
    AS DATABASE IS PRODUCTION, WE CAN NOT STOP SERVICES. WE THINK TO CREATE A NEW DATABASE ON NEW SERVER, IMPORT DATA FROM PROD. DATABASE. SIZE APROX 100GB.
    QUESTION:
    I NEED TO KNOW HOW I CAN STOP SERVICES SHORT TIME. TO CHANGE TO SNEW SERVER.
    THANKS FOR YOUR SUGGESTIONS

    Здравствуте Ivan.
    Before i would do anything like this i would make sure that i have a good valid backup (just in case!).
    I would check all the applications that are currently conencting to your ORacle and make sure they are all conneting 'by name' not the IP. Or and then i would check DNS server (make sure nslookup is working) to makesure that everything resolves correctly after the moving DB to another machine.
    Then check that the oracle_home etc are in the same directory and check that all paths etc in the configurations are the same.
    Hope this helps
    Kind Regards

  • Move Owb database to new server

    Hi,
    We are going to move our Owb (9.2.0.2.8) database to a new server. The nodename isn't going to change only the ip-address will change. The OS will be the same.
    The steps will be:
    1) install Owb on new server
    2) copy database to new server
    Is there some other step we'll need to take?
    regards,
    Ivan

    Здравствуте Ivan.
    Before i would do anything like this i would make sure that i have a good valid backup (just in case!).
    I would check all the applications that are currently conencting to your ORacle and make sure they are all conneting 'by name' not the IP. Or and then i would check DNS server (make sure nslookup is working) to makesure that everything resolves correctly after the moving DB to another machine.
    Then check that the oracle_home etc are in the same directory and check that all paths etc in the configurations are the same.
    Hope this helps
    Kind Regards

  • Recovering andrestoring of database in new server after current server fail

    Hi,
    If we have a disaster ,where the Database server has gone and we can not use it again.
    1) We do not have dataguard.
    2) We have rman backup file of 2 days before (Full database backup). Rman backup with nocatalogue
    3) Flashback log files of 2 days back
    3) Archive log till yesterday
    4) Export file of morning.
    Can we be able to restore and recover our database in new server
    if yes then how.
    Because RMAN Backup has its DBID and the new Oracle software which i install on new server will be installed with new ID.
    Please help me understanding this thing (About target database)
    Regards

    First of all, you should install the software on the server only, you should NOT create a database.
    As you can restore a database to a new host (and this is documented), you won't have any problems. That is, if you don't create a database during installation, and read up on recovery.
    I wonder: why do all those anonymous users always can't be bothered to read the documentation, and ask others to paraphrase it for free?
    Sybrand Bakker
    Senior Oracle DBA

  • Migrate Mirror Database to New Server

    Hi,
    I need to migrate my SQL server Mirror Database to
    a new server. my current setup is as below
    1. server A principal (192.168.1.100)
    2. server B Mirror     (192.168.1.200)
    now i have a new server (Server C) to replace server B as below
    1. server A principal (192.168.1.100)
    2. server C Mirror     (192.168.1.300)
    my question is how to migrate mirror db to new server without any affect or downtime on principal server, please share idea/experience for above.
    note: SQL SERVER 2008R2 EE(64BIT), Win2008R2 EE 64bit.
    Regard
    Faisal Wahid

    Thanks for your quick response.
    Is it possible something like in oracle (pardon as i am oracle DBA not sql server guy), 
    (Oracle Steps to migrate standby(mirror) db to new server)
    1. Pause replication on primary(principal) 
    2. Move standby(mirror) database files to new server(using copy/rman/etc).
    3. Update connection information (TNS in oracle) on primary(principal) to point new server.
    4. Start replication on primary(principal).
    the above steps will simply migrate the standby(mirror) database to new server,
    can we do something like above in sql server?

  • ECC 6.0 installation on HPUX Cluster and oracle database

    Hi,
    I need to install ECC6.0 installation on HPUX Cluster and oracle database. Can anybody plz suggest me or send any document to me ..
    Thanks,
    venkat.

    Hi Venkat,
    Please download installation guide from below link:-
    https://websmp105.sap-ag.de/instguides
    Regards,
    Anil

  • Migrate WWI and Expert Rules to new server

    Hello,
    Does anyone have any "best practice" document or information related to migrating WWI and Expert rules from an existing server to a new server?  The "cookbook" provided in SAP Note for WWI installation does not mention anything regarding "re-install" or "migration.
    Thanks in advance.

    Hello Thomas,
    I do not have a document available for you, but I would do it like this:
    Make sure you have the same Word Version installed on both PCs
    Make sure the word settings are the same (Trusted Locations / Macro Security etc.)
    Make sure you have the same printers/printer drivers and default printer definied on both PCs
    Copy WWI and Expert Folder from one PC to the other to the same location
    Make sure you have the same PATH Variables defined on both PCs
    Makre sure DCOM settings are the same of MS Word and Adobe
    If you send PDFs make sure Adobe Reader and the tool you use to create PDFs is installed on both PCs the exact same way
    SetUp the Windows Services for EH&S Management Server, WWI and Expert on the new server exactly the way they have been on the old server.
    If your new PC has a different OS or newer Office Version I would do a complete new installation via the EH&S Management Server / CGSADM. Make sure to copy your Rules files and Graphics from the old PC to the new PC.
    Hope this helps
    Mark

  • Unix Perl Script To verify a Up and Running Database on Different Server

    Unix Perl Script To verify a Up and Running Database on Different Server
    Hi
    can any one please tell me a solution to verify a Up and Running Database on Different Server other than the one where we run the unix perl script? The perl script should check if the database is running else it must exit.
    Thanks much
    Kiran

    The other best solution would be Enterprise Manager, load the EM on the other machine and install oracle intelligent agent on all the boxes where oracle is running and problem solved.
    FTP is only a File Transfer Protocol, you can upload/download the files but cant execute them.
    Apart from EM the best way is load oracle client and make connection to all the databases.
    AND There are some free oracle monitoring software available I dont know much about them but one is NAGIO (if I am not wrong), try that if you want.
    BTW whats the problem in monitoring the boxes from the same physical box, means just schedule a script using cron on the same physical box where oracle is to either make connection using SQLPLUS or check the processes using "ps" command and if there is anything wrong then send alert from that box only. In this way there is no need to maintain a central monitoring server.
    Daljit Singh

  • My old laptop crashed and I need to restore my iTunes music and movies to my new laptop from my iPod Touch. Help please. Thanks!

    My old laptop crashed and I need to restore my iTunes music and movies to my new laptop from my iPod Touch. Help please. Thanks!

    See:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Move mailbox database to new server (new domain)

    Hey,
    I want to move a mailbox database from a broken server to a new server in a new domain.
    We are already using the new server and I am wondering if I can merge the databases or make the old mail available in any way. Currently everybody has done a pst export before adding the new mailbox.
    Thanks,
    Jason

    Hi Jason,
    Exchange Server 2013 introduces the concept of batch moves and migration endpoints. Migration endpoints are management objects that describe the remote server and the connections that can be associated with one or more batches. And, the new batch move architecture
    improves on MRS moves with enhanced management capability. You can select the appropriate method to move your mailboxes.
    Here is an article for your reference:
    Mailbox moves in Exchange 2013
    https://technet.microsoft.com/en-us/library/jj150543(v=exchg.150).aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Move MaxDB database to new server

    Hello,
    I would like to move a MaxDB (Content Server) database from a Windows 2003 x86 server to a Windows 2003 x64 server. I will be moving from 7.5 to 7.6 at the same time. Reading around the subject, this is what I have done so far:
    Target Server:
    Used SAPINST to install the MaxDB 7.6 / Content Server 6.40 on the new x64 target server.
    SAPINST created a empty database on the target server and I added the appropriate number of volumes.
    After playing around I used db_active to initialize the target database.
    Put the target database in admin mode.
    Source Server:
    Used  backup_start CompleteData RECOVERY DATA to create a backup of the database.
    Target Server:
    Created a backup medium called Restore and pointed this at the copied backup file.
    In db_admin mode executed a recover_start "Restore" DATA
    db_online
    Re-created the system tables (via wizard or dbmcli)
    Questions:
    Do I need to apply any log backups here (assuming no activity on source)?
    If there were activity on the source and I applied the logs to the target, how do I apply the data that is in the transaction logs but not currently written to the log backup?
    There is no backup history on the target server, how does it know how far to go and that the log recovery is complete?
    Can the backup history be copied from souce to target?
    Thanks,
    Philip.

    Hello Philip,
    SAP Note 1089402 - "Shortening backup history for MaxDB/liveCache instances" is useful in this case:
    The backup history of a database instance that is based on MaxDB is stored in the files dbm.knl and dbm.mdf in the run directory (usually, /sapdb/data/wrk/<DBSID>)
    You can copy these two files in the new server in order to apply the log backup to the restored database BUT... this is not supported by SAP, because as far as I know there is no SAP Notes where you are asked to do so.
    So, the supported procedure is to restore the DB but you shouldn't apply any backup log
    Regards,
    Valerio

  • Move DPM Server and Disk Data to New Server

    What would be the best way to move my current DPM 2012 R2 to a completely new server with all new disks for storage. The data disk are not locally attached storage, but drives physically in the new server and old server. I read the article about moving
    the database but am not sure about the migration of the data. How do I get the data from the old server to the new server when not using an external drive array.
    Thanks

    What would be the best way to move my current DPM 2012 R2 to a completely new server with all new disks for storage. The data disk are not locally attached storage, but drives physically in the new server and old server. I read the article about moving
    the database but am not sure about the migration of the data. How do I get the data from the old server to the new server when not using an external drive array.
    Thanks
    Hi,
    On your new server get DPM installed, make sure your disks with your replica's from the old server are in the new server, restore the DPM DB and then run dpmsync. Once DPM is operational you can move the data to the new disks. You can use a GUI tool by Michael
    Seidl to move the replicas to the new disks. Here is the link:
    https://gallery.technet.microsoft.com/Migrate-DPM-Disk-or-dea8d4e9
    My Blog | www.buchatech.com | www.systemcenterportal.com
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
    in a test environment before implementing!

Maybe you are looking for

  • Remove credit card information from itunes

    I cant seem to use my itunes card instead of it continuing to use my credit card. I have tried even the online instructions they offer, and it still didnt do it only because they arent explaining it right. I need help fixing or an explanation on why

  • Parallel Processing - In conjuction with TWS scheduler.

    We have a .Bat file that uses upshell.exe to execute a custom script we've created. This custom script looks for files in the inbox and moves them to the relevant OpenBatches/OpenBatchesML folder. Once files have been moved it then runs a Parallel pr

  • Getting error message stating lack of disc space, but have only used less than 1GB of 20GB idisc space and been publishing fine until this month

    Why can't I send and email and get an answer to a problem that is clearly personal to my idisc.  What is the point of paying for Apple Care when you can't contact them when they stop access to products that you have already paid for.  I am travelling

  • Changing capitalization date

    hi there My effort is to add tax (area 10) values to existing assets. As of now I have  an asset. capitalization date 1/1/2003 book deprn start date as 05/30/2003. but we want , for tax purposes, in area 10, we need the deprn start date as 1/1/2002.

  • Idoc DOCMAS and check in file

    I'm creating a Document Info Record with an original filepath for a document. All creates OK except that i cannt check the file in to the repository. Can any one give me further information as to how I can check in the original file. Many thanks, Mar