To make one environment in sync with production XI

Hi All,
Currently I am building my DR(Disaster Recovery) envirornment for our production BOXI R3.1 environment.
Whenever production goes down for long time, we will user DR as a production one. Thus it will work as a failover for production. To do this, DR should be always in sync with production.
I am trying to figure out the best way to make it in sync with production.
One approach is:Copy the CMS database and FRS input/output directories of production to DR CMS database and FRS input/output directories. Then when production goes down, I can start DR envioenment and reroute all users to it. I am thinking to copy CMS database and FRS input/output directories weekly basis. But in our environment FRS input/output directories are huge in size to copy each time and this might cause some n/w problem.
Thereofore I am checking if there is any other best way to make DR in sync with production. Any other feature provided by BO?
Please suggest me any other way which you have already implemented in your organization.
Below are my enviornment details for production as well as DR:
Product: BOXI R3.1
OS: Linux
CMS DB : Oracle 10g
Web Application server: 5.5
Thanks,
Swapnil Rodge.

Hi Seb,
Thanks for quick reply. 
I think there is one problem I can face in this scenario. Please correct me I am wrong. When I repoint DR environment to production CMS database, I need to recreate SIA on DR so that DR BO servcies get register with production CMS database and then only I can bring DR up. Thus production BO servcies entries will be overwritten by DR servciese and when we bring up the producton BOXI, since it uses the same CMS Database, we need to recreate SIA on production host again and all BO servers settings on production will be lost.
We would like to make entire DR environment in sync with production by making CMS database and FRS input/output in sync with production. Therefore I would use separate CMS database and Input/Output FRS for DR. I will keep them in sync with production one. Thus if production goes down, I will bring entire DR environment up without pointing it to CMS database and FRS input/output.
Is there any way to achieve this approach? Can I use Federation for this?
Thanks,
Swapnil Rodge.

