Reference Guide

Table Of Contents
Optional arguments
Qualifier Description
-h, --help Show the help message and exit.
Actions
Action Description
GetClusterStatus
Display current cluster status.
DetachFailedAppliance
Detach a failed appliance.
ReattachAppliance
Reattach an appliance.
PrepReattachAppliance
Prepare an appliance for reattachment.
MoveMasterAppliance
Move the master role to a different appliance.
Remove and reattach an appliance
1. If a two-appliance cluster has a failed appliance, you can use the svc_cluster_management script to detach the
appliance and reattach it when the problem is resolved.
svc_cluster_management status
---CLUSTER STATUS---
local is master: False
master id: 0
---APPLIANCE LIST---
id: 2
name: appliance_j8xxmd2
ip address: fd73:51fc:80d:0:201:4471:dcbb:4bce
online: False
id: 1
name: appliance_j8y1nd2
ip address: fd73:51fc:80d:0:201:4432:1df9:41da
online: True
2. Detach the failed appliance: svc_cluster_management detach
svc_cluster_management detach
detach failed appliance success!
3. Prepare to attach the appliance back to the cluster: svc_cluster_management prep_attach
svc_cluster_management prep_attach
prep reattach appliance success
4. Attach the appliance back to the cluster: svc_cluster_management attach
svc_cluster_management attach
reattach appliance success
Service Commands
17