What are some of the most popular data mirror programs out there? The only one I know of that seems to fit the bill so far is Double Take and it doesnt have a set price so i had to request a quote (ugh). FolderClone is no good, I need it to run as a service on 2k3 and constantly be running. It doesn't need to mirror things very quickly but it has to do it efficiently, as a background service, and has to work with folders that have a decent amount of activity.
We damaged a file on a windows server 2003 system which caused us to get a grey screen where the login windows should be (it was setup as a domain controller)
We tried booting it in safe mode and all the other modes etc etc.... but to no avail... we couldn't get it to work.
So we wanted to replace the file manually using another pc (by inserting one of the harddrives into the pc, and copying the file to it).
We used a windows XP machine.... imported the harddrive using disk management..... we had to un mirror the drive to be able to access it.
Once the mirror was broken i gave it a drive letter, copied the the new file to it, and, removed the drive letter i assigned it, and tried booting with *just* that drive in the windows 2003 server.
Now it wont boot, it just reboots everytime i tries to start up, probably because we broke the mirror on a different machine.
It still boots from the other untouched drive... that was in the mirror, but we have no way to edit the files on there.
So is there any way to actually get this, once mirrored drive, to boot now its a single disc?
I was wondering what's the best way to move data. Can we install a programme and put those links into it and download into my server? Thank you for your suggestion.
I tried wget, seems not working, speed drops to 0 after 10 secs, don't know what reason.
how to limit the amount of data transfered for a single client in a share hosting scenario using Windows 2003/2008 and NOT using a off-the-shelf control panel.
Within IIS you can limit the number of connections and throttle the transfer rate, but I don't see how to limit the amount of data transferred.
Are the Control Panels monitoring the log files and totaling the amount of data transferred or is there another way to implement data transfer limits?
I have a VPS-A with company A, within, I have 30 accounts.
Now, I wish to split them with min-impact, ie VPS-A with company A and VPS-B with company B (looking for 1 if you can suggest 1 good VPS company) where VPS-B will host also all the accounts in VPS-A.
Then, I wish to be able to have VPS- B mirror to VPS-A and so, if VPS-A is down, my 100 clients in VPS-A will not be affected and automatically swing to VPS-B.
What is my investment and what should I do to acheive that?
Alternatively, I hope, dreamfully, that VPS-A and VPS-B will be both active and VPS-A are VPS-B mirror and vice-versa.
In VPS-A, I have client 1 - 50 active and client 51- 100 mirror from VPS-B and in VPS-B, I have client 51 - 100 active and client 1 - 50 mirror from VPS-A.
In anything, I can balance the load from both VPSs and if one of the VPS is down, I can swing to the other and still with min-impact.
Then, when my faulty VPS is up, how can I swing back the 50 client to the original VPS?
I hope that my client do not need to change their dns if there is a downtime and also, auto update both VPS if there is an content or email uipdate from my client.
In Short,
1. I'm looking for another good VPS
2. How do I achieve mirroring with auto update to 2nd VPS without having my client changing their DNS when my VPS is down.
3. How do I achieve mirroring and load-balancing between 2 VPS without having my ciient changing their DNS when one of it is down and how to restore back when VPS is up again.
Windows Application 2003 crashed on RAID 5 server, we tried to take the NTFS files from the hardrive and mount them on a knobix which was booted from a cdrom drive. Knopix could read the files but it was unable to mount them I guess for compatiblity reasons.
Is there anyway we can get a backup of that ntfs file and restore our data?
Two servers running Windows Server 2008 R2 and Plesk 11.5.30 MU #33 are running into the same problem with my daily FTP backup.
Problem is, the backup is fine as such, but the upload fails with the following error message:
Cannot export dump file 'backup_info_1402241551.xml' to 'ftp://xxx@xxx.net//' [Transport error: unable to send directory to repository: Transport error: unable to put local file C:Program Files (x86)ParallelsPleskPrivateTemp/repo_transport_tmp_01cf317215755ec0ackup_1402241551.zip4 to backup_1402241551.zip4: Curl error: Failed sending data to the peer]Click to expand...
I run a small company and we have a web based application accessed by our customers, this application lets our customers run their business, tracking working, producing parts orders, job cards, invoicing etc.
The database we use is SQL 2005, what we are trying to achieve is have another server, either alongside the existing one, or if it would work at another location where the data from one server is written to the other server, so in the event one server went down we could quickly switch to the second server, my questions -
1, Is this possible? 2, If it is what impact does it have on the performance of server one? 3, Do both servers have to be in the same location? 4, How easy is it to configure assuming its possible. 5, Is there anything else I should be aware of?
one of them, the master server ( we'll call server A ), runs a large web site with a lot of content and a mysql server.
I've setup another server ( we'll call server B ), that is completely in sync with server A, both mysql and all data using mysql replication and rsync for data.
also I've setup round robin dns, which is also working correctly.
Now, my question is:
if server A goes down, and server B picks up after it. how can i get those changes that were made on server B back in sync with server A when it comes back up. example, a use uploads files, or posts/edits/deletes data from mysql.
how should i handle this?
any ideas would be great, I'm sort on stuck on this one for the moment.
We are considering buying rackspace at a datacenter, and setting up two servers. The first would be the primary, lets call it Stewie. The second is called Peter.
Is it possible to setup some sort of either software or hardware solution that automatically mirrors all data from Stewie to Peter automatically?
Basically we want a redundant setup, where if either one of the server fails, the other can take over without any interruption and loss of data.
I was wondering how I can mirror another server, I have a client website and they want redundant DNS so if one of their servers goes offline, the other will keep it up. Any ideas how I can set this up? Is it difficult to do?
We have a webportal that has a lot of data... and we have different versions of this portal in different languages (russian, italian, chinese).
Now for better performance in china we took a web hosting there and made a copy of the portal there...
It is working as expected but it is really hard to mantain different versions of portals on different servers with separated databases and all other important scripts...
Now we are making a rewrite of our system and this rewrite will use a central database and unified data (so a user of the local (eg chinese) portal will be a user of the global portal too!
Now the portal is based on cakePHP and mySQL... so the business logic scripts and the database are only one for all the portal versions. The only thing that changes for each portal are the config files (one per portal).
Now, making it work on one server is easy but we would like to make mirror servers in russia, china and italy. Lets call them B, C and D and the main server: A.
Obviously all the servers should be in synchronisation between themselves. I've read mySQL has a replication function that would deal with the DB synch. What about other files? The portal allows users to upload their photos, avatars, attach documents and video content. We would like this files to be synchronised too... B<=>A C<=>A D<=>A
First of all appologies if this is posted in the wrong forum, was unsure of where to ask the following questions.
We have a web server running a web application accessed by a large number of users during a working day. On an evening the web server is set to back up the database to another web server at a different location.
The server is running SQL 2000 ( although we are just upgrading to SQL 2005)
My question is how easy would it be to setup our server so it "mirrors" to our back up server. What I mean by this is that at periods during a working day the database is transfered to our back up server at periodic intervals, say every 15 mins, so that in event we suffer a problem with our main server could re direct our users to our back up server, with little or no data loss?
If this is possible does it also put extra strain on our server that is being accessed, i.e. would users notice a slow down of server as data is moved about?
If all the above is possible, is there any easy way of pointing our domain name at the back up server within say 15mins or so of main server failure? if our main server went down we could not redirect users form main server to back up, so is there any method of making this happen in event of failure of main server?
I'm building the infrastructure for a live event site.
I have specced 8 app servers but I'm still unsure with regards to MSSQL.
The site functionality makes a single write to the DB with no reads. A simple option would be to have a MSSQL DB instance on each of the APP servers and simply collate the information after the event.
I've also been looking at the mirroring function of 2005 as it would mean we could get away with two MSSQL servers instead of 8.
Has anyone used MSSQL 2005 Mirroring? Is it easy to setup and maintain? Any caveats?
I have two partitions on my server (C and D), looking to mirror both onto my second IDE drive for some fault tolerance.
Just wanted to know whether there are any real benefits in this.
Secondly, is it worth doing both the primary (c) and the data (d) partitions or having just the data partition and using the free space on the second drive for a backup solution (which would later send data to an off-site backup)?
I'm a web designer - not an IT guy, as such I'm not 100% on setting up servers/dev environments etc...
I'm freelance and currently working in-house for a client that has set up a dev server that supposedly mirrors their live site - its a catalogue site with loads of dynamic elements.
The dev site they've set up displays only the html, no images or stylesheets link up when i preview them in dreamweaver as they don't logically link to the page as the pages are templates drawn from various folders.
What I want to know is is it possible to mirror a dev server exactly like the live website so the scripts etc all work as they do on the live site. I'm pretty sure it is as I've worked on dev servers before but not one like this bloody mess. The IT bods here seem to think the dev server is the best that is achievable - are they right? am I missing something???
I can't really answer any technical questions apart from i think the dev server is an apache server - what do i need to explain to the IT bods to get my point across?
I want to prepare myself for getting dugg and whatnot, so I want to mirror my site ahead of tiem. The problem is that it's very db-intensive so there's a db that all mirrors would have to query. What's the best way to deal with multiple dedicated servers in order to spread traffic load and not crash my site?
We’ve been asked to offer a technical proposal for a new established TV station, and the IT manager of the station has a long list of requirements, we covered it all, only one issues lift as we never done it before:
They want about 20-100 GB server for hosting and they want to have a mirror server, incase the 1st server was down, so it would redirect the visitors to the mirror server, I'm thinking of getting them a dedicated or semi-dedicated server, but how do you do the mirror issue. Some one said to get two dedicated servers, but::
1. How we make it that when one is down, it automatically directed to the other, I believe there is software’s for that, so were do we install this software: the original server or the mirror server.
2. Should they be from two different companies and to different countries?
3. The web site will be with CMS and DB, how do you make sure that the mirror server have all the new data that was updated in the 1st server’s DB, do they have like shared DB or something, and how..
Any other information, links, or suggested hosting sites for reliable dedicated server (with big bandwidth) would be greatly appreciated.. thanx
Well I am looking to learn to manage a server (so I won't need to hire others to do what I can do). However I have some basic questions.
1) So lets say you have a server with two identical HDD's and raid 1?? or a SATA controller so that the second HDD is just a mirror of the first HDD when/if the first HDD dies does the SATA controller or RAID card see that the first HDD died and switch to the second HDD so the site that is hosted on the server stays online?? I am thinking yes as that would seem to be the point of having a raid or sata controller and setup ??
Part twoto the question is is their software that you need to install that will make the server email you when/if a HDD dies (so you can do pull the dead one out and replace it with a new one). Or is it just that you would watch some type of server log(s) to stay ontop of if the server is running all good??
Second is how common (these days) is it for a server that would be new and brand name have a HDD die or have some other hardware failure?
A great insight to alot of my research and thank you in advance for any advice given.
I have a server based in HK(with WHMCS) and host several websites. The speed and availability serves the Asia Pacific market/viewers well; but we have several new websites that also targets the European and North American viewers.
I have been researching on getting a dedicated server based in US to mirror our server. Therefore allowing the US/European market to access the website faster. Although we have a few problems (and very little budget to solve it too ;p)
1. We need to sync the two servers in real time ; rsync seems to be the best but is there any other reccomendations?
2. We will make the IP address in each servers the same, so our clients need not change their dns. Do we need IPcast/anycast?
3. Is there anything else that I may have oversight?
This is my first post and had a question about dns and mirroring.
Here is the scenerio :
I have my main website on server1 and it is a whm cpanel server. The website is dynamic and database oriented website.
I have another server - server2 with whm installed on it and I wish to configure both the servers such a way that the data is synchronised on both the servers in particular intervals.
Also I would like to configure dns redundancy in such a way that if one server goes offline for some reason, the website should be immediately resolving from the other server.
I have a client that has one main ecommerce site and search engine ranking is very important.
They also have about 60 other domain names that are relevant to their main domain. example: pizzapie.com & cheesepizza.com.
The question I have is what would be the best way to utilize these domains without getting search engines mad (lose rank). Mirror? Forward? Or should I populate them with the same files? Or same files but change the text around as much as possible?
The last question is basically the same but they also have international domains with the same situation; pizzapie.jp, pizzapie.nz, etc. Would this be any different or does anyone have suggestions how to treat international domain names for ranking in US & the corresponding country?
I currently have a dedicated server with a single hard drive in it with about 800 cPanel accounts. I am purchasing a new server with identical specs but will have 2 hard drives in RAID1 from the same data center.
Is it possible to make an exact image of the first server to avoid any configuration loss on the new server? I have already spoke to the data center about moving the current IPs to the new server and I know moving the cPanel accounts can be done in WHM but I would like to preserve all of the server settings, configurations, and background scripts that I have running.
I have a web and database server (on a Cartikahosting clustered shared Windows host) that provides gift and fleet card authorization to various desktop clients I have throughout the USA and Canada. The database is MySQL and my site is written in ASP.
Even at 99.9% uptime I still have significant problems with downtime and when my site is down, none of my customers can use their prepaid or fleet cards to buy services. Over the past six months my web server has gone down or the database server has had problems, such that my site has been down at least once a month for enough time that my customers have complained to me.
I have decided to add a second authorization server (on a Jodohost shared host)such that if my clients try to reach server1.com (not my actual site, example only - I will provide my site name in private messages only) but server1.com fails to respond, the desktop clients will try to use a second server I want to set up at Jodohost server2.com (also example only).
Is it possible to set up real-time database syncing / mirroring such that I can actually have two redundant servers without running the risk of the servers becoming unsynced?
Any other process or configuration you would recommend? Even moving to a dedicated server won't guarantee me 100% uptime, and my thought that having two independent 99.9% uptime servers would virtually guarantee me 100% uptime if I could get the configuration and set up worked out.
I would like to create an exact copy of my live drive on a daily basis via cron. Is there a good mechanism for doing this *without* taking the main drive offline? It seems like the two common backup solutions: dd and rsync both have issues in this area. I don’t think Rsync can create an exact mirror (including partitions) and dd looks like you need to unmount the drive(s) first.
Both drives are of identical size and installed via the ide controller.
My company requires a Mirrored Server setup. I hope someone can direct me to the right solution which guarantees the least downtime.
- We have 20+ php/mysql websites. - We need two dedicated servers hosted in 2 different datacentres. - Users are directed to the first server. - If the first server is down the users are automatically directed to the 2nd server @ the 2nd datacentre. - The software/hardware which redirects the users need to be fail proof or have an instant backup which takes over incase that goes down too. - Data (databases and files) needs to be synced correctly to avoid data not being mirrored correctly.
I've done some reading and there is alot of mention of the DNS round and load balancers.
However, it seems these two options are also not fail proof.
Would appreciate if someone could simply outlining what system would be best for us for 100% uptime incase of server failure.