Configuring cluster switches

This is a brief guide on the setup steps for cluster switches for Clustered ONTAP systems.

CN1610 Configuration

User: admin
Password: (enter password)

enable
hostname clusterswitch01
network protocol none
serviceport protocol none
serviceport ip 192.168.1.9 255.255.255.0 192.168.1.254
show serviceport
show network
copy active backup

hostname clusterswitch02
network protocol none
serviceport protocol none
serviceport ip 192.168.1.2 255.255.255.0 192.168.1.254
show serviceport
show network
copy active backup

CN1610 Firmware Upgrades

Save current Image to backup
copy active backup
show bootvar
Download the image to the active boot partition on the CN1610 switch:
copy tftp://192.168.1.233/NetApp_CN1610_1.1.0.5.stk active
Reboot the switch
reload
Check version
show version
show bootvar

Apply the RCF

Show running config
show running-config running-config.scr
Verify script is backed up
script list
Backup script to TFTP Server
copy nvram:script running-config.scr tftp://192.168.1.233/original_runningconfig.scr
Download new script file from tftp server
copy tftp://192.168.1.233/CN1610_CS_RCF_v1.1.scr nvram:script CN1610_CS_RCF_v1.1.scr
script list
Validate and Apply Script
script validate CN1610_CS_RCF_v1.1.scr
script apply CN1610_CS_RCF_v1.1.scr

show running-config
write memory