Questions tagged [synchronization]

489 questions
1
vote
2 answers

Syncronizing multiple exchange servers 2007

We're introducing a new exchange server for several reasons. After the introduction of the new server, and synchronizing it with the old one (mailboxes, contacts, rules, the whole shebang) we're going to be formatting the old machine, install…
1
vote
1 answer

Dropbox like sync in my cpanel hosting

I am on a free hosting service which offers me cpanel.I want to have dropbox like syncing of my files on their server and my local hard disk, this way it serves as a backup and i do not have top upload everything i change. Is it possible to have…
myax
  • 9
  • 1
  • 2
1
vote
3 answers

Sync Large File Shares

What is the best way to sync large sets of files between to geographically separate locations so that both locations have the same file? We have a constantly changing 500gig file share in Location1 with an avg rate of change of (+/- 5 gigs an hour…
l30
1
vote
1 answer

How to sync passwords one-way between windows domains without trust relationship?

We're migrating from Windows 2003 to 2008 SBS. We will run concurrently for a short period of time. I cannot establish a trust relationship between Server 2003 & Server 2008 SBS and I would like to know if there is a way to sync the passwords…
Franco C.
1
vote
3 answers

how much bandwidth is needed to synchronize active directory between two locations

We are planning to set up a branch server (windows 2008) which will be linked to the main active directory server (running windows 2003). What bandwidth do I need to keep the domain synchronized? And is there anything else I need to take care…
1
vote
2 answers

How to synchronize iis between 2008r2 64bit to 2008 32 bit

Does anyone know of a way to synchronize iis between 2008r2 64bit to 2008 32 bit. Msdeploy doesn't seem to like going from 64bit to 32 bit. :( Update: The command I'm running is this (on 2008 32 bit): msdeploy -verb:sync…
1
vote
2 answers

What is the best way to apply your old settings / environment to new server

Let's say you have your favorite settings with zsh, vim, screen, etc., behaving the way you want on some boxes. What is the best way to apply these settings / environments to a new server? Assuming all the necessary software is installed on the same…
Lamnk
  • 1,095
  • 3
  • 11
  • 17
1
vote
2 answers

Synchronizing files between Linux servers, through FTP

I have the following configuration of servers: 1 central linux server, a VPS 8 satellite linux servers, "crappy shared hostings" I have a bunch of files that I need to have in all servers. Right now i'm copying them everywhere manually, but I…
Daniel Magliola
  • 1,432
  • 9
  • 20
  • 33
1
vote
2 answers

SQL Server 'Real Time' Mirroring Possible?

We have a SQL Server that has important databases for our clients, if the server goes down we want another server to be ready to be switched over (we would just change the IP). The question is, how can we automatically sync the primary SQL Server to…
MetaGuru
  • 896
  • 6
  • 22
  • 36
1
vote
2 answers

Your server administrator has limited the number of items you can open simultaneously

I receive the following sync error in Outlook 2007 SP2: Your server administrator has limited the number of items you can open simultaneously. Try closing messages you have opened or removing attachments and images from unsent messages…
Kez
  • 448
  • 4
  • 11
  • 22
1
vote
2 answers

FIM 2010 GAL MA - It appears this forest is not exchange enabled

I am trying to configure a Management Agent (MA) for Global Address List (GAL) sync in FIM 2010. I cannot move to the next step from "Configure GAL" because of an error message saying "It appears this forest is not exchange enabled". Nothing I…
1
vote
1 answer

SQL Server Sync Jobs Betwen Primary and Secondary Server...any script?

Please anybody suggest me how to write a script which compares the jobs on the primary and the secondary server. Thanks, Venk
venk
1
vote
2 answers

How to ensure DNS records consistency between primary DNS servers?

Root DNS servers may be the most typical primary(not read-only) DNS servers. There are currently 13 IP addresses for root DNS servers; however, considering the IP anycast technology, more than 13 root DNS servers are deployed worldwide. If someone…
1
vote
1 answer

Windows Server 2003 Synchronize Not Sticking

We have a Windows Server 2003. It had Raid running on 2 disks. One disk failed and the Raid Controller failed. We replaced the disk and controller and restored everything. No data was lost. The users of that server found that there were a number of…
1
vote
1 answer

Logging nginx rate-limited IPs into a specific file

I'm looking for an approach to synchronize rate-limited IPs between nginx nodes. I want to log these IPs and after that pushing them into a database and developing an agent to update blocked IPs in nginx config files. My challenge is to find a way…