ONTAP 9.13.1 commands

cluster kernel-service config modify

Modify cluster service state in the kernel

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The cluster kernel-service config modify used to manage the cluster kernel-service subsystem for a node.

Parameters

-node {<nodename>|local} - Node

The node in the cluster where the configuration is being modified.

[-kcs-enable-takeover {true|false}] - Initiated Takeover Enabled

This indicates whether the kernel service subsystem for this node will initiate a takeover of any node determined to be out of quorum if allowed by the HA subsystem.

Examples

cluster1::*> cluster kernel-service config modify -node cluster1-01 -kcs-enable-core false
Top of Page