diff --git a/content/guides/anvil/connecting_to_linux_instances_from_mac.md b/content/guides/anvil/connecting_to_linux_instances_from_mac.md index 6fb1178e0f8736b18703bbedc76b030a7482cc1b..db8a00429830c21e4d56a7405712a1f5ac382738 100644 --- a/content/guides/anvil/connecting_to_linux_instances_from_mac.md +++ b/content/guides/anvil/connecting_to_linux_instances_from_mac.md @@ -1,20 +1,12 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Connecting to Linux Instances from Mac </span> -================================================================================ - -Created by <span class="author"> Adam Caprez</span>, last modified on -Feb 11, 2016 - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> ++++ +title = "Connecting to Linux Instances from Mac" +description = "How to connect to Linux-based instance from a Mac" ++++ +{{% notice info %}} This guide assumes you associated your SSH Key Pair with the instance -when it was created, and that you are connected to the [Anvil -VPN](Connecting-to-the-Anvil-VPN_13042829.html). +when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} Access to Linux instances is via standard SSH, however SSH keys are used as opposed to entering a username and password. @@ -22,65 +14,39 @@ as opposed to entering a username and password. Start the built-in *Terminal* application, located in the *Utilities* folder under *Applications.* -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599111.png" class="confluence-embedded-image confluence-content-image-border" width="598" height="67" /></span> +{{< figure src="/images/13599111.png" width="598" height="67" >}} -Login into the web dashboard -at <a href="https://anvil-beta.unl.edu/" class="external-link">https://anvil-beta.unl.edu</a>. - From the left-hand side menu, choose *Instances.* +Login into the web dashboard atn https://anvil.unl.edu. +From the left-hand side menu, choose *Instances.* -*<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599115.png" class="confluence-embedded-image confluence-content-image-border" width="226" height="374" /></span>* +{{< figure src="/images/13599115.png" width="226" height="374" >}} This will show a table with the running instances and a few details about them. Take note of the *IP address* entry; this is the address that will be used to connect. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599117.png" class="confluence-embedded-image confluence-content-image-border" width="1064" height="133" /></span> +{{< figure src="/images/13599117.png" width="1064">}} In this example, the private key file is assumed to be on the desktop, and named `anvil_key`. Depending on which Linux OS you're using in your -instance, the username to use will be different. See the [Available -Images](Available-Images_13042823.html) page for a table with the -username to use for each OS. In the *Terminal* application, run the -command `ssh -i ~/Desktop/anvil_key centos@<ip address>`, substituting -the IP address of your instance. For the example here, it would look +instance, the username to use will be different. See the +[Available Images]({{< relref "available_images" >}}) +page for a table with the username to use for each OS. +In the *Terminal* application, run the commandi + +{{< highlight bash >}}ssh -i ~/Desktop/anvil_key centos@<ip address> {{< /highlight >}} + +substituting the IP address of your instance. For the example here, it would look like: -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599097/13599205.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599205.png" >}} The first time you connect, you will get a warning; type `yes` and hit Enter to continue connecting. Subsequent connections will not show this warning. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599097/13599208.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599208.png" >}} You will now be logged into your instance and can use it. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599212.png" class="confluence-embedded-image" width="592" height="376" /></span> - - - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[mac1.png](attachments/13599097/13599111.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting1.png](attachments/13599097/13599115.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting2.png](attachments/13599097/13599117.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting3.png](attachments/13599097/13599205.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting4.png](attachments/13599097/13599209.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting4.png](attachments/13599097/13599208.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[connecting5.png](attachments/13599097/13599212.png) (image/png) - - +{{< figure src="/images/13599212.png" width="592" >}} diff --git a/content/guides/anvil/connecting_to_linux_instances_from_windows.md b/content/guides/anvil/connecting_to_linux_instances_from_windows.md index 878b03cd1119ba778a0b29336c247da20ff951ae..3fd561a0529db69a07b85e418e29ce877428fbe2 100644 --- a/content/guides/anvil/connecting_to_linux_instances_from_windows.md +++ b/content/guides/anvil/connecting_to_linux_instances_from_windows.md @@ -1,129 +1,76 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Connecting to Linux instances from Windows </span> -==================================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified on -Feb 11, 2016 - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> ++++ +title = "Connecting to Linux Instances from Windows" +description = "How to connect to Linux-based instance from Windows" ++++ +{{% notice info %}} This guide assumes you associated your SSH Key Pair with the instance -when it was created, and that you are connected to the [Anvil -VPN](Connecting-to-the-Anvil-VPN_13042829.html). +when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} If do not already have the PuTTY package installed, download and install -it -from <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.66-installer.exe" class="external-link">this link</a>. - Once installed, start PuTTY. +it from [this link](https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe). +Once installed, start PuTTY. -Login into the web dashboard -at <a href="https://anvil-beta.unl.edu/" class="external-link">https://anvil-beta.unl.edu</a>. - From the left-hand side menu, choose *Instances.* +Login into the web dashboard at https://anvil-beta.unl.edu/. +From the left-hand side menu, choose *Instances*. -**<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599115.png" class="confluence-embedded-image confluence-content-image-border" width="226" height="374" /></span>** +{{< figure src="/images/13599115.png" width="226" height="374" >}} This will show a table with the running instances and a few details -about them. Take note of the *IP address* entry; this is the address +about them. Take note of the *IP address* entry; this is the address that will be used to connect. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599097/13599117.png" class="confluence-embedded-image confluence-content-image-border" width="1064" height="133" /></span> +{{< figure src="/images/13599117.png" width="1064" >}} In this example, the private key file is assumed to be -named `anvil_key.ppk `and saved on the desktop. In PuTTY window, click -the '+' icon next to *SSH *under *Connection* to expand the menu. +named `anvil_key.ppk` and saved on the desktop. In PuTTY window, click +the '+' icon next to *SSH* under *Connection* to expand the menu. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599229.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599229.png" width="450" >}} Next, click the *Auth* menu item. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599231.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599231.png" width="450" >}} Click the *Browse* button and the select the `anvil_key.ppk `file. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599236.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599236.png" width="450" >}} With the private key selected, click the *Session* menu option at the top to return to the original PuTTY window. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599239.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599239.png" width="450" >}} -Fill in the *Host Name (or IP address)* field with the IP address of you +Fill in the *Host Name (or IP address)* field with the IP address of you instance. Choose a name to save the settings for your instance with and enter it in the *Saved Sessions* field. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599242.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599242.png" width="450" >}} Click the *Save* button to save everything. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599246.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599246.png" width="450" >}} Next, click *Open* to connect to your instance. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599107/13599248.png" class="confluence-embedded-image" width="450" /></span> +{{< figure src="/images/13599248.png" width="450" >}} Since this is the first time connecting to the instance, a warning box will appear. Click *Yes* to continue and save the instance's key. This warning box will not appear on subsequent connections. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599107/13599251.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599251.png" >}} You should then see a terminal window prompting for a username. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599107/13599255.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599255.png" >}} - Depending on which Linux OS you're using for your instance, the -username will be different. See the [Available -Images](https://hcc-docs.unl.edu/display/HCCDOC/Available+Images) page -for a table with the username corresponding to each OS. The +Depending on which Linux OS you're using for your instance, the +username will be different. See the +[Available Images]({{< relref "available_images" >}}) +page for a table with the username corresponding to each OS. The example instance here is CentOS, so the username is `centos.` Enter the appropriate username and hit Enter. You should then be logged in. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599107/13599258.png" class="confluence-embedded-image" /></span> - -** -** - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty1.PNG](attachments/13599107/13599229.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty2.PNG](attachments/13599107/13599233.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty2.PNG](attachments/13599107/13599231.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty3.PNG](attachments/13599107/13599236.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty4.PNG](attachments/13599107/13599239.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty5.PNG](attachments/13599107/13599242.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty6.PNG](attachments/13599107/13599246.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty7.PNG](attachments/13599107/13599248.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty8.PNG](attachments/13599107/13599251.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty9.PNG](attachments/13599107/13599255.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[putty10.PNG](attachments/13599107/13599258.png) (image/png) - - +{{< figure src="/images/13599258.png" >}} diff --git a/content/guides/anvil/connecting_to_linux_instances_using_x2go.md b/content/guides/anvil/connecting_to_linux_instances_using_x2go.md index 8670dee673fda9e80f5db41f337787e27d948e28..b652c71ed57416408e62596b3ba2a4f20741e975 100644 --- a/content/guides/anvil/connecting_to_linux_instances_using_x2go.md +++ b/content/guides/anvil/connecting_to_linux_instances_using_x2go.md @@ -1,53 +1,40 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Connecting to Linux instances using X2Go </span> -================================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified on -Sep 12, 2016 - -Install X2Go Client -------------------- - -- Linux - - On RedHat or CentOS, enable EPEL repo and install x2goclient - package - - On Fedora, install x2goclient package -- On Windows or OSX, download and run the X2Go Client installer - from <a href="http://wiki.x2go.org/doku.php/download:start" class="external-link">http://wiki.x2go.org/doku.php/download:start</a> or ++++ +title = "Connecting to Linux Instances using X2Go" +description = "How to connect to Linux-based instances using X2Go (for images with Xfce)" ++++ + +### Install the X2Go Client + +- Linux + - On RedHat or CentOS, enable EPEL repo and install the `x2goclient` package + - On Fedora, install the `x2goclient` package +- On Windows or OSX, download and run the X2Go Client installer + from http://wiki.x2go.org/doku.php/download:start or via the direct links below - - <a href="http://code.x2go.org/releases/X2GoClient_latest_mswin32-setup.exe" class="external-link">Windows installer direct link</a> - - <a href="http://code.x2go.org/releases/X2GoClient_latest_macosx.dmg" class="external-link">OS X 10.6 or higher installer direct link</a> - - <a href="http://code.x2go.org/releases/X2GoClient_latest_macosx_10_9.dmg" class="external-link">OS X 10.9 or higher installer direct link</a> + - [Windows installer direct link](http://code.x2go.org/releases/X2GoClient_latest_mswin32-setup.exe) + - [OS X 10.6 or higher installer direct link](http://code.x2go.org/releases/X2GoClient_latest_macosx.dmg) + - [OS X 10.9 or higher installer direct link](http://code.x2go.org/releases/X2GoClient_latest_macosx_10_9.dmg) -Start an instance on Anvil --------------------------- +### Start an instance on Anvil with Xfce -Start a new instance with any of the [images that include -Xfce](Available-Images_13042823.html). +Start a new instance with any of the +[images that include Xfce]({{< relref "available_images" >}}). Steps: 1. Under Compute... Instances... click the 'Launch Instance' button 2. Choose 'Boot from image', and select your desired image (here - 'CentOS 7.2 Xfce' is used) - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520061.png" class="confluence-embedded-image confluence-content-image-border" width="550" height="556" /></span> + 'CentOS 7.2 Xfce' is used) + {{< figure src="/images/16520061.png" width="550" >}} 3. On the 'Access and Security' tab, ensure the 'default' security group is checked. This will allow incoming SSH access. - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520060.png" class="confluence-embedded-image confluence-content-image-border" height="250" /></span> -4. On the 'Networking' tab, add the 'Cluster Interface' network only - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520059.png" class="confluence-embedded-image confluence-content-image-border" width="550" /></span> + {{< figure src="/images/16520060.png" height="250" >}} +4. On the 'Networking' tab, add the 'Cluster Interface' network only + {{< figure src="/images/16520059.png" width="550" >}} 5. Launch the instance 6. On the instances page, note the IP Address of your new instance -Connect with the X2Go Client ----------------------------- +### Connect with the X2Go Client Create a new session with the following settings: @@ -58,47 +45,19 @@ Create a new session with the following settings: 4. Session type: XFCE 5. Click 'OK' to save your new session -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520057.png" class="confluence-embedded-image confluence-content-image-border" width="550" /></span> - - +{{< figure src="/images/16520057.png" width="550" >}} Open the connection: 1. Anvil instances are on a private network. To reach them with SSH, - you'll need to connect to the [Anvil - VPN](Connecting-to-the-Anvil-VPN_13042829.html) + you'll need to connect to the + [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). 2. Click on the session in X2Go Client to open it 3. The first time you connect, you'll be asked to confirm the SSH key - of the remote server. - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520058.png" class="confluence-embedded-image confluence-content-image-border" width="500" height="103" /></span> + of the remote server. + {{< figure src="/images/16520058.png" width="500" >}} 4. After a couple seconds, a desktop will open. Click 'Use default config' to get a standard Xfce Linux desktop. - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520055.png" class="confluence-embedded-image confluence-content-image-border" width="345" height="150" /></span> -5. You're ready to use your Xfce Linux desktop - <span - class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16520062/16520056.png" class="confluence-embedded-image confluence-content-image-border" width="333" height="250" /></span> - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[xfce-startup.png](attachments/16520062/16520055.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[xfce.png](attachments/16520062/16520056.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[x2go.png](attachments/16520062/16520057.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[ssh.png](attachments/16520062/16520058.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instance-3.png](attachments/16520062/16520059.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instance-1.png](attachments/16520062/16520061.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instance-2.png](attachments/16520062/16520074.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instance-2.png](attachments/16520062/16520060.png) (image/png) - - + {{< figure src="/images/16520055.png" width="345" >}} +5. You're ready to use your Xfce Linux desktop + {{< figure src="/images/16520056.png" width="333" >}} diff --git a/content/guides/anvil/connecting_to_windows_instances.md b/content/guides/anvil/connecting_to_windows_instances.md index 6832dd97f69471438d1e01629b9810d77abea41e..327a9f1963e00e007286c9509a532cbec5c4285a 100644 --- a/content/guides/anvil/connecting_to_windows_instances.md +++ b/content/guides/anvil/connecting_to_windows_instances.md @@ -1,165 +1,91 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Connecting to Windows Instances </span> -========================================================================= - -Created by <span class="author"> Adam Caprez</span>, last modified on -Oct 01, 2018 - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> ++++ +title = "Connecting to Windows Instances" +description = "How to connect to Windows-based instances" ++++ +{{% notice info %}} This guide assumes you associated your SSH Key Pair with the instance -when it was created, and that you are connected to the [Anvil -VPN](Connecting-to-the-Anvil-VPN_13042829.html). +when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} Access to Windows instances is provided via Remote Desktop (RDP). When the Windows instance is created, the password is set randomly using your SSH Key Pair. This password can be retrieved via the Dashboard web interface, and then is used to login via Remote Desktop. -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> - +{{% notice info %}} Due to the size of the image and other factors, it may take several minutes for a Windows instance to complete setup and be accessible. It -is recommended to wait **10 minutes** after the *Status* field shows +is recommended to wait **15 minutes** after the *Status* field shows *Active* before trying to connect. +{{% /notice %}} Once your instance is running, login to the Anvil web dashboard -at <a href="https://anvil-beta.unl.edu/" class="external-link">https://anvil-beta.unl.edu</a> and -click the *Instances* menu option on left-hand side. You should see an -entry for your instance similar to the following: +at https://anvil.unl.edu and click the *Instances* menu option on left-hand side. +You should see an entry for your instance similar to the following: -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042887.png" class="confluence-embedded-image" width="900" /></span> +{{< figure src="/images/13042887.png" width="900" >}} Click the down arrow next to *Create Snapshot* to open the drop-down menu and select *Retrieve Password*: -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042846.png" class="confluence-embedded-image" height="400" /></span> +{{< figure src="/images/13042846.png" height="400" >}} This will open a new pop-up window where you will need to select -your **private** SSH key file. Click the *Choose File* button to open a +your **private** SSH key file. Click the *Choose File* button to open a file explorer window. - -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042857.png" class="confluence-embedded-image" width="600" /></span> +{{< figure src="/images/13042857.png" width="600">}} Navigate to your private key file and choose to open the file. The large text box should now have the contents of your private key. Click -the *Decrypt Password* button: - -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042860.png" class="confluence-embedded-image" width="600" /></span> +the *Decrypt Password* button: -The randomly generate password should appear in the *Password* field. +{{< figure src="/images/13042860.png" width="600" >}} -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042862.png" class="confluence-embedded-image" width="600" /></span> +The randomly generate password should appear in the *Password* field. - +{{< figure src="/images/13042862.png" width="600" >}} Copy and paste this password into a convenient text editor. Next, start your Remote Desktop client. If you are using Windows, you -will already have the Windows-provided client program installed. For -Mac users, there is a -free <a href="https://itunes.apple.com/us/app/microsoft-remote-desktop/id714464092?mt=8" class="external-link">Microsoft client</a> +will already have the Windows-provided client program installed. For +Mac users, there is a free [Microsoft client](https://itunes.apple.com/us/app/microsoft-remote-desktop/id714464092?mt=8") in the app store. -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> - +{{% notice info %}} Older Remote Desktop clients may have problems connecting to Windows 10 instances due to changes in the security protocols for Remote Desktop. Be sure to use an up-to-date client program when connecting to Windows 10 instances. +{{% /notice %}} Determine the IP address of your instance by looking at the fourth column entry on the *Instances* page: -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042890.png" class="confluence-embedded-image" width="900" /></span> +{{< figure src="/images/13042890.png" width="900" >}} Start your Remote Desktop client, enter the IP address in the name (or address) field, and click "Connect": -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13042841/13042879.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13042879.png" >}} When prompted, enter **cloud-user** for the username if connecting to a Windows 7 instance; **.\\cloud-user** if connecting to a Windows 10 instance, and the previously recovered password. -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> - -For Windows 7, the username used to connect is always <span -style="color: rgb(0,0,255);">`cloud-user`</span> +{{% notice info %}} +For Windows 7, the username used to connect is always `cloud-user` -For Windows 10, the username used to connect is always <span -style="color: rgb(0,0,255);">`.\cloud-user`</span> +For Windows 10, the username used to connect is always `.\cloud-user` +{{% /notice %}} You may see a warning box about the certificate of the remote computer. - To avoid this warning in the future, check the box that says "Don't ask +To avoid this warning in the future, check the box that says "Don't ask me again for connections to this computer". -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13042841/13042885.png" class="confluence-embedded-image" height="400" /></span> +{{< figure src="/images/13042885.png" height="400" >}} Click "Yes" to continue connecting. The Remote Desktop session should then start and you will be connected to your instance. - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.04.32 PM.png](attachments/13042841/13042845.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.11.01 PM.png](attachments/13042841/13042846.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.13.42 PM.png](attachments/13042841/13042850.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.14.54 PM.png](attachments/13042841/13042853.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.32.50 PM.png](attachments/13042841/13042874.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.34.24 PM.png](attachments/13042841/13042857.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.41.02 PM.png](attachments/13042841/13042861.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.41.02 PM.png](attachments/13042841/13042860.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.43.58 PM.png](attachments/13042841/13042862.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-28 at 5.32.50 PM.png](attachments/13042841/13042855.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[Capture.PNG](attachments/13042841/13042883.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[Capture.PNG](attachments/13042841/13042879.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[Capture2.PNG](attachments/13042841/13042885.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-29 at 4.18.33 PM.png](attachments/13042841/13042887.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-01-29 at 4.18.33 PM2.png](attachments/13042841/13042890.png) -(image/png) - - diff --git a/content/guides/anvil/creating_an_instance.md b/content/guides/anvil/creating_an_instance.md index 5c3bac897040b511c75907d5a2b112ebf56a13ac..7dcf37e7243cd4a2d5850853a6a0a08fe0fbfd1f 100644 --- a/content/guides/anvil/creating_an_instance.md +++ b/content/guides/anvil/creating_an_instance.md @@ -1,98 +1,60 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Creating an Instance </span> -============================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified by -<span class="editor"> Carrie Brown</span> on Jun 26, 2018 - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> ++++ +title = "Creating an Instance" +description = "How to create an instance on Anvil" ++++ +{{% notice info %}} This guide assumes you have already created SSH keys -([Windows](Creating-SSH-key-pairs-on-Windows_13598839.html) \| [Mac](Creating-SSH-key-pairs-on-Mac_13598841.html)) -and [added](Adding-SSH-Key-Pairs_13599025.html) them to your account, -and if off-campus that you are connected to the [Anvil -VPN](Connecting-to-the-Anvil-VPN_13042829.html). - -To create an instance, an *Image* is combined with a *Flavor*. - Regardless of whether creating a Linux or Windows instance, the steps -are the same. See the [Available -Images](Available-Images_13042823.html) and [Anvil Instance -Types](Anvil-Instance-Types_13042763.html) for details on which images +([Windows]({{< relref "creating_ssh_key_pairs_on_windows" >}}) | [Mac]({{< relref "creating_ssh_key_pairs_on_mac" >}})) +and [added]({{< relref "adding_ssh_key_pairs" >}}) them to your account, +and if off-campus that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} + +To create an instance, an *Image* is combined with a *Flavor*. +Regardless of whether creating a Linux or Windows instance, the steps +are the same. See the [Available Images]({{< relref "available_images" >}}) +and [Anvil Instance Types]({{< relref "anvil_instance_types" >}}) for details on which images and flavors are available. Unless you have a specific reason to choose otherwise, it's recommended to start with the smallest flavor usable with your instance. -Login into the web dashboard at -<a href="https://anvil.unl.edu" class="external-link">https://anvil.unl.edu</a>. - On the left-hand side menu, choose *Images*. +Login into the web dashboard at https://anvil.unl.edu. +On the left-hand side menu, choose *Images*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599060.png" class="confluence-embedded-image confluence-content-image-border" width="229" height="371" /></span> +{{< figure src="/images/13599060.png" >}} Click the *Public* button to see the list of publicly available images. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599064.png" class="confluence-embedded-image confluence-content-image-border" width="850" /></span> +{{< figure src="/images/13599064.png" >}} Choose whichever OS you would like and click the *Launch Instance* button on the right-hand side of the table. Here, CentOS 6.7 will be used as an example. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599068.png" class="confluence-embedded-image confluence-content-image-border" width="850" height="338" /></span> +{{< figure src="/images/13599068.png" >}} A pop-up box will appear with additional details about the instance. First, enter a name for the instance and choose the flavor from the drop-down menu. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599073.png" class="confluence-embedded-image" width="600" /></span> +{{< figure src="/images/13599073.png" width="600" >}} Next, click the *Access & Security* tab. Make sure to select your SSH key pair from the drop-down menu, and check the *default* box under *Security Groups*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599077.png" class="confluence-embedded-image confluence-content-image-border" width="600" /></span> +{{< figure src="/images/13599077.png" width="600" >}} Next, click the *Networking* tab. Click the small blue '+' icon in the *Cluster Interface* box to add it to the *Selected networks.* -*<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599081.png" class="confluence-embedded-image" width="600" /></span>* + +{{< figure src="/images/13599081.png" width="600" >}} Finally, click the *Launch* button to start the instance. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599047/13599082.png" class="confluence-embedded-image" width="600" /></span> +{{< figure src="/images/13599082.png" width="600" >}} The *Instances* page will load, and there will be an entry for the newly created instance. It may take several minutes for the instance to complete the provisioning and startup process. - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances1.png](attachments/13599047/13599060.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances2.png](attachments/13599047/13599064.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances3.png](attachments/13599047/13599070.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances3.png](attachments/13599047/13599068.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances4.png](attachments/13599047/13599073.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances5.png](attachments/13599047/13599077.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances6.png](attachments/13599047/13599081.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[instances7.png](attachments/13599047/13599082.png) (image/png) - - diff --git a/content/guides/anvil/creating_and_attaching_a_volume.md b/content/guides/anvil/creating_and_attaching_a_volume.md index b7dc4a39539e8bf9581bd0cee65ba522847a83cb..5d337a36a34427926b14546f43e967e2824e2e59 100644 --- a/content/guides/anvil/creating_and_attaching_a_volume.md +++ b/content/guides/anvil/creating_and_attaching_a_volume.md @@ -1,88 +1,46 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) ++++ +title = "Creating and attaching a volume" +description = "How to create and attach a volume to your instance." ++++ -<span id="title-text"> HCC-DOCS : Creating and attaching a volume </span> -========================================================================= - -Created by <span class="author"> Adam Caprez</span>, last modified by -<span class="editor"> Carrie Brown</span> on Jun 26, 2018 - -Log into the Anvil web dashboard -at **<a href="https://anvil.unl.edu/" class="external-link">https://anvil.unl.edu</a>** using +Log into the Anvil web dashboard at https://anvil.unl.edu using your HCC credentials. On the left-hand side menu, click *Volumes*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599301.png" class="confluence-embedded-image confluence-content-image-border" width="223" height="374" /></span> +{{< figure src="/images/13599301.png" width="223" >}} On the right-hand side of the page, click the *Create Volume* button. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599304.png" class="confluence-embedded-image confluence-content-image-border" width="470" height="80" /></span> +{{< figure src="/images/13599304.png" width="470" height="80" >}} In the pop-up window, enter a name for the volume and optionally a description. Choose a size for the volume (GB). -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599306.png" class="confluence-embedded-image" width="650" /></span> +{{< figure src="/images/13599306.png" width="650" >}} Here, 10GB is used. Click the *Create Volume* button to close the pop-up window. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599307.png" class="confluence-embedded-image" width="650" /></span> +{{< figure src="/images/13599307.png" width="650" >}} -You will be returned to the *Volumes* page and should see an entry +You will be returned to the *Volumes* page and should see an entry similar to this. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599293/13599310.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599310.png" >}} To attach the volume to an instance, click the down arrow on far right to open the drop-down menu, and choose *Manage Attachments*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599313.png" class="confluence-embedded-image" width="169" height="248" /></span> +{{< figure src="/images/13599313.png" width="169" height="248" >}} In the pop-up window, choose the instance you want to attach the volume to from the drop-down. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599316.png" class="confluence-embedded-image" width="650" /></span> +{{< figure src="/images/13599316.png" width="650" >}} Click the *Attach Volume* button to finish and close the window. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599293/13599317.png" class="confluence-embedded-image" width="650" /></span> +{{< figure src="/images/13599317.png" width="650" >}} On the *Volumes* page, you should now see that your volume is attached. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599293/13599320.png" class="confluence-embedded-image" /></span> - - - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes1.png](attachments/13599293/13599301.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes2.png](attachments/13599293/13599304.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes3.png](attachments/13599293/13599306.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes4.png](attachments/13599293/13599307.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes5.png](attachments/13599293/13599310.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes6.png](attachments/13599293/13599313.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes7.png](attachments/13599293/13599316.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes8.png](attachments/13599293/13599317.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[volumes9.png](attachments/13599293/13599320.png) (image/png) - - +{{< figure src="/images/13599320.png" >}} diff --git a/content/guides/anvil/formatting_and_mounting_a_volume_in_linux.md b/content/guides/anvil/formatting_and_mounting_a_volume_in_linux.md index 223ff254c4280d382e2df8f31916123d6b2d6033..efe2ed5bf61f41232c0be40174f97657498d6951 100644 --- a/content/guides/anvil/formatting_and_mounting_a_volume_in_linux.md +++ b/content/guides/anvil/formatting_and_mounting_a_volume_in_linux.md @@ -1,94 +1,76 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) - -<span id="title-text"> HCC-DOCS : Formatting and mounting a volume in Linux </span> -=================================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified on -Feb 15, 2016 - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> ++++ +title = "Formatting and mounting a volume in Linux" +description = "How to format and mount volume as a hard drive in Linux." ++++ +{{% notice info %}} This guide assumes you associated your SSH Key Pair with the instance -when it was created, and that you are connected to the [Anvil -VPN](https://hcc-docs.unl.edu/display/HCCDOC/Connecting+to+the+Anvil+VPN). +when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} -Once you have [created and -attached](Creating-and-attaching-a-volume_13599293.html) your volume, it -must be formatted and mounted in your Linux instance to be usable. This +Once you have [created and attached]({{< relref "creating_and_attaching_a_volume" >}}) +your volume, it must be formatted and mounted in your Linux instance to be usable. This procedure is identical to what would be done when attaching a second hard drive to a physical machine. In this example, a 10GB volume was created and attached to the instance. Note that the majority of this -guide is for a newly created volume. **If you are attaching an existing -volume with data already on it, skip to creating a directory and -mounting the volume.** +guide is for a newly created volume. + + +{{% notice note %}} +**If you are attaching an existing volume with data already on it, +skip to [creating a directory and mounting the volume](#mounting-the-volume).** +{{% /notice %}} + +#### Formatting the volume Follow the relevant guide -([Windows](Connecting-to-Linux-instances-from-Windows_13599107.html) -\| [Mac](Connecting-to-Linux-Instances-from-Mac_13599097.html)) for your +([Windows]({{< relref "connecting_to_linux_instances_from_windows">}}) +| [Mac]({{< relref "connecting_to_linux_instances_from_mac" >}})) for your operating system to connect to your instance. Formatting and mounting the volume requires root privileges, so first run the command `sudo su -` to get a root shell. -Running commands as root - -<span -class="aui-icon aui-icon-small aui-iconfont-error confluence-information-macro-icon"></span> +{{% panel theme="danger" header="**Running commands as root**" %}}**Extreme care should be taken when running commands as `root.`** It is very easy to permanently delete data or cause irreparable damage to your instance.{{% /panel %}} -Extreme care should be taken when running commands as `root.` It is very -easy to permanently delete data or cause irreparable damage to your -instance. - -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599376.png" class="confluence-embedded-image confluence-content-image-border" width="700" height="438" /></span> +{{< figure src="/images/13599376.png" width="700" >}} Next, you will need to determine what device the volume is presented as -within Linux. Typically this will be` /dev/vdb`, but it is necessary to +within Linux. Typically this will be `/dev/vdb`, but it is necessary to verify this to avoid mistakes, especially if you have more than one -volume attached to an instance. The command `f``disk -l` will list the +volume attached to an instance. The command `fdisk -l` will list the hard drive devices. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599470.png" class="confluence-embedded-image confluence-content-image-border" width="701" height="439" /></span> +{{< figure src="/images/13599470.png" width="700" >}} Here there is a completely empty (no partitions) disk device matching the 10GB size of the volume, so `/dev/vdb` is the correct device. - The `fdisk` utility will first be used to create a single partition. - Run the command `fdisk /dev/vdb `to start the program using the volume +The `fdisk` utility will first be used to create a single partition. +Run the command `fdisk /dev/vdb` to start the program using the volume disk device. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599477.png" class="confluence-embedded-image confluence-content-image-border" width="702" height="439" /></span> +{{< figure src="/images/13599477.png" width="700" >}} Press `n` for new partition and hit enter. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599479.png" class="confluence-embedded-image confluence-content-image-border" width="699" height="439" /></span> +{{< figure src="/images/13599479.png" width="700" >}} Press `p` for primary partition and hit enter. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599482.png" class="confluence-embedded-image confluence-content-image-border" width="700" height="434" /></span> +{{< figure src="/images/13599482.png" width="700" >}} Enter `1` for the partition number. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599528.png" class="confluence-embedded-image confluence-content-image-border" width="700" height="438" /></span> +{{< figure src="/images/13599528.png" width="700" >}} At the next two prompts hit enter to accept the defaults and return to the main command prompt. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599530.png" class="confluence-embedded-image confluence-content-image-border" width="703" height="439" /></span> +{{< figure src="/images/13599530.png" width="700" >}} Finally, press `w` followed by return to save the changes and exit `fdisk`. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599533.png" class="confluence-embedded-image confluence-content-image-border" width="701" height="438" /></span> +{{< figure src="/images/13599533.png" width="700" >}} Now that a partition has been created, it can be formatted. Here, the EXT4 filesystem will be used. This is the default filesystem used by @@ -98,69 +80,30 @@ different format command. To format the partition using EXT4, run the command `mkfs.ext4 /dev/vdb1`. You will see a progress message and then be returned to the shell prompt. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599540.png" class="confluence-embedded-image confluence-content-image-border" width="702" height="439" /></span> - -Mounting an existing volume +{{< figure src="/images/13599540.png" width="700" >}} -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> +#### Mounting the volume +{{% notice note %}} If you are attaching a pre-existing volume, start here. +{{% /notice %}} Finally, the formatted partition must be mounted as a directory to be used. By convention this is done under `/mnt`, but you may choose to mount it elsewhere depending on the usage. Here, a directory called `myvolume` will be created and the volume mounted there. Run the -command `mkdir /mnt/myvolume`, followed by `mnt /dev/vdb1 /mnt/myvolume` -to create the directory and mount the volume. +following commands to make the directory and mount the volume: + +{{< highlight bash >}} +mkdir /mnt/myvolume +mnt /dev/vdb1 /mnt/myvolume +{{< /highlight >}} -<span style="font-family: monospace;"><span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599546.png" class="confluence-embedded-image confluence-content-image-border" width="700" height="438" /></span></span> +{{< figure src="/images/13599546.png" width="700" >}} Running the command `df -h` should then show the new mounted empty volume. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599298/13599549.png" class="confluence-embedded-image confluence-content-image-border" width="705" height="440" /></span> +{{< figure src="/images/13599549.png" width="700" >}} The volume can now be used. - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume1.png](attachments/13599298/13599379.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume1.png](attachments/13599298/13599376.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume2.png](attachments/13599298/13599473.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume2.png](attachments/13599298/13599470.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen -Shot 2016-02-15 at 2.17.07 PM.png](attachments/13599298/13599476.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume4.png](attachments/13599298/13599477.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume6.png](attachments/13599298/13599481.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume6.png](attachments/13599298/13599479.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume7.png](attachments/13599298/13599482.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume8.png](attachments/13599298/13599528.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume9.png](attachments/13599298/13599530.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume10.png](attachments/13599298/13599533.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume11.png](attachments/13599298/13599539.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume12.png](attachments/13599298/13599540.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume13.png](attachments/13599298/13599546.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[linuxvolume14.png](attachments/13599298/13599549.png) (image/png) - - diff --git a/content/guides/anvil/formatting_and_mounting_a_volume_in_windows.md b/content/guides/anvil/formatting_and_mounting_a_volume_in_windows.md index a0537f04b1482af32b31aa0bbf43baa5209ef9d5..59617612166dc9c9853c0dcc7cd406e58c968cdb 100644 --- a/content/guides/anvil/formatting_and_mounting_a_volume_in_windows.md +++ b/content/guides/anvil/formatting_and_mounting_a_volume_in_windows.md @@ -1,135 +1,77 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) ++++ +title = "Formatting and mounting a volume in Windows" +description = "How to format and mount volume as a hard drive in Windows." ++++ -<span id="title-text"> HCC-DOCS : Formatting and mounting a volume in Windows </span> -===================================================================================== - -Created by <span class="author"> Adam Caprez</span>, last modified on -Feb 16, 2016 +{{% notice info %}} +This guide assumes you associated your SSH Key Pair with the instance +when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). +{{% /notice %}} -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> +{{% notice note %}} +**These steps are only for a newly created volume.** When attaching a +previously formatted volume to an instance, it will automatically be visible as a second drive. +{{% /notice %}} -This guide assumes you associated your SSH Key Pair with the instance -when it was created, and that you are connected to the [Anvil -VPN](https://hcc-docs.unl.edu/display/HCCDOC/Connecting+to+the+Anvil+VPN). +--- -Once you have [created and -attached](https://hcc-docs.unl.edu/display/HCCDOC/Creating+and+attaching+a+volume) your +Once you have [created and attached]({{< relref "creating_and_attaching_a_volume" >}}) your volume, it must be formatted and mounted in your Windows instance to be usable. This procedure is identical to what would be done when attaching a second hard drive to a physical machine. In this example, a 10GB volume was created and attached to the instance. -Existing volumes - -<span -class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span> - -These steps are only for a newly created volume. When attaching a -previously formatted volume to an instance, it will automatically be -visible as a second drive. +From the *Start* menu, right-click on *Computer*, and select *Manage*. -From the *Start* menu, right-click on *Computer*, and select *Manage.* - -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599562.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599562.png" >}} This will open the *Computer Management* utility. On the left-hand side -menu, click *Disk Management.* +menu, click *Disk Management*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599295/13599566.png" class="confluence-embedded-image" width="800" /></span> +{{< figure src="/images/13599566.png" width="800" >}} You should see two entries. One for the OS hard drive, and a second unallocated disk. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599295/13599569.png" class="confluence-embedded-image" width="800" /></span> +{{< figure src="/images/13599569.png" width="800" >}} Right click anywhere in the white rectangle for the unallocated disk and choose *New Simple Volume...*. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599295/13599574.png" class="confluence-embedded-image" width="800" /></span> +{{< figure src="/images/13599574.png" width="800" >}} -This will bring up the *New Simple Volume Wizard*. Click *Next *to +This will bring up the *New Simple Volume Wizard*. Click *Next* to continue. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599577.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599577.png" >}} The default is to format the entire volume. Unless there is a specific reason not to, click *Next* to continue. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599578.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599578.png" >}} The default is to assign the volume a drive letter (typically *D*). - Click *Next* to continue. +Click *Next* to continue. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599579.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599579.png" >}} Change the *Volume label* field if you wish the drive to be named -something other than the default, and click *Next *to continue. +something other than the default, and click *Next* to continue. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599580.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599580.png" >}} Finally, click *Finish* to close the wizard. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599581.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599581.png" >}} -In the *Computer Management* window, you should now see the formatted +In the *Computer Management* window, you should now see the formatted and mounted volume. -<span -class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/13599295/13599584.png" class="confluence-embedded-image" width="800" /></span> +{{< figure src="/images/13599584.png" width="800" >}} If you open the *Computer* window, you should now see the volume as a second hard drive. -<span -class="confluence-embedded-file-wrapper"><img src="assets/images/13599295/13599585.png" class="confluence-embedded-image" /></span> +{{< figure src="/images/13599585.png" >}} The volume can now be used. - - - - - - - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume1.png](attachments/13599295/13599564.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume1.png](attachments/13599295/13599562.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume2.PNG](attachments/13599295/13599566.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume3.PNG](attachments/13599295/13599569.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume4.png](attachments/13599295/13599574.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume5.PNG](attachments/13599295/13599577.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume6.PNG](attachments/13599295/13599578.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume7.PNG](attachments/13599295/13599579.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume8.PNG](attachments/13599295/13599580.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume9.PNG](attachments/13599295/13599581.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume10.PNG](attachments/13599295/13599584.png) (image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[windowsvolume11.PNG](attachments/13599295/13599585.png) (image/png) - - diff --git a/content/guides/anvil/resizing_an_instance.md b/content/guides/anvil/resizing_an_instance.md index bcf7711ead9058e21bd28b98f379951b5968ebe9..fab023572069f258d449adf1509ea23946f4e05e 100644 --- a/content/guides/anvil/resizing_an_instance.md +++ b/content/guides/anvil/resizing_an_instance.md @@ -1,128 +1,66 @@ -1. [HCC-DOCS](index.html) -2. [HCC-DOCS Home](HCC-DOCS-Home_327685.html) -3. [HCC Documentation](HCC-Documentation_332651.html) -4. [Anvil: HCC's Cloud](13042760.html) ++++ +title = "Resizing an instance" +description = "How to change the size (flavor) of an existing instance." ++++ -<span id="title-text"> HCC-DOCS : Resizing an instance </span> -============================================================== - -Created by <span class="author"> Zhongtao Zhang</span>, last modified by -<span class="editor"> Carrie Brown</span> on Sep 28, 2018 - -It is possible to resize an existing image. To do so, please follow the +It is possible to resize an existing instance. To do so, please follow the steps below. -<span -class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> - +{{% notice info %}} An instance can only be resized to a flavor with a disk size equal or larger to the existing one. To use a flavor with a smaller disk size, you will need to create a new instance. +{{% /notice %}} -To resize an instance: ----------------------- +--- + +#### To resize an instance: 1. The resize procedure requires that your instance be shutdown and rebooted. Ensure that your instance is ready to be shutdown. If necessary, connect to your instance and stop any running - processes. - -2. Login to the Anvil Dashboard at - <a href="http://anvil.unl.edu" class="external-link">http://anvil.unl.edu</a> - with your HCC credentials. - -3. Click "Instances" in the menu on the left and locate your + processes. + +2. Login to the Anvil Dashboard at https://anvil.unl.edu + with your HCC credentials. + +3. Click *Instances* in the menu on the left and locate your instance. - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35325991.png" class="confluence-embedded-image image-center" height="400" /></span> - + {{< figure src="/images/35325991.png" height="400" >}} + 4. If you have important data in your instance and want to protect - against possible data loss, take a snapshot of the image. - - 1. To take a snapshot, clicking the "Create Snapshot" button on the - right hand side of your image in the list. - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35325992.png" class="confluence-embedded-image image-center" width="850" /></span> - - 2. Enter an identifiable name for your snapshot and click "Create - Snapshot". - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35325993.png" class="confluence-embedded-image image-center" height="150" /></span> - - 3. You will be taken to the "Images" page, where your snapshot will + against possible data loss, take a snapshot of the image. + + 1. To take a snapshot, clicking the *Create Snapshot* button on the + right hand side of your image in the list. + + {{< figure src="/images/35325992.png" width="850" >}} + + 2. Enter an identifiable name for your snapshot and click *Create Snapshot*. + {{< figure src="/images/35325993.png" heigth="150" >}} + + 3. You will be taken to the *Images* page, where your snapshot will be Queued. Wait until the image has finished saving, as - indicated by the Status changing to "Active" - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35326002.png" class="confluence-embedded-image image-center" width="850" /></span> - - 4. Return to the Instance list by clicking "Instances" in the left - hand menu. - -5. Click the down arrow next to the "Create Snapshot" button and click - "Resize Instance" in the menu - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35326003.png" class="confluence-embedded-image image-center" width="200" /></span> -6. Select the desired New Flavor and click the "Resize" button. - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35326004.png" class="confluence-embedded-image image-center" width="550" /></span> - -7. Wait until the instance is resized as indicated by the status - "Confirm or Revert Resize/Migrate". Click the "Confirm - Resize/Migrate" button to finalize the resize - - <span - class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/35325988/35326006.png" class="confluence-embedded-image image-center" width="850" /></span> - - -At this point, your instance should have a status of "Active". Connect -to your instance and ensure that everything works as expected. + indicated by the Status changing to *Active* + {{< figure src="/images/35326002.png" width="850" >}} + + 4. Return to the Instance list by clicking *Instances* in the left + hand menu. -<span -class="aui-icon aui-icon-small aui-iconfont-error confluence-information-macro-icon"></span> - -If your instance ends in an "Error" state or you have any issues or -questions with resizing, please contact us at -<a href="mailto:hcc-support@unl.edu" class="external-link">hcc-support@unl.edu</a> -for assistance. - -Attachments: ------------- - -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-13-33.png](attachments/35325988/35325991.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-20-26.png](attachments/35325988/35325992.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-22-16.png](attachments/35325988/35325993.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-23-56.png](attachments/35325988/35325994.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-26-56.png](attachments/35325988/35326001.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-32-23.png](attachments/35325988/35326002.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-34-56.png](attachments/35325988/35326003.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-36-37.png](attachments/35325988/35326004.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-38-41.png](attachments/35325988/35326005.png) -(image/png) -<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> -[image2018-9-28\_11-38-48.png](attachments/35325988/35326006.png) -(image/png) +5. Click the down arrow next to the *Create Snapshot* button and click + *Resize Instance* in the menu. + {{< figure src="/images/35326003.png" width="200" >}} +6. Select the desired New Flavor and click the *Resize* button. + {{< figure src="/images/35326004.png" width="550" >}} + +7. Wait until the instance is resized as indicated by the status + "Confirm or Revert Resize/Migrate". Click the *Confirm + Resize/Migrate* button to finalize the resize. + {{< figure src="/images/35326006.png" width="850" >}} + +At this point, your instance should have a status of *Active*. Connect +to your instance and ensure that everything works as expected. +{{% notice warning %}} +If your instance ends in an "Error" state or you have any issues or questions with resizing, please contact us at [hcc-support@unl.edu] (mailto:hcc-support@unl.edu) for assistance.{{% /notice %}} diff --git a/static/images/13042845.png b/static/images/13042845.png new file mode 100644 index 0000000000000000000000000000000000000000..d1ea323d744da0ef49855dfb852c50e7bf018b9d Binary files /dev/null and b/static/images/13042845.png differ diff --git a/static/images/13042846.png b/static/images/13042846.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4fe31dd900fd6e752c2f904823252710c87dbc Binary files /dev/null and b/static/images/13042846.png differ diff --git a/static/images/13042850.png b/static/images/13042850.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2df1161a9c6b6a56abe063f5f8504403d3dce8 Binary files /dev/null and b/static/images/13042850.png differ diff --git a/static/images/13042853.png b/static/images/13042853.png new file mode 100644 index 0000000000000000000000000000000000000000..932fe28a8af7e37293bfcfd7c5e52657e513c077 Binary files /dev/null and b/static/images/13042853.png differ diff --git a/static/images/13042855.png b/static/images/13042855.png new file mode 100644 index 0000000000000000000000000000000000000000..f7dfe71333f2449ee9af225b0b46758e6464cd13 Binary files /dev/null and b/static/images/13042855.png differ diff --git a/static/images/13042857.png b/static/images/13042857.png new file mode 100644 index 0000000000000000000000000000000000000000..afff3962c0daa1b6ee010b8407c9911963f5a7cb Binary files /dev/null and b/static/images/13042857.png differ diff --git a/static/images/13042860.png b/static/images/13042860.png new file mode 100644 index 0000000000000000000000000000000000000000..750226a65d194356207dfecac507683614c3c441 Binary files /dev/null and b/static/images/13042860.png differ diff --git a/static/images/13042861.png b/static/images/13042861.png new file mode 100644 index 0000000000000000000000000000000000000000..750226a65d194356207dfecac507683614c3c441 Binary files /dev/null and b/static/images/13042861.png differ diff --git a/static/images/13042862.png b/static/images/13042862.png new file mode 100644 index 0000000000000000000000000000000000000000..c832ece87cb25207dd6cbac4a6beb369a36ed753 Binary files /dev/null and b/static/images/13042862.png differ diff --git a/static/images/13042874.png b/static/images/13042874.png new file mode 100644 index 0000000000000000000000000000000000000000..f7dfe71333f2449ee9af225b0b46758e6464cd13 Binary files /dev/null and b/static/images/13042874.png differ diff --git a/static/images/13042879.png b/static/images/13042879.png new file mode 100644 index 0000000000000000000000000000000000000000..0d2d1e65d09581b7385f34cda3ad4077f8bd59e9 Binary files /dev/null and b/static/images/13042879.png differ diff --git a/static/images/13042883.png b/static/images/13042883.png new file mode 100644 index 0000000000000000000000000000000000000000..0d2d1e65d09581b7385f34cda3ad4077f8bd59e9 Binary files /dev/null and b/static/images/13042883.png differ diff --git a/static/images/13042885.png b/static/images/13042885.png new file mode 100644 index 0000000000000000000000000000000000000000..f9864e8debfa4a7b6a63338b0c69871d0f03105b Binary files /dev/null and b/static/images/13042885.png differ diff --git a/static/images/13042887.png b/static/images/13042887.png new file mode 100644 index 0000000000000000000000000000000000000000..0d83f751fff521902d0988749304c4a4178de513 Binary files /dev/null and b/static/images/13042887.png differ diff --git a/static/images/13042890.png b/static/images/13042890.png new file mode 100644 index 0000000000000000000000000000000000000000..3830d329940de9f6c2a0c25f3d3f713131778894 Binary files /dev/null and b/static/images/13042890.png differ diff --git a/static/images/13599060.png b/static/images/13599060.png new file mode 100644 index 0000000000000000000000000000000000000000..287739f7753b070aa3623eea1850669d1493b121 Binary files /dev/null and b/static/images/13599060.png differ diff --git a/static/images/13599064.png b/static/images/13599064.png new file mode 100644 index 0000000000000000000000000000000000000000..d14478079368be36a17ea86b6bec992eb7ce64d3 Binary files /dev/null and b/static/images/13599064.png differ diff --git a/static/images/13599068.png b/static/images/13599068.png new file mode 100644 index 0000000000000000000000000000000000000000..4da168d045a015e9038536b67eef41f96136259e Binary files /dev/null and b/static/images/13599068.png differ diff --git a/static/images/13599070.png b/static/images/13599070.png new file mode 100644 index 0000000000000000000000000000000000000000..4da168d045a015e9038536b67eef41f96136259e Binary files /dev/null and b/static/images/13599070.png differ diff --git a/static/images/13599073.png b/static/images/13599073.png new file mode 100644 index 0000000000000000000000000000000000000000..822dd975fcab63cc2c4784438a8503039252b4e1 Binary files /dev/null and b/static/images/13599073.png differ diff --git a/static/images/13599077.png b/static/images/13599077.png new file mode 100644 index 0000000000000000000000000000000000000000..86c2d92ad7f2d777bd3683c480093583f910925a Binary files /dev/null and b/static/images/13599077.png differ diff --git a/static/images/13599081.png b/static/images/13599081.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b80e8d11bba3da68ed790351dd592cdfc0063b Binary files /dev/null and b/static/images/13599081.png differ diff --git a/static/images/13599082.png b/static/images/13599082.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e98d580a1ceaef8fe4ec13d6eed66f99c5ea5c Binary files /dev/null and b/static/images/13599082.png differ diff --git a/static/images/13599111.png b/static/images/13599111.png new file mode 100644 index 0000000000000000000000000000000000000000..606df0855e287f2dde5122f1978e0482012a3167 Binary files /dev/null and b/static/images/13599111.png differ diff --git a/static/images/13599115.png b/static/images/13599115.png new file mode 100644 index 0000000000000000000000000000000000000000..e947d1c03fd3c07167c728c8a3749a75166a1c60 Binary files /dev/null and b/static/images/13599115.png differ diff --git a/static/images/13599117.png b/static/images/13599117.png new file mode 100644 index 0000000000000000000000000000000000000000..746ac64f937bc6ff34c5c3cd0b9e98eb09f10909 Binary files /dev/null and b/static/images/13599117.png differ diff --git a/static/images/13599205.png b/static/images/13599205.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc5228160b23f17d2c5a864facd824d21d34cd4 Binary files /dev/null and b/static/images/13599205.png differ diff --git a/static/images/13599208.png b/static/images/13599208.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d06beed6cc835e9da0c0f84757dad229ca143 Binary files /dev/null and b/static/images/13599208.png differ diff --git a/static/images/13599209.png b/static/images/13599209.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1d06beed6cc835e9da0c0f84757dad229ca143 Binary files /dev/null and b/static/images/13599209.png differ diff --git a/static/images/13599212.png b/static/images/13599212.png new file mode 100644 index 0000000000000000000000000000000000000000..3f67dab3babc041535d1dee88d76bc0ad5196465 Binary files /dev/null and b/static/images/13599212.png differ diff --git a/static/images/13599229.png b/static/images/13599229.png new file mode 100644 index 0000000000000000000000000000000000000000..955507c0b2f1a28363af10ed159b7fb23fb411ad Binary files /dev/null and b/static/images/13599229.png differ diff --git a/static/images/13599231.png b/static/images/13599231.png new file mode 100644 index 0000000000000000000000000000000000000000..e8880343705212d081296e82bad246afb7fed6d7 Binary files /dev/null and b/static/images/13599231.png differ diff --git a/static/images/13599233.png b/static/images/13599233.png new file mode 100644 index 0000000000000000000000000000000000000000..e8880343705212d081296e82bad246afb7fed6d7 Binary files /dev/null and b/static/images/13599233.png differ diff --git a/static/images/13599236.png b/static/images/13599236.png new file mode 100644 index 0000000000000000000000000000000000000000..b17e329ec0e3631483134600a06c5a5670e7a4bc Binary files /dev/null and b/static/images/13599236.png differ diff --git a/static/images/13599239.png b/static/images/13599239.png new file mode 100644 index 0000000000000000000000000000000000000000..9369e0f1c88487260711831a1e7fca55a96707f3 Binary files /dev/null and b/static/images/13599239.png differ diff --git a/static/images/13599242.png b/static/images/13599242.png new file mode 100644 index 0000000000000000000000000000000000000000..167538e3a26162ff299baadac5639f0c4f8d0f20 Binary files /dev/null and b/static/images/13599242.png differ diff --git a/static/images/13599246.png b/static/images/13599246.png new file mode 100644 index 0000000000000000000000000000000000000000..e97a601bd1cadf1e69a2af8ace92c165a12d92c3 Binary files /dev/null and b/static/images/13599246.png differ diff --git a/static/images/13599248.png b/static/images/13599248.png new file mode 100644 index 0000000000000000000000000000000000000000..32ae89754def70d1b5600e989e94ad4f2db8a5fc Binary files /dev/null and b/static/images/13599248.png differ diff --git a/static/images/13599251.png b/static/images/13599251.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6a7f8d5433396928b91cad5acb7b070d4367f6 Binary files /dev/null and b/static/images/13599251.png differ diff --git a/static/images/13599255.png b/static/images/13599255.png new file mode 100644 index 0000000000000000000000000000000000000000..76a3d1315608dde35c57eb99193fe4f6c2dab96c Binary files /dev/null and b/static/images/13599255.png differ diff --git a/static/images/13599258.png b/static/images/13599258.png new file mode 100644 index 0000000000000000000000000000000000000000..ce28c67005f1167943f701ac10e785a52ac24d41 Binary files /dev/null and b/static/images/13599258.png differ diff --git a/static/images/13599301.png b/static/images/13599301.png new file mode 100644 index 0000000000000000000000000000000000000000..9dcf2b314e2f637a61217ab87a0affc646864ec3 Binary files /dev/null and b/static/images/13599301.png differ diff --git a/static/images/13599304.png b/static/images/13599304.png new file mode 100644 index 0000000000000000000000000000000000000000..01fd8a7d6ad026d3b667a116cfc255b1057191f2 Binary files /dev/null and b/static/images/13599304.png differ diff --git a/static/images/13599306.png b/static/images/13599306.png new file mode 100644 index 0000000000000000000000000000000000000000..4e990147d692905cdabb252593c70a65f2b49afe Binary files /dev/null and b/static/images/13599306.png differ diff --git a/static/images/13599307.png b/static/images/13599307.png new file mode 100644 index 0000000000000000000000000000000000000000..e1675f2a67f1c29b1c3e137b39483f971bb1f535 Binary files /dev/null and b/static/images/13599307.png differ diff --git a/static/images/13599310.png b/static/images/13599310.png new file mode 100644 index 0000000000000000000000000000000000000000..33e51efec868b54ba964ab878a0bedb372676b61 Binary files /dev/null and b/static/images/13599310.png differ diff --git a/static/images/13599313.png b/static/images/13599313.png new file mode 100644 index 0000000000000000000000000000000000000000..551526538e1b59a6951445d9bd6d9ac082c6a4a0 Binary files /dev/null and b/static/images/13599313.png differ diff --git a/static/images/13599316.png b/static/images/13599316.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a1a1eeadbe4fe887a7abac4b8ece348413203c Binary files /dev/null and b/static/images/13599316.png differ diff --git a/static/images/13599317.png b/static/images/13599317.png new file mode 100644 index 0000000000000000000000000000000000000000..667e278f6fa077f26ae17c1dd29e1bfbe2905d21 Binary files /dev/null and b/static/images/13599317.png differ diff --git a/static/images/13599320.png b/static/images/13599320.png new file mode 100644 index 0000000000000000000000000000000000000000..d25b73bc916092001e09c3e081cc7ff4f5bee195 Binary files /dev/null and b/static/images/13599320.png differ diff --git a/static/images/13599376.png b/static/images/13599376.png new file mode 100644 index 0000000000000000000000000000000000000000..8ede2034a4033b3ca2765252f2b37970844c5b3f Binary files /dev/null and b/static/images/13599376.png differ diff --git a/static/images/13599379.png b/static/images/13599379.png new file mode 100644 index 0000000000000000000000000000000000000000..8ede2034a4033b3ca2765252f2b37970844c5b3f Binary files /dev/null and b/static/images/13599379.png differ diff --git a/static/images/13599470.png b/static/images/13599470.png new file mode 100644 index 0000000000000000000000000000000000000000..cef6552f07f7860d668e36e270f76bde330e0ae3 Binary files /dev/null and b/static/images/13599470.png differ diff --git a/static/images/13599473.png b/static/images/13599473.png new file mode 100644 index 0000000000000000000000000000000000000000..cef6552f07f7860d668e36e270f76bde330e0ae3 Binary files /dev/null and b/static/images/13599473.png differ diff --git a/static/images/13599476.png b/static/images/13599476.png new file mode 100644 index 0000000000000000000000000000000000000000..aeba0c2128d1d72eac7e784f4d3f4073339f6d98 Binary files /dev/null and b/static/images/13599476.png differ diff --git a/static/images/13599477.png b/static/images/13599477.png new file mode 100644 index 0000000000000000000000000000000000000000..d08032f02e434051a268fe274daa5342181516b1 Binary files /dev/null and b/static/images/13599477.png differ diff --git a/static/images/13599479.png b/static/images/13599479.png new file mode 100644 index 0000000000000000000000000000000000000000..38dea05f9a842f558936659b94864343d62bf9e2 Binary files /dev/null and b/static/images/13599479.png differ diff --git a/static/images/13599481.png b/static/images/13599481.png new file mode 100644 index 0000000000000000000000000000000000000000..38dea05f9a842f558936659b94864343d62bf9e2 Binary files /dev/null and b/static/images/13599481.png differ diff --git a/static/images/13599482.png b/static/images/13599482.png new file mode 100644 index 0000000000000000000000000000000000000000..4c80147e5be418378d4f97095ea67c50f67448bf Binary files /dev/null and b/static/images/13599482.png differ diff --git a/static/images/13599528.png b/static/images/13599528.png new file mode 100644 index 0000000000000000000000000000000000000000..b48debcddd6c815f0095a58034958a4a35cf71a8 Binary files /dev/null and b/static/images/13599528.png differ diff --git a/static/images/13599530.png b/static/images/13599530.png new file mode 100644 index 0000000000000000000000000000000000000000..14edbda5761723a5ba7af50a9b14e4c210006da4 Binary files /dev/null and b/static/images/13599530.png differ diff --git a/static/images/13599533.png b/static/images/13599533.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcdeec53a0c3163445b41f57525004219de3a7a Binary files /dev/null and b/static/images/13599533.png differ diff --git a/static/images/13599539.png b/static/images/13599539.png new file mode 100644 index 0000000000000000000000000000000000000000..b22804fa3ba9e370ca1ae8ee6b64e215fe36049d Binary files /dev/null and b/static/images/13599539.png differ diff --git a/static/images/13599540.png b/static/images/13599540.png new file mode 100644 index 0000000000000000000000000000000000000000..d94de8cdcfa2bf2a90e180b01504108446ed0a80 Binary files /dev/null and b/static/images/13599540.png differ diff --git a/static/images/13599546.png b/static/images/13599546.png new file mode 100644 index 0000000000000000000000000000000000000000..e41bc3fae3f2884896beb98f38cc187a819e11cd Binary files /dev/null and b/static/images/13599546.png differ diff --git a/static/images/13599549.png b/static/images/13599549.png new file mode 100644 index 0000000000000000000000000000000000000000..578ba70999bb1d3a534b9ce550339b0fb69fe4ed Binary files /dev/null and b/static/images/13599549.png differ diff --git a/static/images/13599562.png b/static/images/13599562.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9f1faa725dce149702fede16ffdd8c3924b545 Binary files /dev/null and b/static/images/13599562.png differ diff --git a/static/images/13599564.png b/static/images/13599564.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9f1faa725dce149702fede16ffdd8c3924b545 Binary files /dev/null and b/static/images/13599564.png differ diff --git a/static/images/13599566.png b/static/images/13599566.png new file mode 100644 index 0000000000000000000000000000000000000000..6c33ddd7554f893f2837056cda0e958bd792dafd Binary files /dev/null and b/static/images/13599566.png differ diff --git a/static/images/13599569.png b/static/images/13599569.png new file mode 100644 index 0000000000000000000000000000000000000000..1f646495d9757ffe7267a7fa9665302d45efc6a4 Binary files /dev/null and b/static/images/13599569.png differ diff --git a/static/images/13599574.png b/static/images/13599574.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4f69b7c3b48972d5177a008bf346e1da05c740 Binary files /dev/null and b/static/images/13599574.png differ diff --git a/static/images/13599577.png b/static/images/13599577.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1afc928f2f7877644bae6cfafb9760cb1585e3 Binary files /dev/null and b/static/images/13599577.png differ diff --git a/static/images/13599578.png b/static/images/13599578.png new file mode 100644 index 0000000000000000000000000000000000000000..c84afdf91bad88f2c34256a0cf88ff6b2c523023 Binary files /dev/null and b/static/images/13599578.png differ diff --git a/static/images/13599579.png b/static/images/13599579.png new file mode 100644 index 0000000000000000000000000000000000000000..76ab76220a7e13c8e1e56073c2648a63d9953651 Binary files /dev/null and b/static/images/13599579.png differ diff --git a/static/images/13599580.png b/static/images/13599580.png new file mode 100644 index 0000000000000000000000000000000000000000..e7039c0e5cc0fb3530a173df78fb361ae5623214 Binary files /dev/null and b/static/images/13599580.png differ diff --git a/static/images/13599581.png b/static/images/13599581.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f478428fafbfb1e240eedc31b76eb3d4d1d272 Binary files /dev/null and b/static/images/13599581.png differ diff --git a/static/images/13599584.png b/static/images/13599584.png new file mode 100644 index 0000000000000000000000000000000000000000..ba36e993f2c06e9149a154c5269e65aac23863a1 Binary files /dev/null and b/static/images/13599584.png differ diff --git a/static/images/13599585.png b/static/images/13599585.png new file mode 100644 index 0000000000000000000000000000000000000000..80e495d59dce39d6f5e76a0eb5ed1cb9fe472ce0 Binary files /dev/null and b/static/images/13599585.png differ diff --git a/static/images/16520055.png b/static/images/16520055.png new file mode 100644 index 0000000000000000000000000000000000000000..6e076feaf4315412e5274b5638371c930f50fe67 Binary files /dev/null and b/static/images/16520055.png differ diff --git a/static/images/16520056.png b/static/images/16520056.png new file mode 100644 index 0000000000000000000000000000000000000000..219406ae649d98dc7e408d03c2dbc4539e6fb922 Binary files /dev/null and b/static/images/16520056.png differ diff --git a/static/images/16520057.png b/static/images/16520057.png new file mode 100644 index 0000000000000000000000000000000000000000..5e381cfde12d6f219720df90af3790f270135000 Binary files /dev/null and b/static/images/16520057.png differ diff --git a/static/images/16520058.png b/static/images/16520058.png new file mode 100644 index 0000000000000000000000000000000000000000..8e93fdeac07b0465a6512cdcae15e9e59c6d7e52 Binary files /dev/null and b/static/images/16520058.png differ diff --git a/static/images/16520059.png b/static/images/16520059.png new file mode 100644 index 0000000000000000000000000000000000000000..b982e17951d8c9d8c41dbecdb8cee8713f701298 Binary files /dev/null and b/static/images/16520059.png differ diff --git a/static/images/16520060.png b/static/images/16520060.png new file mode 100644 index 0000000000000000000000000000000000000000..5d83ecc17983ced62390e3f820ac70bea252068f Binary files /dev/null and b/static/images/16520060.png differ diff --git a/static/images/16520061.png b/static/images/16520061.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf62ed5bf5a9fcf1880ed090646584baf6d2f79 Binary files /dev/null and b/static/images/16520061.png differ diff --git a/static/images/16520074.png b/static/images/16520074.png new file mode 100644 index 0000000000000000000000000000000000000000..5d83ecc17983ced62390e3f820ac70bea252068f Binary files /dev/null and b/static/images/16520074.png differ diff --git a/static/images/35325991.png b/static/images/35325991.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b4f24208a1811b9484e9be83eecf6a4ebef48d Binary files /dev/null and b/static/images/35325991.png differ diff --git a/static/images/35325992.png b/static/images/35325992.png new file mode 100644 index 0000000000000000000000000000000000000000..c6235e163fd3884c93572a8c9805dcb75fedda36 Binary files /dev/null and b/static/images/35325992.png differ diff --git a/static/images/35325993.png b/static/images/35325993.png new file mode 100644 index 0000000000000000000000000000000000000000..79ce30cc91f162e24c287c4cf276f0bb1c7187d5 Binary files /dev/null and b/static/images/35325993.png differ diff --git a/static/images/35325994.png b/static/images/35325994.png new file mode 100644 index 0000000000000000000000000000000000000000..64f98bb354d30e246c0380ca420103188658a32e Binary files /dev/null and b/static/images/35325994.png differ diff --git a/static/images/35326001.png b/static/images/35326001.png new file mode 100644 index 0000000000000000000000000000000000000000..42d0ccea937cb13447d50a473261320c4b1c5de1 Binary files /dev/null and b/static/images/35326001.png differ diff --git a/static/images/35326002.png b/static/images/35326002.png new file mode 100644 index 0000000000000000000000000000000000000000..c66295f816e93e17a7cda1392a28e880be03e09b Binary files /dev/null and b/static/images/35326002.png differ diff --git a/static/images/35326003.png b/static/images/35326003.png new file mode 100644 index 0000000000000000000000000000000000000000..3707ba8ff8842402e96e38299aa70bc28d50d41a Binary files /dev/null and b/static/images/35326003.png differ diff --git a/static/images/35326004.png b/static/images/35326004.png new file mode 100644 index 0000000000000000000000000000000000000000..0e06d0aff4cf7c566d3e3c9e51ec484a444acdcf Binary files /dev/null and b/static/images/35326004.png differ diff --git a/static/images/35326005.png b/static/images/35326005.png new file mode 100644 index 0000000000000000000000000000000000000000..faa7a2fba63f23eece4fa9bf003417fbbe3db388 Binary files /dev/null and b/static/images/35326005.png differ diff --git a/static/images/35326006.png b/static/images/35326006.png new file mode 100644 index 0000000000000000000000000000000000000000..faa7a2fba63f23eece4fa9bf003417fbbe3db388 Binary files /dev/null and b/static/images/35326006.png differ