Similar Messages

  • How do I transfer music, videos to my iPhone from another computer that is not the one my iPhone syncs with

    How do I transfer music, videos to my iPhone from another computer that is not the one my iPhone syncs with.
    Thank You!

    Take a look at this -> Recovering your iTunes library from your iPod or iOS device
    Short version: iTunes will transfer the purchases made from the iTunes Store on your iPhoneh to your computer. It treats all other music and video syncing as a one-way street, to comply with copyright laws (wont sync stuff not purchased through iTunes from your iPhone to your computer).

  • Service Manager 2010 lab environment syncing with production database

    I am trying to setup a lab environment for SCSM 2010 to test the upgrade to SCSM 2012. I have been following the instructions found here:
    http://technet.microsoft.com/en-us/library/hh914226.aspx
    I have successfully made it to step 16. However, when I open the SCSM console in the lab environment it still shows the Data Warehouse and Reporting buttons. When I create a new ticket in either the lab or production environment it shows up in both consoles,
    even though the production console is connected to the production server and the lab console is connected to the lab server.
    Any ideas on why the lab environment is still syncing with the production server?
    Thanks

    Thread of the Necro-Dancer:
    Regardless, the step Katie was apparently implying (but seems to be missing from her description) is the bit where you backup the database and restore it to a separate instance. after this is done, you can then install a new management server targeting this
    new instance, and then promote the new management server to the workflow server, and run the isolated database using the new management server. 
    i would recommend, however, that you use
    the supported method of producing a upgrade lab with production data, which is very similar to the method Katie implied, includes directions covering all of these steps involved, and allows you to periodically restore production data to the lab database
    with minimal overhead. 
    I didn't notice the date before now. I just look at the latest unanswered posts, so not sure how I got into this one. But technet has been acting weird lately. I get an internal server error far too often.
    http://codebeaver.blogspot.dk/

  • Contacts & iCloud: can you have more than one iCloud account syncing with Contacts on the Mac?

    I want to set up a shared iCloud account for multiple users in a (very) small office environment, where several new iOS devices and, for the moment, two Macs (2012 13" MacBook Pro and 2013 Mac Mini) will be able to read/write to a shared Contacts account – and at the same time maintain a second, personal iCloud account linked to the same Contacts app on one machine, which account's contacts data will remain private and inaccessible to the other Macs/devices which are likewise using the shared account.
    Can this be done? (I.e., can Contacts app on a Mac include separate iCloud accounts?)
    If so, how to set it up?
    Thanks

    Thanks for your answer. There's no problem with others accessing that Mac – it's used by one person only – my question is can you add a second iCloud account to Contacts. Over the past two days I had tried to add the shared iCloud account to Contacts and kept getting failures. But maybe the server was down or the ISP was weird: your response assumes it can be done and so, to my embarrassment, I tried again just now and violá, it's done. Thanks again.
    P.S. Finding a simple presentation that makes clear you can have more than one iCloud accounts syncing to Contacts at the same time was very hard to find, either from Apple or others on the web. Maybe I don't know how to search, but they could do with a clear explanation of this for the uninitiated.

  • How can I make a file server sync with a laptop when it connectsSOLVED

    Ok, first let me say that I looked on the Internet for this but didn't find what I was looking for. I'm going to be setting up a simple file server for my in laws soon...they use windows so I'll be using samba on the server side.
    They have 3 computers and want to be able to have all there files stored in one central place so they can share them easily and also have them backed up at the same time. They have 2 desktops and one laptop.
    The desktops are not a big deal to sync with the server because they are on all the time and I can just use a cron job or something. Then problem is the laptop..
    What can I do to make the laptop automatically sync when it gets on the network? 
    The catch is this needs to be ran from the server side so they have a "hands free" experience or whatever. If you know a way for the laptop to do this in the background I guess that would work too.
    I know this is probably a very simple task but so far everything I find the user would have to manually start the sync.
    Thanks in advance for you help!
    Last edited by jonrd (2008-07-27 04:28:57)

    Is it necessary that all the files are on the local hard disks? In the case of the laptop I could understand this if the laptop is also used outside the network, but the desktops should stay in place, no?
    It could be as easy as to make a shortcut on all the computers to the samba-share and tell the inlaws that they have to use the samba-share to store their (shared) files.
    You are correct about this but I doubt they would remember to use this all the time so I want to sync the folders just in case.
    Assuming the laptop is always going to be in the same IP address when it connects to the network (which is unlikely in default configurations), you could create a script that checks for the existence of the machine on the network then perform a sync.  I had a script written in Python somewhere that would check to make sure the server side was up and run unison, but it could be modified to check for the laptop and copy files.  Let me know if that's something you're interested in and I can post it for you.
    This sounds like what I'm looking for. Also I wander If it could be done by NetBIOS  name instead of ip address? This way It wouldn't matter.
    The script sounds like what I'm looking for though
    Thanks for the help!

  • Make picture bounce in sync with music

    http://www.5min.com/Video/How-to-Make-Stuff-Bounce-to-Music---Motion-3-162040947
    I need a step-by-step instruction on how to do this with After Effects or any Adobe software that you might recommend.
    I've been browsing around the net and can't find a clear answer. The keyframes thingy are too complicated for me so I need a simple solution like the one in the video. I am using Windows 7 so I can't buy the Apple software. Can After Effects do this or should I use Premiere Pro? I'm relatively new at video and audio editing. I want the picture to bounce in sync with the drum beat or cymbals like every 4 seconds or so. Not only that, I want to control the direction to where it bounces to - upper left, upper right, center, etc.

    If keyframes are too complex for you After Effects isn't your tool of choice. I've got 10 year old cub scouts that can use AE. I'd take the bull by the horns and dive into the basics by following this link. 
    Once you have a little more confidence you can run through a tutorial, any tutorial, on using Audio Keyframes. The procedure is very easy. It goes something like this:
    Put the audio in the timeline.
    Use Animate>Keyframe Assistant>Convert Audio to Keyframes to create a null named Audio Amplitude and effects sliders named Left, Right and Both
    Put the image you want to control in the timeline and press S to reveal the scale property.
    Alt click or Option click on the stopwatch to begin an expression.
    Use the pickwhip to connect scale to the Both Channels slider.
    Open up the graph editor, select the Audio Amplitude Both Channels Slider property to reveal he range of the levels you want to use for your animation.
    In this case I want to use 25 to 60 so anything below 25 is 50% scale and anything above 40 is 100% scale
    Modify the expression created in step 5 to look like this:
    temp = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
    s = ease(temp, 25, 40, 50, 100);
    [s, s]
    You're done.
    Do a Google Search for Controlling a layer with audio in After Effects and you'll find dozens of tutorials.

  • I have one icloud account sync with two devices. I made a note on my iphone. Suddenly it lost and all i see is note from my ipad. Is there any way to restore the note? Help me pls. Thanks.

    Please help me as my note from iphone lost when it sync with another device. How can i restore back the note?

    Welcome to the Apple Community.
    The difficulty in restoring iCloud data from a back up is that the back up is older than the current version on iCloud and anything that is restored gets removed again when an iCloud sync occurs. I have previously suggested ways to recover contacts, calendars etc, and other users have confirmed that they work, as such I am making the following suggestions to recover lost notes, but please note, as yet success is unconfirmed ***.
    Recovering your notes is quite time consuming, you may wish not to save all your notes to save some time, if they are not of importance.
    Ensure the device is connected to your local network.
    Start the restore from iCloud back up.
    Allow the devices settings to restore (watch for the confirmation of completion).
    As the apps begin to restore pull the connection to your router WAN port (the one that goes to the telephone point).
    Wait for the time out confirmation.
    Open the 'Notes' app, and open your first note (assuming your deleted notes have now been restored).
    Select the share option at the foot of the screen (rectangle with arrow) and choose mail.
    Send the email to yourself (If they won't send, save them to draft)
    Repeat steps 7 & 8, until you have copied all the notes you wish to save to email.
    Reconnect the router to the internet and let the restore process complete.
    Navigate to settings > iCloud and make sure 'Notes' syncing is enabled.
    Open the 'Notes' app, check that iCloud notes have reverted to how they were before starting the restore.
    Open the 'Mail' app and open the first email you sent yourself and copy the text you want in the note.
    Open the 'Notes' app and create a new note in the iCloud, paste the text you copied.
    Go to iCloud.com on a computer and check that the note has synced to iCloud.
    Repeat steps 12, 13 & 14 until you have recovered all your notes.
    May I suggest that you carry out a back up to iTunes before you try anything, that way should things become even worse, you can at least restore back to where you are now.
    *** As a matter of protocol, anything that I can’t test myself will need to be confirmed by at least 5 individuals before I’m willing to accept it as confirmed. At this time only 2 individuals have confirmed it to work.

  • Will the Apple retail store setup make it difficult to sync with my own PC!

    When I bought my iPad I did set it up at the store, will I then have problem syncing with my home computer?

    If you downloaded apps from iTunes to your iPad before you first synced they will be copied to you computer the first time you since. Just make sure that the proper box on the iTunes sync section is checked.
    Edvard1 wrote:
    But the apps you install before you synced it with your pc, will they be deleted?

  • ATV1 visible to every computer except the one that it syncs with

    Still having troubles with my ATV1 sync'd to a WIndows 7 machine. After numerous resets and deleting of preferences and links, I finally go tthe APpleTV to appear in Devices - re-linked the ATV to iTunes and synchronization started. Several hours later, the ATV was about 3/4 full with video and music, things looking good.
    I started to play a few podcasts on the ATV, and all was good. Changing selections, the ATV froze and went blank. Nothing. On the Windows side, it still showed that it was syncing, but it was stuck on the file that was transferring at the time of the freeze, and never went beyond that. So, I unplugged and restarted the ATV, and likewise shut down iTunes on the WIndows side and rebooted.
    Now, the ATV is visible as a device to any computer on my network except the one to which it is linked. I can share a library from another computer, no problem. But, the ATV just doesn't show up on my Windows machine. If I go to Preferences, under AppleTV I can see that it says the ATV1 is "syncing" but it never shows up in Devices and the ATV1 doesn't acknowledge that it is connected to the master linked library.
    This has been the (intermittent) problem all along... every so often I have to wipe and start over because I can't connect it any longer to the master iTunes library. This has been going on for at least 4-6 months - have had the ATV1 connected to Windows iTunes since it first came out in the stores, but never before with this amount of frustration..
    Any suggestions?
    mh++

    Take a look at this -> Recovering your iTunes library from your iPod or iOS device
    Short version: iTunes will transfer the purchases made from the iTunes Store on your iPhoneh to your computer. It treats all other music and video syncing as a one-way street, to comply with copyright laws (wont sync stuff not purchased through iTunes from your iPhone to your computer).

  • How can i make my ipod touch sync with itunes again?

    recently, my whenever i plugged in ipod touch to itunes on my desktop or laptop computer it does not sync nor shows that itunes has recognized it. How can i fix this?

    iOS: Device not recognized in iTunes for Mac OS X
    Or
    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or                     
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • Tungsten E software Autorun will not load into Vista. Is this common for the T/E software? any way to make the T/E sync with Vista?

    null
    Post relates to: Tungsten E

    Have you tried to browse the CD and start the install using the install.exe. file? You can try this to see if it will install.
    If that doesn't work, you can download Palm desktop from the Palm website and see if that will install.
    Here is a link to the download for Palm desktop 4.1.4;
    http://kb.palm.com/SRVS/NUA/launchKB.asp?c=37014
    One question for you, is your version of Vista 64 bit? To find out right click on the computer icon, go to properties and look for the version number of Windows. If you have 64 bit Vista, you will not be able to sync via the usb cable, there are no USB drivers for 64bit Vista.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://kb.palm.com/SRVS/NUA/launchTab.asp?t=home&fn=tungsten&mn=e&cn=unlocked
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • Apple TV adds all music and deletes one by one as it syncs with iTunes

    HI there,
    Since tech support wants to charge $49 to answer my question, I was hoping that you could help and ease some of my frustration!
    We have an AppleTV and also iTunes on my husband's computer, which is the computer linked to the system. I'm ok streaming the songs from my laptop (not the main computer), but I can't sync my husbands songs from iTunes to the Apple TV. Every time I try, I select sync (all my songs are checked off) and the AppleTV will display all my music, but then as it downloads each individual song, the just downloaded song will disappear from the AppleTV list. Its almost as if its downloading backwards. The iTunes music remains in tact, but once all the downloading is done, the AppleTV is empty. Any advice? I'm sure its a quick fix that I've been overlooking. Please help!

    Welcome to the Apple Community.
    The following article(s) may help you.
    Troubleshooting Homesharing
    Troubleshooting WiFi Networks

  • Tungsten e2 replaced with used one, won't sync with PC

    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

    Hello Riley57, you'll need to perform a Hard Reset on the "new" E2.
    To perform a Hard Reset: (Palm Knowledgebase article #887)
    http://kb.palm.com/wps/portal/kb/common/article/887_en.html
    While pressing and holding the Power button down, tap and release the Reset button in back and continue to hold the Power button down. When the grey Palm logo appears, you can release the Power button.
    You should now see the warning page in about 5 languages. Press the UP direction on the 5-way pad to complete the task. Your Palm will reset itself several times as it re-installs the original programs and erases all your previous data.
    Once the device finishes up, perform a HotSync.  Palm Desktop will recognize it as blank, and ask you "Create a New Hotsync account, or use an Existing one?"   Choose Existing, and select your old Hotsync account name.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Logical standby not synced with primary!

    Dear All,
    I am in a new environment. Oracle 10g database is running on windows 2003 server. This is the primary database and there is a logical database 10gR2 also on windows.
    Since yesterday all SCN were applied on standby and it was 100% synced with production.
    Just not I have seen quering this view  "SELECT APPLIED_SCN, NEWEST_SCN, NEWEST_SCN-APPLIED_SCN LAG, READ_SCN, APPLIED_TIME FROM DBA_LOGSTDBY_PROGRESS;
    That the last update was on 9/30/2013 7:56
    This is a new environment for me, where should i start troubleshooting from?
    Kindly help
    Regards

    Hi, This is what I have found in alert log file
    LOGSTDBY stmt: ALTER USER KAMRAN IDENTIFIED BY  VALUES '***************'
    LOGSTDBY status: ORA-28007: the password cannot be reused
    LOGSTDBY id: XID 0x0009.014.0016c1e2, hSCN 0x0000.7bfb3c98, lSCN 0x0000.7bfb3c98, Thread 1, RBA 0x53a56.0000023d.144, txnCscn 0x0000.7bfb3c9c, PID 320, ORACLE.EXE (P004)
    LOGSTDBY Apply process P004 pid=21 OS id=320 stopped
    Mon Sep 30 07:57:04 2013
    Errors in file c:\oracle\ora10gr2\admin\logstby\bdump\logstby_lsp0_2532.trc:
    ORA-12801: error signaled in parallel query server P004
    ORA-28007: the password cannot be reused
    LOGSTDBY Analyzer process P003 pid=26 OS id=2704 stopped
    LOGSTDBY Apply process P007 pid=30 OS id=2412 stopped
    LOGSTDBY Apply process P008 pid=31 OS id=2656 stopped
    LOGSTDBY Apply process P006 pid=29 OS id=2676 stopped
    LOGSTDBY Apply process P005 pid=28 OS id=2688 stopped
    Mon Sep 30 08:00:39 2013""
    Since this command was issued on standby the sync process is stoped.
    When i query :
    SEQUENCE#, FIRST_TIME, APPLIED FROM DBA_LOGSTDBY_LOG ORDER BY SEQUENCE#; I get
    Row# SEQUENCE# FIRST_TIME APPLIED
    33 342614 9/30/2013 7:56:11 AM CURRENT
    34 342615 9/30/2013 8:00:39 AM NO
    Please help

  • Will my 2nd ipod sync with the first itunes

    I just purchased a second ipod and it doesn't seem like its syncing with itunes. Do I need to reinstall a new itunes with the current serial number/product registration?

    yes it should if you go into the ipod settings and make sure the automatic sync with itunes is deselected then you will be able to sync the library with a number of ipods

Maybe you are looking for

  • JRE 1.5.0_11 Startup Error with MS Windows Vista. Please help!

    Hi there, I am hoping that someone can help me with this very confusing problem. A friend of mine made a program for me last month using java. It works brilliantly on computers running MS Windows 2000 and XP but as soon as I installed it on one runni

  • U330 - Intel X4500MHD not recognizing external display

    I have the U330 (win7 x86) fully updated and an LCD w/ max resolution of 1920x1080 and dvi/vga ports The issue that I have is that when using the intel x4500mhd via the hdmi dvi cable, it does not recognize the monitor. It works if I use the ATI card

  • Trouble installing LELA from the CD.

    For some reason, LELA got uninstalled from my computer.  When I try to re-install it using the CD, the download ends up stuck on one of the .PNG files.  Can anyone help me? I really need to get my network set up on my new laptop tonight.  My job depe

  • Skipping errornous record while loading data

    Hi all, Some times while loading we get loading failed due to error in record no XXXX (invalid char in record. Due to this the entire load fails. Is there any way of skipping this errornous record while loading the data package and load the remaining

  • I bought a used Ipod touch and did a erase on it both settings, music etc.

    I did an erase on my ipod touch when i first got it. Before i did it the ipod was in full working order. I understood i had to wait 2 hours for the process to be done so i plugged it in while it was formating. Well after the status bar disappeared th