#部署之前务必检查 CN1610 OS 与 ONTAP OS的兼容列表,及对应RCF版本,以下是其兼容列表及对应的RCF的版本;

Netapp CN1610 Configure Summary_第1张图片

#Note:save config changs to memory after configure

(CN1610) #write memory

(CN1610) #reload

#Configure Management IP

(CN1610) #serviceport protocol none

(CN1610) #network protocol none

(CN1610) #serviceport ip

(CN1610) #hostname CN1610-01

(CN1610) #show serviceport

Interface Status............................... Up

IP Address..................................... 10.x.x.x

Subnet Mask.................................... 255.255.2554.0

Default Gateway................................ 10.x.x.x

#Configure DNS,SNMP and network time synchronization

CN1610) #config

(CN1610) (Config)#ip domain name

(CN1610) (Config)#ip name server

(CN1610) (Config)#sntp client mode unicast

(CN1610) (Config)#sntp server

(CN1610) (Config)#exit

(CN1610) #show clock

#Configure SSHv2 and Disable Telnet

(CN1610) #ip ssh protocol 2

(CN1610) #config

(CN1610) (Config)#crypto key generate dsa

(CN1610) (Config)#crypto key generate rsa

(CN1610) (Config)#exit (wait 10 seconds before running the next command to enable ssh to avoid “Failed to find SSHD key files” message)

(CN1610) #ip ssh server enable

(CN1610) #show ip ssh

SSH Configuration

Administrative Mode: .......................... Enabled

Protocol Levels: .............................. Version 2

SSH Sessions Currently Active: ................ 0

Max SSH Sessions Allowed: ..................... 5

SSH Timeout: .................................. 5

Keys Present: ................................. DSA RSA

Key Generation In Progress: ................... None

(CN1610) #no ip telnet server enable 

#Check CN1610 OS Version

(CN1610)#show version

Switch: 1

System Description............................. NetApp CN1610, 1.1.0.3, Linux

                                                2.6.21.7

Machine Type................................... NetApp CN1610

Machine Model.................................. CN1610

Serial Number.................................. 30511200126

Burned In MAC Address.......................... 00:A0:98:E7:DE:D7

Software Version............................... 1.1.0.3

Operating System............................... Linux 2.6.21.7

Network Processing Device...................... BCM56820_B0

Part Number.................................... 111-00982

#Check CN1610 RCF Version

(CN1610)#show port description 3/64

Interface....... 3/64

ifIndex......... 81

Description..... NetApp CN1610 Cluster Switch RCF v1.1 (2014-01-15)

MAC address..... 00:A0:98:22:93:AC

Bit Offset Val.. 81

#Check RCF List In CN1610

(CN1610) #script list 

Configuration Script Name Size(Bytes)

-------------------------------------------

CN1610_CS_RCF_v1.0.scr      2149

CN1610_CS_RCF_v1.1.scr      2169

#Apply the Selected RCF Version

(CN1610) #script apply CN1610_CS_RCF_v1.1.scr 

(continued on next page)Are you sure you want to apply the configuration script? (y/n) y

The system has unsaved changes.

Would you like to save them now? (y/n) y

Config file 'startup-config' created successfully .

Configuration Saved!

#Update or Upgrade CN1610 OS

 #check the images with the show bootvar command. The new image should now appear in the active, current-active, and next-active columns:

(CN1610)# show bootvar

 Image Descriptions

 active :

 backup :

 Images currently available on Flash

--------------------------------------------------------------------

 unit      active      backup     current-active        next-active

--------------------------------------------------------------------

 

    1     1.1.0.8     1.1.0.5            1.1.0.8            1.1.0.8

    #Before downloading the image you can save the current image to be a backup image:

  (CN1610) #copy active backup

 #Download the image to the CN1610 switch

  (CN1610) # copy  tftp://tftpIP/NetApp_CN1610_1.1.0.8.stk  active

(CN1610)# reload

     (CN1610)# show bootvar

#Update or Upgrade CN1610 RCF

   #Save the running-config file as a script to the switch to save the current configuration:

(CN1610)# show running-config filename.scr

  #Download the RCF to the switch:

   (CN1610)# copy tftp://tftpIP/CN1610_CS_RCF_v1.1.txt nvram:script

   (CN1610)# script list

(CN1610)# script apply CN1610_CS_RCF_v1.1.scr

    #Save the configuration changes to memory

(CN1610) #write memory

(CN1610) #reload