Reference Guide

Table Of Contents
Remove and reattach an appliance
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.
Steps
1. Run the following command to view the status of the appliances in the cluster: svc_cluster_management status
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
Configure new SLICs (svc_commit_slic)
This service script activates commit pair of SLIC logic. Use this script after you insert the SLICs into slots. The script enables
you to create all necessary configuration for new SLICs on this appliance and on remote appliances (in the cluster). This script
must be started on primary node.
Specify the number of slots for which you want to configure SLICs. If no SLICs are ready, an error message is returned.
Three types of objects must be configured when adding a SLIC and running the commit SLIC operation:
Autodiscovered hardware objects: These objects include SFP and FEPort.
These objects are discovered automatically after the SLIC is inserted and before the commit procedure.
Network configurations: These objects include the target and net device.
These objects are created during the commit procedure.
Cluster-wide configurations: These objects include the IP port, remote target, and remote NVMe port.
These objects are created across the cluster, not just on the appliance.
18
Service Commands