NetApp Clustered Data ONTAP 82 CLI Commands Sort by Task
NetApp Clustered Data ONTAP 82 CLI Commands Sort by Task
0096 0015 Configuring Cluster management network Networking network interface failover-groups create -failover-group cluster_mgmt -node NODENAME2 -port e0f adds port e0f of node2 to failovergroup repeat for every node which should takeover cluster_mgmt
0097 0015 Configuring Cluster management network Networking network interface failover-groups show shows configured failover groups -
0098 0015 Configuring Cluster management network Networking network interface modify -vserver CLUSTERNAME -lif cluster_mgmt -failover-group cluster_mgmt configures failovergroup cluster_mgmt to LIF cluster_mgmt -
0099 0015 Configuring Cluster management network Networking network interface show -failover -lif cluster_mgmt shows failover settings of LIF cluste_mgmgt -
0100 0016 Configuring Node management network Networking network interface migrate -vserver NODENAME1 -lif mgmt1 -destination-node NODENAME1 -destination-port e0d migrate mgmt LIF mgmt1 of node 1 to port e0d -
0101 0016 Configuring Node management network Networking network interface modify -vserver NODENAME1 -lif mgmt1 -home-node NODENAME1 -home-port e0d modifies homeport of mgmt1 LIF -
creates failovergroup mgmt1_NODENAME1 with port e0d
0102 0016 Configuring Node management network Networking network interface failover-groups create -failover-group mgmt1_NODENAME1 -node NODENAME1 -port e0d of node1 -
0103 0016 Configuring Node management network Networking network interface failover-groups create -failover-group mgmt1_NODENAME1 -node NODENAME1 -port e0f adds port e0f of node1 to failovergroup -
0104 0016 Configuring Node management network Networking network interface modify -vserver NODENAME1 -lif mgmt1 -failover-group mgmt1_NODENAME1 configures failovergroup mgmt1_NODENAME1 to LIF mgmt1 repeat task 0016 for every node management LIF (mgmt1)
Configuring LACP ifgrp with VLANs
0105 0017 as basic for data LIFs Networking network port modify -node NODENAME1 -port e0d -role data configure port e0d as data port -
Configuring LACP ifgrp with VLANs
0106 0017 as basic for data LIFs Networking network port modify -node NODENAME1 -port e0f -role data configure port e0f as data port -
Configuring LACP ifgrp with VLANs
0107 0017 as basic for data LIFs Networking network port modify -node NODENAME1 -port e0d -role data configure port e0d as data port -
Configuring LACP ifgrp with VLANs
0108 0017 as basic for data LIFs Networking network port modify -node NODENAME1 -port e0f -role data configure port e0f as data port -
Configuring LACP ifgrp with VLANs
0109 0017 as basic for data LIFs Networking network port show shows port configuration -
Configuring LACP ifgrp with VLANs
0110 0017 as basic for data LIFs Networking network port ifgrp create -node NODENAME1 -ifgrp a0a -distr-func ip -mode multimode_lacp creates LACP ifgrp (a0a) repeat on all nodes
Configuring LACP ifgrp with VLANs
0111 0017 as basic for data LIFs Networking network port ifgrp add-port -node NODENAME1 -ifgrp a0a -port e0c adds port e0c to a0a repeat on all nodes
Configuring LACP ifgrp with VLANs
0112 0017 as basic for data LIFs Networking network port ifgrp add-port -node NODENAME1 -ifgrp a0a -port e0e adds port e0e to a0a repeat on all nodes
Configuring LACP ifgrp with VLANs
0113 0017 as basic for data LIFs Networking network port ifgrp show shows ifgrp configuration repeat on all nodes
Configuring LACP ifgrp with VLANs
0114 0017 as basic for data LIFs Networking network port vlan create -node NODENAME1 -port a0a -vlan-id 100 create VLAN 100 on ifgrp a0a in this example used for CIFS
Configuring LACP ifgrp with VLANs
0115 0017 as basic for data LIFs Networking network port vlan create -node NODENAME1 -port a0a -vlan-id 200 create VLAN 200 on ifgrp a0a in this example used for NFS
vserver cifs users-and-groups local-group add-member -group-name "BUILTIN\Backup Operators" -member-names DOMAIN\SERVICEUSER needed that the external AV scan server service user
0254 0023 Create and configure CIFS vservers AntiVirus -vserver VSERVERNAME adds the service user to the local backup operators group can access the cifs files
0255 0023 Create and configure CIFS vservers AntiVirus vserver vscan show is vscan on / off? -
0256 0023 Create and configure CIFS vservers AntiVirus vserver vscan connection-status show all are the scan servers connected? -
if you want to backup the data vserver aware, this
0257 0024 Configure NDMP NDMP system services ndmp node-scope-mode on possibility to backup data from the hardware setting must be disabled (default: off)
0258 0024 Configure NDMP NDMP system services ndmp on -node * enable NDMP on every node -
0259 0024 Configure NDMP NDMP system services ndmp show shows NDMP state -
0260 0024 Configure NDMP NDMP system node hardware tape drive show shows connected tape drives -
0261 0024 Configure NDMP NDMP system node hardware tape library show shows connected tape libraries -
volume clone create -vserver VSERVERNAME -flexclone VOLNAME_clone -type RW -parent-volume VOLNAME
0262 0025 FlexClone handling FlexClone -junction-active true -foreground true -parent-snapshot SNAPNAME -junction-path /VOLNAME_clone -space-guarantee none creates a FlexClone from the snapshot of the volume -
0263 0025 FlexClone handling FlexClone volume clone show shows actual FlexClones -
0264 0025 FlexClone handling FlexClone volume clone split start -vserver VSERVERNAME -flexclone VOLNAME_clone -foreground true splits the FlexClone and fills up the "new" volume -
0265 0025 FlexClone handling FlexClone volume clone split status status of the FlexClone split procedure -
0266 0025 FlexClone handling Volumes volume offline VOLNAME -vserver VSERVERNAME -force true offlines a volume or FlexClone volume -
0267 0025 FlexClone handling Volumes volume destroy -vserver VSERVERNAME -volume VOLNAME -force true destroys a volume or a FlexClone volume -
network interface create -vserver NODE1 -lif ic1_NODE1 -role intercluster -home-node NODE1 -home-port e0d -address IP
0268 0026 Basic configuration SnapMirror & SnapVault Networking -netmask NETMASK creates a cluster interconnect LIF -
network interface create -vserver NODE1 -lif ic2_NODE1 -role intercluster -home-node NODE1 -home-port e0f -address IP
0269 0026 Basic configuration SnapMirror & SnapVault Networking -netmask NETMASK creates a second cluster interconnect LIF for redundancy -
network interface create -vserver NODE2 -lif ic1_NODE2 -role intercluster -home-node NODE2 -home-port e0d -address IP
0270 0026 Basic configuration SnapMirror & SnapVault Networking -netmask NETMASK creates a cluster interconnect LIF -
network interface create -vserver NODE2 -lif ic2_NODE2 -role intercluster -home-node NODE2 -home-port e0f -address IP repeat these steps for every node in both clusters
0271 0026 Basic configuration SnapMirror & SnapVault Networking -netmask NETMASK creates a second cluster interconnect LIF for redundancy (source and destination cluster)
0272 0026 Basic configuration SnapMirror & SnapVault Cluster cluster peer create -peer-addrs ONEIPOFDESTINATIONCLUSTERICLIF -username admin peers the source and destination cluster just one IP needed for peering process
0273 0026 Basic configuration SnapMirror & SnapVault vserver vserver peer create -vserver SOURCEVSERVER -peer-vserver DESTVSERVER -applications snapmirror -peer-cluster DESTCLUSTER peers the source and destination vserver vservers must have different names, execute on source
0274 0026 Basic configuration SnapMirror & SnapVault vserver vserver peer accept -vserver DESTVSERVER -peer-vserver SOURCEVSERVER -peer-cluster SOURCECLUSTER accepts the request for peering from source vserver execute on destination
volume create -vserver DESTVSERVER -volume NAMEOFSECONDARYVOL -aggregate DESTAGGR -size SIZE -type DP creates destination volume, marked as data protection
0275 0026 Basic configuration SnapMirror & SnapVault Volumes -space-guarantee none volume execute on destination
0276 0027 Configure SnapMirror SnapMirror snapmirror create -source-path SOURCEVSERVER:SOURCEVOL -destination-path DESTVSERVER:DESTVOL -type DP create snapmirror relationship execute on destination