Skip to content

Commit 09bc0b9

Browse files
committed
add troubleshooting #3
1 parent 2f36bca commit 09bc0b9

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,14 @@ The following table lists some difference between two approaches:
11261126
11271127
### Use a pre-defined backup machine
11281128
1129+
To make sure the domain configuration is the same in both machines, this approach move the domain configuration to shared storage, Azure File NFS share.
1130+
1131+
Let's create an Azure Storage Account and NFS share from Azure Portal.
1132+
1133+
1134+
1135+
1136+
11291137
### Use Azure Site Recovery
11301138
11311139
## Validate
@@ -1188,11 +1196,35 @@ Delete the resource group from Azure portal.
11881196
The fingerprint for the ECDSA key sent by the remote host is
11891197
SHA256:VEn4PQNWtIJhA337odSkzhPS1rIZ6oz0Bco6+ZNuvsk.
11901198
Please contact your system administrator.
1191-
Add correct host key in /u01/oracle/.ssh/known_hosts to get rid of this message.
1192-
Offending ECDSA key in /u01/oracle/.ssh/known_hosts:2
1199+
Add correct host key in /u02/oracle/.ssh/known_hosts to get rid of this message.
1200+
Offending ECDSA key in /u02/oracle/.ssh/known_hosts:2
11931201
ECDSA host key for mspvm3 has changed and you have requested strict checking.
11941202
Host key verification failed.
11951203
lost connection
11961204
```
11971205
11981206
Solution: remove `~/.ssh/knownhosts`
1207+
1208+
3. Reports failure: REP-50125: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
1209+
1210+
Error details:
1211+
1212+
```text
1213+
[2008/7/10 4:15:49:891] Info 56025 (RWServer:startServer): Reports Server is starting up
1214+
[2008/7/10 4:15:50:274] Exception 50125 (org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
1215+
at com.sun.corba.se.internal.corba.ORB.getLocalHostName(ORB.java:924)
1216+
at com.sun.corba.se.internal.corba.ORB.checkApplicationPropertyDefaults(ORB.java:880)
1217+
at com.sun.corba.se.internal.corba.ORB.set_parameters(ORB.java:457)
1218+
at com.sun.corba.se.internal.POA.POAORB.set_parameters(POAORB.java:153)
1219+
at com.sun.corba.se.internal.Interceptors.PIORB.set_parameters(PIORB.java:333)
1220+
at org.omg.CORBA.ORB.init(ORB.java:337)
1221+
at oracle.reports.utility.Utility.createORB(Utility.java:1902)
1222+
at oracle.reports.server.RWServer.startServer(RWServer.java:764)
1223+
at oracle.reports.server.RWServer.jniMain(RWServer.java:243)
1224+
): Internal error org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 208 completed: No
1225+
[2008/7/10 4:15:50:282] Info 50002 (RWServer:shutdown): Server is shutting down
1226+
```
1227+
1228+
Root cause: incorret hostname and ip address.
1229+
1230+
Solution: double check entries in /etc/hosts.

0 commit comments

Comments
 (0)