Start FAQ Virtualisierung Proxmox Proxmox 6.x stopscript
Proxmox 6.x stopscript PDF Drucken E-Mail
Geschrieben von: Administrator   
Sonntag, den 27. September 2020 um 19:32 Uhr

Proxmox 6.x stopscript

 

Dieses Script heisst proxmox-stop.sh und liegt unter /usr/local/bin

 

#!/bin/bash
service pve-ha-crm stop
service pve-ha-lrm stop
service pvedaemon stop
service pveproxy stop
service pve-firewall stop
service pvestatd stop
service pvefw-logger stop
service spiceproxy stop
service corosync stop


Wenn die Datei erzeugt ist mit einem Editor eurer Wahl, dann muss sie nur noch ausführbar gemacht werden.

 

chmod +x /usr/local/bin/proxmox-stop.sh

 

Dann steht das Scritp zur Verfügung.


Viel Spass

 

Euer Admin.

 

 

Powered by hardwarecrash Valid XHTML and CSS.