proxmox
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox [2014/03/05 07:27] – jose | proxmox [2015/07/27 09:10] (current) – jose | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| Des de esta URL podemos descargarlos y copiarlos ahí: | Des de esta URL podemos descargarlos y copiarlos ahí: | ||
| + | |||
| + | http:// | ||
| http:// | http:// | ||
| Line 102: | Line 104: | ||
| ====== NFS ====== | ====== NFS ====== | ||
| Hay que habilitar el NFS al contenedor: | Hay que habilitar el NFS al contenedor: | ||
| - | # vzctl set 102 --features "nfs:on" --save | + | # vzctl set 102 --features "nfsd:on" --save |
| | | ||
| ====== Cambiar hora ====== | ====== Cambiar hora ====== | ||
| Line 112: | Line 114: | ||
| hay que marcar el paquete así: | hay que marcar el paquete así: | ||
| echo upstart hold | dpkg --set-selections | echo upstart hold | dpkg --set-selections | ||
| + | | ||
| + | ====== KVM ====== | ||
| + | |||
| + | |||
| + | root@proxmoxescorxador: | ||
| + | |||
| + | VMID NAME | ||
| + | 106 mik1escp.matarosensefils.net running | ||
| + | 108 voip2escp.matarosensefils.net stopped | ||
| + | 109 voip3escp.matarosensefils.net stopped | ||
| + | |||
| + | root@proxmoxescorxador: | ||
| + | | ||
| + | ====== Montar recursos ====== | ||
| + | Directorio configuración y recursos montados: | ||
| + | / | ||
| + | |||
| + | Ejemplo: | ||
| + | 102.mount | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdc / | ||
| + | |||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdd / | ||
| + | |||
| + | if [ ! -e / | ||
| + | mount -n -t simfs /mnt/sdd2 / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
proxmox.1394004435.txt.gz · Last modified: (external edit)
