diff --git a/docs.it4i/software/tools/virtualization.md b/docs.it4i/software/tools/virtualization.md index 1a8f3e497416149d2b2c7d1d59df477e6eaf2209..9491b324739408195f0c24f8dc5044abf9179da6 100644 --- a/docs.it4i/software/tools/virtualization.md +++ b/docs.it4i/software/tools/virtualization.md @@ -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