Hi,
I got error, SQL1768N Unable to start HADR. Reason code = "7", when I
tried to start hadr primary database. Here are the hadr configuration
of my primary db:
HADR database role = STANDARD
HADR local host name (HADR_LOCAL_HOS T) = testserver
HADR local service name (HADR_LOCAL_SVC ) = 56000
HADR remote host name (HADR_REMOTE_HO ST) = testserver
HADR remote service name (HADR_REMOTE_SV C) = 56001
HADR instance name of remote server (HADR_REMOTE_IN ST) = db2instance2
HADR timeout value (HADR_TIMEOUT) = 120
HADR log write synchronization mode (HADR_SYNCMODE) = NEARSYNC
Failover log archive path (FAILARCHPATH) =
/logdir1/hadr/
Index re-creation time and redo index build (INDEXREC) = RESTART
Log pages during index build (LOGINDEXBUILD) = ON
Here are the hadr configuration of my standby db:
HADR database role = STANDBY
HADR local host name (HADR_LOCAL_HOS T) = testserver
HADR local service name (HADR_LOCAL_SVC ) = 56001
HADR remote host name (HADR_REMOTE_HO ST) = testserver
HADR remote service name (HADR_REMOTE_SV C) = 56000
HADR instance name of remote server (HADR_REMOTE_IN ST) = db2instance1
HADR timeout value (HADR_TIMEOUT) = 120
HADR log write synchronization mode (HADR_SYNCMODE) = NEARSYNC
Failover log archive path (FAILARCHPATH) =
/logdir2/hadr/
Index re-creation time and redo index build (INDEXREC) = RESTART
Log pages during index build (LOGINDEXBUILD) = ON
The two instances are on the same server. So firewall is not the issue.
Could anyone please help me to find out why?
Thanks.
I got error, SQL1768N Unable to start HADR. Reason code = "7", when I
tried to start hadr primary database. Here are the hadr configuration
of my primary db:
HADR database role = STANDARD
HADR local host name (HADR_LOCAL_HOS T) = testserver
HADR local service name (HADR_LOCAL_SVC ) = 56000
HADR remote host name (HADR_REMOTE_HO ST) = testserver
HADR remote service name (HADR_REMOTE_SV C) = 56001
HADR instance name of remote server (HADR_REMOTE_IN ST) = db2instance2
HADR timeout value (HADR_TIMEOUT) = 120
HADR log write synchronization mode (HADR_SYNCMODE) = NEARSYNC
Failover log archive path (FAILARCHPATH) =
/logdir1/hadr/
Index re-creation time and redo index build (INDEXREC) = RESTART
Log pages during index build (LOGINDEXBUILD) = ON
Here are the hadr configuration of my standby db:
HADR database role = STANDBY
HADR local host name (HADR_LOCAL_HOS T) = testserver
HADR local service name (HADR_LOCAL_SVC ) = 56001
HADR remote host name (HADR_REMOTE_HO ST) = testserver
HADR remote service name (HADR_REMOTE_SV C) = 56000
HADR instance name of remote server (HADR_REMOTE_IN ST) = db2instance1
HADR timeout value (HADR_TIMEOUT) = 120
HADR log write synchronization mode (HADR_SYNCMODE) = NEARSYNC
Failover log archive path (FAILARCHPATH) =
/logdir2/hadr/
Index re-creation time and redo index build (INDEXREC) = RESTART
Log pages during index build (LOGINDEXBUILD) = ON
The two instances are on the same server. So firewall is not the issue.
Could anyone please help me to find out why?
Thanks.
Comment