Article | REF: TE7730 V1

Building a high-availability opensource datacenter with shared GPU

Author: Laurent LEVIER

Publication date: July 10, 2019

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

4. Creating the first virtual machine

At this stage, we're ready to create the first virtual machine (VM). To demonstrate the flexibility of the solution, we'll be installing Windows 10, a radically different operating system known to be fussy about hardware.

When a VM is created, Proxmox stores the VM's "hard disk" in a subdirectory called "images", in an area intended for storing images, followed by the VM number. VM numbers start from 100 and increment with each new VM, but the choice of number remains free as long as there are no duplicates. In order to be able to take snapshots of the VM's disks, we'll first create a zone for this VM, which will have the number 100. This will be done simply with the "all ZFS" command:

# zfs create rpool/Zstorage/images/100

Or in half-and-half...

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Security of information systems

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Creating the first virtual machine