ioBroker.admin icon indicating copy to clipboard operation
ioBroker.admin copied to clipboard

Delete Slave IOB

Open lindi200000 opened this issue 3 years ago • 1 comments
trafficstars

Hallo, ich habe Admin 5.3.8 und möchte einen von 2 Slaves löschen.

  1. Problem, den Papierkorb unter Hosts findet man nicht, dafür muss der Slave aus sein (grauer Papierkorb währe super).
  2. Ich kann den Slave nicht löschen, es kommt der Fehler
$ iobroker host remove raspberrypi
Cannot execute changes on running system. Stop iobroker first.
ERROR: Process exited with code 30

getestet wurde:

  • Master an, Slave aus -> funktioniert nicht
  • Master an beide Slaves aus -> funktioniert nicht
  • Alles aus und iobroker host remove raspberrypi über die Komandozeile -> funktioniert nicht

überall kommt die gleiche Fehlermeldung oben.

Hat jemand noch eine Idee was ich machen kann?

Danke schonmal

lindi200000 avatar May 09 '22 14:05 lindi200000

Es gibt keinen Sinn einen laufenden Slave zu löschen. Der wird sich sofort neu verbinden und alle Felder einrichten. Aber das Problem ist natürlich da

GermanBluefox avatar May 09 '22 18:05 GermanBluefox

This is how it looks like with Admin 6.3.7 Slave is running: grafik

Slave is stopped: grafik

Delete Slave Stop Master, Stop Slave and call iobroker host remove slavehostname was successfull

proxmox@ioBrokerTestsystem:~$ iob stop
proxmox@ioBrokerTestsystem:~$ iobroker host remove ioBrokerNew
The state "system.host.ioBrokerNew.alive" was deleted.
The state "system.host.ioBrokerNew.compactModeEnabled" was deleted.
The state "system.host.ioBrokerNew.compactgroupProcesses" was deleted.
The state "system.host.ioBrokerNew.cpu" was deleted.
The state "system.host.ioBrokerNew.cputime" was deleted.
The state "system.host.ioBrokerNew.diskFree" was deleted.
The state "system.host.ioBrokerNew.diskSize" was deleted.
The state "system.host.ioBrokerNew.diskWarning" was deleted.
The state "system.host.ioBrokerNew.eventLoopLag" was deleted.
The state "system.host.ioBrokerNew.freemem" was deleted.
The state "system.host.ioBrokerNew.inputCount" was deleted.
The state "system.host.ioBrokerNew.instancesAsCompact" was deleted.
The state "system.host.ioBrokerNew.instancesAsProcess" was deleted.
The state "system.host.ioBrokerNew.load" was deleted.
The state "system.host.ioBrokerNew.logLevel" was deleted.
The state "system.host.ioBrokerNew.mem" was deleted.
The state "system.host.ioBrokerNew.memAvailable" was deleted.
The state "system.host.ioBrokerNew.memHeapTotal" was deleted.
The state "system.host.ioBrokerNew.memHeapUsed" was deleted.
The state "system.host.ioBrokerNew.memRss" was deleted.
The state "system.host.ioBrokerNew.nodeVersion" was deleted.
The state "system.host.ioBrokerNew.notifications.system" was deleted.
The state "system.host.ioBrokerNew.outputCount" was deleted.
The state "system.host.ioBrokerNew.pid" was deleted.
The state "system.host.ioBrokerNew.plugins.sentry.enabled" was deleted.
The state "system.host.ioBrokerNew.uptime" was deleted.
The host for instance "system.adapter.discovery.0" was changed from "ioBrokerNew                                                                                                                     " to "ioBrokerTestsystem".
The host for instance "system.adapter.history.1" was changed from "ioBrokerNew"                                                                                                                      to "ioBrokerTestsystem".
The host for instance "system.adapter.sql.0" was changed from "ioBrokerNew" to "                                                                                                                     ioBrokerTestsystem".
The host "ioBrokerNew" was deleted.

@lindi200000 I will close this issue. If the issue is still relevant from your side just write a comment here and we can reopen the issue.

Feuer-sturm avatar Mar 13 '23 19:03 Feuer-sturm