myhelp:proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| myhelp:proxmox [2025/07/29 10:17] – [Import disk to VM] ulrich | myhelp:proxmox [2025/08/01 08:44] (current) – [OT takeaways from the training] ulrich | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | https://www.turnkeylinux.org/ -> Turnkey applications based on LXC | + | |
| + | ==== Enable/ | ||
| + | < | ||
| + | #Enable | ||
| + | ha-manager crm-command node-maintenance enable myServer | ||
| + | #Disable | ||
| + | ha-manager crm-command node-maintenance enable myServer | ||
| + | </ | ||
| + | |||
| + | ==== Create empty (dummy) VMs ==== | ||
| + | < | ||
| + | qm create <new ID> | ||
| + | Example: | ||
| + | qm create 200 | ||
| + | </code> | ||
| + | |||
| + | ==== List VMs ==== | ||
| + | < | ||
| + | qm list | ||
| + | </code> | ||
| + | |||
| + | ==== Corosync | ||
| + | Very important to have a low latency connection. A bond would add 100ms per failure, so it would work. It is better to have two separate cluster links. | ||
| + | |||
| + | ==== Windows VirtIO drivers ==== | ||
| + | The Windows VirtIO drivers can be found at: | ||
| + | https:// | ||
| + | The version to be chosen depends | ||
| + | need older driver packages. | ||
| + | |||
| + | ==== Windows change disk type from SATA to SCSI ==== | ||
| + | * Before you can change the disk type, the drivers must be installed. | ||
| + | * Add a small SCSI disk and reboot the server. | ||
| + | * Check if there is a triangle in the device manager | ||
| + | * shutdown the server | ||
| + | * detach and remove the small disk | ||
| + | * detach your OS disk | ||
| + | * add your OS disk and change the device type to SCSI | ||
| + | * also change the boot order | ||
| + | |||
| + | Now it should work, that you can boot from your disk attached as SCSI disk. SCSI is normally faster then VirtIO for Windows OS. | ||
| - | ====== Other notes ====== | ||
| ==== Enter a LXC container from the Proxmox shell: ==== | ==== Enter a LXC container from the Proxmox shell: ==== | ||
| < | < | ||
| Line 18: | Line 57: | ||
| </ | </ | ||
| After the import is DONE the this is marked as //unused disk// at the VM. With an double click it could be added. Also the boot order must be adjusted. | After the import is DONE the this is marked as //unused disk// at the VM. With an double click it could be added. Also the boot order must be adjusted. | ||
| + | |||
| + | ==== Change the VM ID range ==== | ||
| + | {{: | ||
| + | Datacenter -> Options -> Next Free VMID Range | ||
| + | |||
| + | ===== Ceph ===== | ||
| + | Install Ceph per node. | ||
| + | ==== Usage per disk and much more info ==== | ||
| + | < | ||
| + | ==== Usage of Ceph ==== | ||
| + | < | ||
| + | |||
| + | ==== OSD create on CLI ==== | ||
| + | < | ||
| + | |||
| + | |||
| + | ====== OT takeaways from the training ====== | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
myhelp/proxmox.1753784255.txt.gz · Last modified: by ulrich
