User Tools

Site Tools


computing:backup:ahsay_migrate

This is an old revision of the document!


Ahsay Migration Notes

Migrate an Account to New Server

Suggested

  1. Shut down source OBS
  2. Move user folder to temporary location
  3. Restart source OBS
  4. Shut down destination OBS
  5. Copy user folder to appropriate user home folder on new OBS
    • rsync -avzr –stats –delete –progress /opt/obs/user/backupuser root@newobs:/mnt/obs_homes_1/
  6. Restart destination OBS
  7. Shut down client services
    • /etc/rc.d/init.d/obmaua stop
    • /etc/rc.d/init.d/obmscheduler stop
  8. Delete client .obm folder
  9. Restart client
  10. Log in as existing user connecting to new server

Windows

Restart ACB Services

net stop OBAScheduler
net stop OBAAutoUpdate
net stop OBACDPService

net start OBAScheduler
net start OBAAutoUpdate
net start OBACDPService

Restart OBM Services

net stop OBScheduler
net stop OBAutoUpdate
net stop OBCDPService

net start OBScheduler
net start OBAutoUpdate
net start OBCDPService
computing/backup/ahsay_migrate.1392657375.txt.gz · Last modified: 2014/02/17 10:16 by gcooper