system controller replace start
Start controller replacement
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The system controller replace start command is used to initiate a controller-replacement operation. The update is preceded by a validation of the HA pair to ensure that any issues that might affect the update are identified.
There are predefined points in the update when the update can be paused (either requested by the user or by the operation in case of an error or for manual intervention).
Parameters
- [-nodes <nodename>, ...] - Nodes for Controller Replacement
- Specifies the nodes that are to be replaced.
- [-simulate [true]] - Simulate Controller Replacement
- Dry run the operation. Checks for all validations.
- [-skip-metrocluster-check {true|false}] - Skip Metrocluster Check before Replacement
- Skips the DR mirror offline check when performing Metrocluster validation. In 4-node Metrocluster configuration, if controller replacement is already complete one one site, then the partner site should replace its controllers by setting this parameter to true. The default value is false.
- [-nso {true|false}] - Select NSO Procedure
- Follow the negotated switchover switchback based controller replacement procedure for 4 node MCC FC system. To select ARL based procedure for 4 node MCC FC , this parameter needs to be set to false.This parameter is only honored in MCC configuration. Hence, setting or unsetting of this parameter has no effect in HA configuration. The default value is true for MCC FC.
Examples
The following example shows the replacement operation:
cluster1::*> system controller replace start -nodes node1, node2 -simulate true
Warning: 1. Current ONTAP version is 9.11.1RC1
2. Verify that NVMEM or NVRAM batteries of the new nodes are charged, and charge them if they are not.
You need to physically check the new
nodes to see if the NVMEM or NVRAM batteries are charged. You can check the battery status either by
connecting to a serial console or using
SSH, logging into the Service Processor (SP) or Baseboard Management Controller (BMC) for your system,
and use the system sensors to see if the
battery has a sufficient charge.
Attention: Do not try to clear the NVRAM contents. If there is a need to clear the contents of NVRAM,
contact Lenovo technical support.
3. If a controller was previously part of a different cluster, run wipeconfig before using it as the
replacement controller.
4. Note: This is not a Metrocluster configuration. Controller replacement supports only ARL
based procedure.
Do you want to continue? {y|n}: y
Controller replacement: Prechecks in progress...............
Controller replacement has been paused for user intervention.
Please collect the following info from the current node:
vserver services name-service dns show
network interface show -curr-node node -role cluster,intercluster,node-mgmt,cluster-mgmt
network port show -node node -type physical
service-processor show -node * -instance
network fcp adapter show -node node
network port ifgrp show
network port vlan show
system node show -instance -node node
run -node node sysconfig
storage aggregate show -node node
volume show -node node
network interface failover-groups show
storage array config show -switch switchname
system license show -owner node
storage encryption disk show
Give documentation feedback