This shows you the differences between two versions of the page.
scgc:laboratoare:10 [2021/11/17 15:19] darius.mihai [0. [5p] Creating and preparing the VM] |
scgc:laboratoare:10 [2021/11/17 18:38] (current) maria.mihailescu |
||
---|---|---|---|
Line 34: | Line 34: | ||
In the faculty's [[http://cloud.grid.pub.ro/|OpenStack cloud]], launch an instance with the following parameters: | In the faculty's [[http://cloud.grid.pub.ro/|OpenStack cloud]], launch an instance with the following parameters: | ||
- | * //Name//: **newton** | + | * //Name//: **<user-name>-openstack** |
* //Availability Zone//: **any** | * //Availability Zone//: **any** | ||
* //Instance boot source//: **Boot from image** | * //Instance boot source//: **Boot from image** | ||
Line 42: | Line 42: | ||
Connect to the VM using the username ''ubuntu''. | Connect to the VM using the username ''ubuntu''. | ||
- | In ''/etc/hosts'', map the IP address of the instance to its hostname: | + | In ''/etc/hosts'', map the IP address of the instance to ''newton'': |
<code bash> | <code bash> | ||
$ cat /etc/hosts | $ cat /etc/hosts | ||
Line 984: | Line 984: | ||
</note> | </note> | ||
- | For testing, launch ''firefox'' from the command-line on ''fep.grid.pub.ro''. | + | For testing, launch ''firefox'' from the command-line on ''fep8.grid.pub.ro''. Make sure to use compression (add the ''-C'' flag to the ''ssh'' command). |