The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Verify netgroup file is present on all nodes before an ONTAP upgrade
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Before you upgrade ONTAP, if you have loaded netgroups into storage virtual machines (SVMs), you must verify that the netgroup file is present on each node. A missing netgroup file on a node can cause an upgrade to fail.
Steps
-
Set the privilege level to advanced:
set -privilege advanced
Cli -
Display the netgroup status for each SVM:
vserver services netgroup status
Cli -
Verify that for each SVM, each node shows the same netgroup file hash value:
vserver services name-service netgroup status
CliIf this is the case, you can skip the next step and proceed with the upgrade or revert. Otherwise, proceed to the next step.
-
On any one node of the cluster, manually load the netgroup file:
vserver services netgroup load -vserver vserver_name -source uri
CliThis command downloads the netgroup file on all nodes. If a netgroup file already exists on a node, it is overwritten.
Related information