Skip to content

Commit 3d6ed34

Browse files
Merge branch '4.0.2'
* 4.0.2: Potential fix for DOC-208. Fixed DOC-655 Resolved DOC-785 known issue for EUCA-5033 DOC-1469: more troubleshooting content
2 parents 55a8ff9 + d49ff16 commit 3d6ed34

File tree

5 files changed

+1330
-1613
lines changed

5 files changed

+1330
-1613
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
3+
<task id="ops_ts_instance_com">
4+
<title>Problem: can't communicate with instance</title>
5+
<shortdesc/>
6+
<taskbody>
7+
<context>
8+
<p>Use ping from client (not CLC). Can you ping it?:</p>
9+
</context>
10+
<steps-unordered>
11+
<step>
12+
<cmd>Yes: check open ports on security groups, retry connection (ssh, hhtp, etc) - did it work?</cmd>
13+
<substeps>
14+
<substep>
15+
<cmd>Yes.</cmd>
16+
</substep>
17+
<substep>
18+
<cmd>No: same procedure as if you can't ping it upfront.</cmd>
19+
</substep>
20+
</substeps>
21+
22+
</step>
23+
<step><cmd>If the instance is not there, log in as admin and run
24+
<apiname>euca_describe_instance</apiname>. Is the instance there?</cmd>
25+
<info>
26+
<ul>
27+
<li>If the instance is there, note your A2 and do the following.
28+
<ul>
29+
<li>Run <apiname>euca_describe-az verbose</apiname>. </li>
30+
<li>Note the CC IP</li>
31+
<li>Go to the CC log and grep Instance ID.</li>
32+
</ul>
33+
</li>
34+
<li>If the instance is not there, start over and run a new instance, recreate failure, and
35+
start these steps over.</li>
36+
</ul>
37+
</info>
38+
39+
</step>
40+
</steps-unordered>
41+
</taskbody>
42+
</task>
43+

0 commit comments

Comments
 (0)