HP StorageWorks Storage Mirroring Application Notes - Guidelines for using Blackberry Enterprise Server for IBM Lotus Domino (T2558-96060, April 2007)

SAMPLE_UpdateMachineNameSource.SQL
postover.bat preback.bat
/***********************************************************************
SAMPLE SQL script to change the machine name in the BESMGMT database.
prior to failback so that the Blackberry MDS Connection Service functions
properly after failback and restore.
This sample file is provided as an example only. Because no two
environments or configurations are exactly the same, you MUST modify
this script in order to make the solution work in your environment.
Notes:
<source name> = Name of the source server.
<source #> = number of source server in SQL database.
***********************************************************************/
use besmgmt;
update vmdsconfig set machinename='<source name>' where besid='<source #>' ;
go