Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(copy editing pre-translation) |
(copy editing pre-translation) |
||
Line 28: | Line 28: | ||
<li>The "log" tab from the same screen will show you the console log for your VM. Look at that for error messages as well.</li> | <li>The "log" tab from the same screen will show you the console log for your VM. Look at that for error messages as well.</li> | ||
</ol> | </ol> | ||
<li>If you can't restart your VM, submit a ticket to the cloud queue by emailing cloud@computecanada.ca. Include your name, username, hosting cloud, project name, VM ID, the issue you are seeing, and the steps you have taken to trouble-shoot it so far. You can find the VM ID by clicking on your instance, then looking at the | <li>If you can't restart your VM, submit a ticket to the cloud queue by emailing cloud@computecanada.ca. Include your name, username, hosting cloud, project name, VM ID, the issue you are seeing, and the steps you have taken to trouble-shoot it so far. You can find the VM ID by clicking on your instance, then looking at the Overview tab. For more on submitting tickets see [[Technical support/en|Technical Support]].</li> | ||
</ol> | </ol> | ||
<li>Can you reach your VM | <li>Can you reach your VM using SSH (Secure Shell protocol)? | ||
<ol style="list-style-type:lower-roman"> | <ol style="list-style-type:lower-roman"> | ||
<li>If you can’t reach your application or web service hosted on your VM, but you have followed steps 1-4 and your VM is running, then | <li>If you can’t reach your application or web service hosted on your VM, but you have followed steps 1-4 and your VM is running, then try to connect using SSH. You can find instructions for doing this in the [[Cloud Quick Start/en|Cloud Quick Start Guide]], near the bottom of the page at "Connecting to your VM with SSH".</li> | ||
<li>If you | <li>If you get a login prompt, verify you are using the correct key pair and username. To check which key pair you should be using, click on "Compute" on the left-side menu of the OpenStack page, then "Instances", then look for the column “Key Pair”. The correct username depends on the operating system of your VM: | ||
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | {| class="wikitable" style="margin-left: auto; margin-right: auto; border: none;" | ||
|- | |- | ||
Line 46: | Line 46: | ||
| Fedora || fedora | | Fedora || fedora | ||
|} | |} | ||
(If you explicitly changed your username with a custom CloudInit script, then the above table does not apply. The correct username will be what you changed it to.) | |||
</li> | </li> | ||
<li>If you | <li>If you do not get a login prompt, double check your security settings: | ||
<ol style="list-style-type:disc"> | <ol style="list-style-type:disc"> | ||
<li>Verify your own | <li>Verify that your own IP address has not changed. Check your IP address by opening this link in a browser: [http://https:/ipv4.icanhazip.com/ https:/ipv4.icanhazip.com/]. Your IP address must be allowed in the security settings in order for you to reach your VM. If it has changed, add a new rule to your Security Group as described in the next item.</li> | ||
<li>Check that your | <li>Check that your IP address is unblocked for SSH connections to your VM. Click on “Network” in the left-hand side navigation panel, then "Security groups". Find the security group for your VM and click "Manage Rules". This will be the "default" group unless you have set up a separate group for your VM. There should be a rule there with Direction "Ingress", IP Protocol "TCP", and Port Range "22 (SSH)", with Remote IP Prefix your-ip-address/32. If this rule is not there, click add rule, select SSH from the list, then enter your-ip-address/32 in the CIDR field box at the bottom and click "Add".</li></ol></ol> | ||
<li>If you have completed all these steps and still cannot connect to your instance, | <li>If you have completed all these steps and still cannot connect to your instance, submit a ticket to cloud@computecanada.ca and provide the cloud name, project name, instance UUID, and all information collected from the above steps. To find the instance UUID, click on "Instances" in the left-hand side navigation panel, then on the specific instance name you are having trouble with, then the Overview tab for that instance, and look for the "ID" field. The UUID will be a long string of letters, numbers, and dashes.</li> | ||
<li>More information for contacting support and ticket submission best practices etc. can be found | <li>More information for contacting support and ticket submission best practices etc. can be found at [[Technical support/en|Technical Support]].</li></ol> | ||
==Issue: I can't delete my volume== <!--T:4--> | ==Issue: I can't delete my volume== <!--T:4--> |