Before connecting the server to the RDG (the state iStartingKernelToSBS), the server sends a request for synchronization of the configuration database. HS runs the synchronization process. When the process is finished, the HS sends an information whether the synchronization was successful (or wasn't) to the server. If it wasn't, the SBS server will be restarted and the process is repeated. Successful synchronization assumes the correct HS configuration.
MS Windows platform
OpenVMS platform
Configuration depends on the database server used:
In case of OpenVMS platform, an Oracle database server can be only used. After request for synchronization, the HS runs the batch file CFGSYNCHRO_SBS_KernelName.COM located in the directory given by the variable DLC_Path in the file GLOBAL.PROPERTIES.
Example: the file CFGSYNCHRO_SBS_KernelName.COM
$ set noon $ @sys$startup:d2000$startup $ @sys$startup:gnat$startup $ @D2000$ORA:ORAUSER D2000 $ SYNCHRO :== $D2000$bin:CFGSYNCHROAUTO.exe $ set def d2000$bin $ DEFINE NLS_LANG "SLOVAK_SLOVAKIA.EE8MSWIN1250" $ $ SHOW WORKING $ SHOW PROCESS /QUOTA $ $ SYNCHRO "D2000" "D2000_DS25B" "RIS_ROVE_SYSCFG" $ |
The last line runs the program cfgsynchroauto.exe with the parameters:
| Parameter | Meaning |
|---|---|
| D2000 | TNS name of the HS configuration database |
| D2000_DS25B | TNS name of the configuration database of the server requesting for synchronization |
| RIS_ROVE_SYSCFG | Name of administrator for accessing the databases |