Skip to content
Snippets Groups Projects
Commit 88895ad8 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'virtualization-links' into 'master'

Virtualization links

See merge request sccs/docs.it4i.cz!198
parents a6f4ae2d 1ba76e4b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ There are situations when Anselm's environment is not suitable for user needs.
* Application requires privileged access to operating system
* ... and combinations of above cases
We offer solution for these cases - **virtualization**. Anselm's environment gives the possibility to run virtual machines on compute nodes. Users can create their own images of operating system with specific software stack and run instances of these images as virtual machines on compute nodes. Run of virtual machines is provided by standard mechanism of [Resource Allocation and Job Execution](../job-submission-and-execution/).
We offer solution for these cases - **virtualization**. Anselm's environment gives the possibility to run virtual machines on compute nodes. Users can create their own images of operating system with specific software stack and run instances of these images as virtual machines on compute nodes. Run of virtual machines is provided by standard mechanism of [Resource Allocation and Job Execution](/salomon/job-submission-and-execution/).
Solution is based on QEMU-KVM software stack and provides hardware-assisted x86 virtualization.
......@@ -151,7 +151,7 @@ Example startup script maps shared job script as drive z: and looks for run scri
Create job script according recommended
[Virtual Machine Job Workflow](virtualization.html#virtual-machine-job-workflow).
[Virtual Machine Job Workflow](virtualization#virtual-machine-job-workflow).
Example job for Windows virtual machine:
......@@ -203,7 +203,7 @@ Run script runs application from shared job directory (mapped as drive z:), proc
### Run Jobs
Run jobs as usual, see [Resource Allocation and Job Execution](../job-submission-and-execution/). Use only full node allocation for virtualization jobs.
Run jobs as usual, see [Resource Allocation and Job Execution](/salomon/job-submission-and-execution/). Use only full node allocation for virtualization jobs.
### Running Virtual Machines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment