|
| 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_fails"> |
| 4 | + <title>Problem: instance runs but fails</title> |
| 5 | + <shortdesc/> |
| 6 | + <taskbody> |
| 7 | + <context> |
| 8 | + <p>Run <apiname>euca_describe_nodes</apiname> to verify if instance is there. </p> |
| 9 | + </context> |
| 10 | + <steps-unordered> |
| 11 | + <step> |
| 12 | + <cmd>If the instance is there:</cmd> |
| 13 | + <substeps> |
| 14 | + <substep> |
| 15 | + <cmd>Go to NC log for that NC and grep your instance ID and see if the instance is there.</cmd> |
| 16 | + <info> |
| 17 | + <ul> |
| 18 | + <li>If the instance is there: is there error message? |
| 19 | + <ul> |
| 20 | + <li>If there is an error message, this clues you in to some helpful information</li> |
| 21 | + <li>No: go to CC log, grep instance ID</li> |
| 22 | + </ul> |
| 23 | + </li> |
| 24 | + </ul> |
| 25 | + </info> |
| 26 | + </substep> |
| 27 | + <substep> |
| 28 | + <cmd>No: go to CC log, grep Instance ID. Is it there error message?</cmd> |
| 29 | + <info> |
| 30 | + <ul> |
| 31 | + <li>Yes: good- this clues you in to some helpful information |
| 32 | + </li> |
| 33 | + <li>No: grep instance ID in cloud-output.log. Is there error message? |
| 34 | + <ul><li>Yes: good - this clues you in to some helpful information</li> |
| 35 | + <li>No: grep volume ID in SC log</li></ul></li> |
| 36 | + </ul> |
| 37 | + </info> |
| 38 | + </substep> |
| 39 | + </substeps> |
| 40 | + |
| 41 | + </step> |
| 42 | + <step><cmd>If the instance is not there, log in as admin and run |
| 43 | + <apiname>euca_describe_instance</apiname>. Is the instance there?</cmd> |
| 44 | + <info> |
| 45 | + <ul> |
| 46 | + <li>If the instance is there, note your A2 and do the following. |
| 47 | + <ul> |
| 48 | + <li>Run <apiname>euca_describe-az verbose</apiname>. </li> |
| 49 | + <li>Note the CC IP</li> |
| 50 | + <li>Go to the CC log and grep Instance ID.</li> |
| 51 | + </ul> |
| 52 | + </li> |
| 53 | + <li>If the instance is not there, start over and run a new instance, recreate failure, and |
| 54 | + start these steps over.</li> |
| 55 | + </ul> |
| 56 | + </info> |
| 57 | + |
| 58 | + </step> |
| 59 | + </steps-unordered> |
| 60 | + </taskbody> |
| 61 | +</task> |
0 commit comments