Hi, my preliminary conclusion is that, so far, there obviously exists no (officially supported / documented) way to cleanly remove a "dead" node from a cluster (one which cannot join the cluster any more or does not exist any more), because removing the node requires removing the dead node from all SVM sets, which is not possible.
- metaset -s <set> -P on the dead node will call into ohac, which is not possible if cluster can't run on that node any longer - metaset -s <set> -C prune on the dead node will not change anything - metaset -s <set> -d -f -h <node> on a node still in the cluster will try to reach the "dead" node, which is not possible I *need* to resolve this issue, so I'd appreciate any help or advice. Thanks, Nils