-3

I am upgrading my servers and instead of migrating which is a lot of downtime, I opted for HDD swap. The web host as suggested that there may be data loss if swapping takes place.

I am running RHEL 5, RAID

Will there be data loss?

Jean
  • 261
  • 7
  • 15
  • Sounds like a question you should ask your host. But you have backups, so if you do lose any data, you can always restore from those, right? – HopelessN00b Nov 27 '12 at 19:41
  • @HopelessN00b They said there would be loss of data, something I do not understand. They could just power down the servers swap, power up new servers. What is so difficult, or am I missing something here? – Jean Nov 27 '12 at 19:43
  • @longneck Q updated – Jean Nov 27 '12 at 19:44
  • See http://serverfault.com/q/440352/3139 – Jeff Ferland Nov 27 '12 at 19:50
  • 1
    @Jean Again, this a question for your host. "*Why* would moving a hard drive cause data loss? And what, **exactly** does 'data loss' mean?" And again, you have backups, so it's not a big deal either way, right? – HopelessN00b Nov 27 '12 at 19:53
  • This question is unanswerable in its current form. (hardware RAID or software RAID (or motherboard FakeRAID)? If hardware RAID, same or different controllers in the target system? You should ask your host ***WHY*** they expect there to be data loss, and the *nature* of that data loss, etc. -- You need to do your homework in order for us to help you. There's insufficient background research here. – voretaq7 Nov 27 '12 at 21:20

1 Answers1

2

Any time you move disks around, there's a chance for data loss, stemming from many possible causes including but not limited to:

  • DC tech drops your disks on the way to the new server
  • DC tech doesn't wear proper grounding straps and fries a controller board one or more drives
  • RAID gets misconfigured on the new system and over-writes all of your data
  • Drives get inserted in the wrong order, confusing the RAID controller
  • etc., etc.

All this to say that if you have backups, don't worry about it. If you do not have backups, do not migrate nor doing anything else on your server until you're sure you have watertight backup and restore procedures down pat.

The chances are fairly slim of any of the above things happening, but the chances are non-zero, so you need to do your due diligence in preparing for the migration by double and triple-checking your backup situation.

EEAA
  • 108,414
  • 18
  • 172
  • 242