(Elkin)
## clustermode domain-tunnel ##
# To have the administrator of the AD domain login to the administration vserver and manage the cluster, create a domain-tunnel.
# The name of the admin-vserver:
security login create -user-or-group-name netapp\administrator -application ssh -authmethod domain -role admin
# create a vserver with vserver setup
vservername: domain_tunnel_01
Vserver Type: data
Allowed Protocols: cifs
domainname: netapp.local
nameserver: 192.168.4.244
cifs servername: domain_tun_01
active directory domain: netapp.local
ad adminname: administrator
ad adminpassword: *******
vserver create -vserver
# Create a network interface for the vserver for ouside communication
network interface create -vserver
# Configure DNS configuration
dns create -domains
# Create a CIFS share
cifs create -vserver
# Create the Domain-Tunnel
security login domain-tunnel create
# Testing the configuration
On windows in cmd-tool: plink netapp\administrator@