Hi all,
my srm service doesn't start automatically on server reboots, but I have no problem starting the service manually.
SRM is using the local SQL DB, I though it's might be because SRM tried to start before the SQL service starts, so I put in the SQL service as the dependency of the SRM service. it didn't fix it.
from the SRM logs, I found these:
Log for VMware Site Recovery Manager, pid=2216, version=1.0.1, build=build-128004, option=Release, section=2
2009-05-29 10:33:06.562 'App' 2220 warning Failed to create console writer
2009-05-29 10:33:06.562 'App' 2252 info Set dump dir to 'C:\Documents and Settings\All Users\Application Data\VMware\VMware Site Recovery Manager\DumpFiles'
2009-05-29 10:33:06.562 'App' 2252 info Intializing the DBManager
2009-05-29 10:33:06.828 'Vdb' 2252 error Connection: Could not connect to database: -1
2009-05-29 10:33:06.828 'App' 2252 warning DBManager error: Could not initialize Vdb connection: ODBC error: (28000) -
MicrosoftSQL Native ClientSQL ServerLogin failed for user 'SRMLogin '.
2009-05-29 10:33:06.828 'App' 2252 error Application initialization error: Could not initialize Vdb connection: ODBC error: (28000) -
MicrosoftSQL Native ClientSQL ServerLogin failed for user 'SRMLogin '.
2009-05-29 10:33:06.828 'App' 2248 info serviceWin32,414 vmware-dr service stopped
anyone got similar problem? any ideas?
thanks