Skip to main content
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

NX-OS 소프트웨어 설치 또는 업그레이드

기여자 netapp-yvonneo

이 절차를 사용하여 Nexus 3232C 스토리지 스위치에 NX-OS 소프트웨어를 설치할 수 있습니다.

시작하기 전에

다음 사항을 확인하십시오.

  • 스위치 구성의 현재 백업입니다.

  • 완벽하게 작동하는 클러스터(로그에 오류나 유사한 문제가 없음).

  • "Cisco 이더넷 스위치 페이지". 지원되는 ONTAP 및 NX-OS 버전에 대한 스위치 호환성 표를 참조하세요.

  • "Cisco Nexus 3000 시리즈 스위치". Cisco 스위치 업그레이드 및 다운그레이드 절차에 대한 전체 문서는 Cisco 웹 사이트에서 제공하는 해당 소프트웨어 및 업그레이드 가이드를 참조하세요.

소프트웨어를 설치하거나 업그레이드합니다

이 절차에서는 ONTAP 명령과 Cisco Nexus 3000 시리즈 스위치 명령을 모두 사용해야 합니다. 달리 지정되지 않는 한 ONTAP 명령을 사용합니다.

"NX-OS 및 RCF 설치 준비"에서 절차를 완료한 후 아래 단계를 따르십시오.

단계
  1. 스위치를 관리 네트워크에 연결합니다.

  2. 사용하다 ping NX-OS 소프트웨어와 RCF를 호스팅하는 서버에 대한 연결을 확인하는 명령입니다.

    예를 보여주세요

    이 예제에서는 스위치가 IP 주소 172.19.2.1의 서버에 도달할 수 있는지 확인합니다.

    s2# ping 172.19.2.1
    Pinging 172.19.2.1 with 0 bytes of data:
    
    Reply From 172.19.2.1: icmp_seq = 0. time= 5910 usec.
  3. 스위치를 처음 설정하는 경우 5단계로 건너뛰십시오. 스위치를 업그레이드하는 경우 다음 단계로 진행하십시오.

  4. 각 노드 스토리지 포트 및 스토리지 쉘프 포트의 관리 또는 운영 상태를 확인하십시오.

    1. 노드 스토리지 포트 속성을 표시합니다.

      storage port show

      예를 보여주세요
      cluster1::*> storage port show
      Speed                     VLAN
      Node           Port Type  Mode    (Gb/s) State    Status      ID
      -------------- ---- ----- ------- ------ -------- --------- ----
      cluster1-01
                     e5a  ENET  storage    100 enabled  online      -
                     e3b  ENET  storage    100 enabled  online      -
      cluster1-02
      
                     e5a  ENET  storage    100 enabled  online      -
                     e3b  ENET  storage    100 enabled  online      -
      .
      .
    2. 스토리지 셸프 포트 속성 표시:
      storage shelf port show

      예를 보여주세요
      cluster1::*> storage shelf port show
      Shelf ID Module State        Internal?
      ----- -- ------ ------------ ---------
      1.4
             0 A      connected    false
             1 A      connected    false
             2 B      connected    false
             3 B      connected    false
      .
      .
    3. 스위치가 모니터링되도록 스위치 상태 모니터링(CSHM)이 활성화되어 있는지 확인하십시오.

      system switch ethernet show

    예를 보여주세요
    cluster1::> system switch ethernet show
      Switch            Type               Address          Model
      ----------------- ------------------ ---------------- ---------------
      s1                storage-network    1.0.0.0          N3K-C3232C
         Serial Number: FFFYYYYYYY1
          Is Monitored: true
                Reason: None
      Software Version: Cisco Nexus Operating System (NX-OS) Software, Version
                        10.3(4a)
        Version Source: CDP/ISDP
      s2                storage-network    1.1.0.0           N3K-C3232C
         Serial Number: FEEYYYYYYY2
          Is Monitored: true
                Reason: None
      Software Version: Cisco Nexus Operating System (NX-OS) Software, Version
                        10.3(4a)
        Version Source: CDP/ISDP
  5. SSH를 사용하거나 시리얼 콘솔을 사용하여 스위치에 로그인합니다.

  6. NX-OS 소프트웨어와 EPLD 이미지를 Nexus 3232C 스위치에 복사합니다.

    예를 보여주세요
    s2# copy sftp: bootflash: vrf management
    Enter source filename: /code/nxos.9.3.4.bin
    Enter hostname for the sftp server: 172.19.2.1
    Enter username: user1
    
    Outbound-ReKey for 172.19.2.1:22
    Inbound-ReKey for 172.19.2.1:22
    user1@172.19.2.1's password:
    sftp> progress
    Progress meter enabled
    sftp> get   /code/nxos.9.3.4.bin  /bootflash/nxos.9.3.4.bin
    /code/nxos.9.3.4.bin  100% 1261MB   9.3MB/s   02:15
    sftp> exit
    Copy complete, now saving to disk (please wait)...
    Copy complete.
    
    
    s2# copy sftp: bootflash: vrf management
    Enter source filename: /code/n9000-epld.9.3.4.img
    Enter hostname for the sftp server: 172.19.2.1
    Enter username: user1
    
    Outbound-ReKey for 172.19.2.1:22
    Inbound-ReKey for 172.19.2.1:22
    user1@172.19.2.1's password:
    sftp> progress
    Progress meter enabled
    sftp> get   /code/n9000-epld.9.3.4.img  /bootflash/n9000-epld.9.3.4.img
    /code/n9000-epld.9.3.4.img  100%  161MB   9.5MB/s   00:16
    sftp> exit
    Copy complete, now saving to disk (please wait)...
    Copy complete.
  7. NX-OS 소프트웨어의 실행 버전을 확인하세요.

    show version

    예를 보여주세요
    s2# show version
    Cisco Nexus Operating System (NX-OS) Software
    TAC support: http://www.cisco.com/tac
    Copyright (C) 2002-2019, Cisco and/or its affiliates.
    All rights reserved.
    The copyrights to certain works contained in this software are
    owned by other third parties and used and distributed under their own
    licenses, such as open source.  This software is provided "as is," and unless
    otherwise stated, there is no warranty, express or implied, including but not
    limited to warranties of merchantability and fitness for a particular purpose.
    Certain components of this software are licensed under
    the GNU General Public License (GPL) version 2.0 or
    GNU General Public License (GPL) version 3.0  or the GNU
    Lesser General Public License (LGPL) Version 2.1 or
    Lesser General Public License (LGPL) Version 2.0.
    A copy of each such license is available at
    http://www.opensource.org/licenses/gpl-2.0.php and
    http://opensource.org/licenses/gpl-3.0.html and
    http://www.opensource.org/licenses/lgpl-2.1.php and
    http://www.gnu.org/licenses/old-licenses/library.txt.
    
    Software
      BIOS: version 08.37
      NXOS: version 9.3(3)
      BIOS compile time:  01/28/2020
      NXOS image file is: bootflash:///nxos.9.3.3.bin
      NXOS compile time:  12/22/2019 2:00:00 [12/22/2019 14:00:37]
    
    Hardware
      cisco Nexus3000 C3232C Chassis (Nexus 9000 Series)
      Intel(R) Xeon(R) CPU E5-2403 v2 @ 1.80GHz with 8154432 kB of memory.
      Processor Board ID FOCXXXXXXGD
    
      Device name: s2
      bootflash:   53298520 kB
    Kernel uptime is 0 day(s), 0 hour(s), 3 minute(s), 36 second(s)
    
    Last reset at 74117 usecs after Tue Nov 24 06:24:23 2020
      Reason: Reset Requested by CLI command reload
      System version: 9.3(3)
      Service:
    
    plugin
      Core Plugin, Ethernet Plugin
    
    Active Package(s):
  8. NX-OS 이미지를 설치합니다.

    이미지 파일을 설치하면 스위치를 재부팅할 때마다 이미지 파일이 로드됩니다.

    예를 보여주세요
    s2# install all nxos bootflash:nxos.9.3.4.bin
    Installer will perform compatibility check first. Please wait.
    Installer is forced disruptive
    
    Verifying image bootflash:/nxos.9.3.4.bin for boot variable "nxos".
    [] 100% -- SUCCESS
    
    Verifying image type.
    [] 100% -- SUCCESS
    
    Preparing "nxos" version info using image bootflash:/nxos.9.3.4.bin.
    [] 100% -- SUCCESS
    
    Preparing "bios" version info using image bootflash:/nxos.9.3.4.bin.
    [] 100% -- SUCCESS
    
    Performing module support checks.
    [] 100% -- SUCCESS
    
    Notifying services about system upgrade.
    [] 100% -- SUCCESS
    
    Compatibility check is done:
    Module  bootable          Impact              Install-type  Reason
    ------- ----------------- ------------------- ------------- ----------
         1     Yes            Disruptive          Reset         Default upgrade is not hitless
    
    Images will be upgraded according to following table:
    Module       Image       Running-Version(pri:alt)                New-Version          Upg-Required
    ------------ ----------- --------------------------------------- -------------------- ------------
         1       nxos        9.3(3)                                  9.3(4)               yes
         1       bios        v08.37(01/28/2020):v08.32(10/18/2016)   v08.37(01/28/2020)   no
    
    
    Switch will be reloaded for disruptive upgrade.
    Do you want to continue with the installation (y/n)?  [n] y
    
    Install is in progress, please wait.
    
    Performing runtime checks.
    [] 100% -- SUCCESS
    
    Setting boot variables.
    [] 100% -- SUCCESS
    
    Performing configuration copy.
    [] 100% -- SUCCESS
    
    Module 1: Refreshing compact flash and upgrading bios/loader/bootrom.
    Warning: please do not remove or power off the module at this time.
    [] 100% -- SUCCESS
    
    
    Finishing the upgrade, switch will reboot in 10 seconds.
  9. 스위치가 재부팅된 후 NX-OS 소프트웨어의 새 버전을 확인하세요.

    show version

    예를 보여주세요
    s2# show version
    Cisco Nexus Operating System (NX-OS) Software
    TAC support: http://www.cisco.com/tac
    Copyright (C) 2002-2020, Cisco and/or its affiliates.
    All rights reserved.
    The copyrights to certain works contained in this software are
    owned by other third parties and used and distributed under their own
    licenses, such as open source.  This software is provided "as is," and unless
    otherwise stated, there is no warranty, express or implied, including but not
    limited to warranties of merchantability and fitness for a particular purpose.
    Certain components of this software are licensed under
    the GNU General Public License (GPL) version 2.0 or
    GNU General Public License (GPL) version 3.0  or the GNU
    Lesser General Public License (LGPL) Version 2.1 or
    Lesser General Public License (LGPL) Version 2.0.
    A copy of each such license is available at
    http://www.opensource.org/licenses/gpl-2.0.php and
    http://opensource.org/licenses/gpl-3.0.html and
    http://www.opensource.org/licenses/lgpl-2.1.php and
    http://www.gnu.org/licenses/old-licenses/library.txt.
    
    Software
      BIOS: version 08.37
      NXOS: version 9.3(4)
      BIOS compile time:  01/28/2020
      NXOS image file is: bootflash:///nxos.9.3.4.bin
      NXOS compile time:  4/28/2020 21:00:00 [04/29/2020 06:28:31]
    
    Hardware
     cisco Nexus3000 C3232C Chassis (Nexus 9000 Series)
      Intel(R) Xeon(R) CPU E5-2403 v2 @ 1.80GHz with 8154432 kB of memory.
      Processor Board ID FOCXXXXXXGS
    
      Device name: rtpnpi-mcc01-8200-ms-A1
      bootflash:   53298520 kB
    Kernel uptime is 0 day(s), 0 hour(s), 3 minute(s), 14 second(s)
    
    Last reset at 196755 usecs after Tue Nov 24 06:37:36 2020
      Reason: Reset due to upgrade
      System version: 9.3(3)
      Service:
    
    plugin
      Core Plugin, Ethernet Plugin
    
    Active Package(s):
  10. EPLD 이미지를 업그레이드하고 스위치를 재부팅합니다.

    예를 보여주세요
    s2# show version module 1 epld
    
    EPLD Device                     Version
    ---------------------------------------
    MI   FPGA                       0x12
    IO   FPGA                       0x11
    
    s2# install epld bootflash:n9000-epld.9.3.4.img module 1
    Compatibility check:
    Module        Type         Upgradable    Impact      Reason
    ------  -----------------  ----------    ----------  -----------------
         1         SUP         Yes           Disruptive  Module Upgradable
    
    Retrieving EPLD versions.... Please wait.
    Images will be upgraded according to following table:
    Module  Type   EPLD              Running-Version   New-Version  Upg-Required
    ------  ----  -----------------  ---------------   -----------  ------------
         1   SUP   MI FPGA                0x12         0x12         No
         1   SUP   IO FPGA                0x11         0x12         Yes
    The above modules require upgrade.
    The switch will be reloaded at the end of the upgrade
    Do you want to continue (y/n) ?  [n] y
    
    Proceeding to upgrade Modules.
    
    Starting Module 1 EPLD Upgrade
    
    Module 1 : IO FPGA [Programming] : 100.00% (     64 of      64 sectors)
    Module 1 EPLD upgrade is successful.
    Module        Type  Upgrade-Result
    ------  ------------------  --------------
         1         SUP         Success
    
    Module 1 EPLD upgrade is successful.
  11. NX-OS 버전 9.3(11)으로 업그레이드하는 경우 EPLD를 업그레이드해야 합니다. golden 이미지를 다시 한 번 스캔하고 스위치를 재부팅합니다. 그렇지 않으면 12단계로 건너뜁니다.

    예를 보여주세요
    s2# install epld bootflash:n9000-epld.9.3.11.img module 1 golden
    Digital signature verification is successful
    Compatibility check:
    Module        Type         Upgradable     Impact      Reason
    ------  -----------------  -------------  ----------  -----------------
         1        SUP          Yes            Disruptive  Module Upgradable
    
    Retrieving EPLD versions.... Please wait.
    The above modules require upgrade.
    The switch will be reloaded at the end of the upgrade
    Do you want to continue (y/n) ?  [n] y
    
    Proceeding to upgrade Modules.
    
     Starting Module 1 EPLD Upgrade
    
    Module 1 : MI FPGA [Programming] : 100.00% (     64 of      64 sect)
    Module 1 : IO FPGA [Programming] : 100.00% (     64 of      64 sect)
    Module 1 EPLD upgrade is successful.
    Module        Type          Upgrade-Result
    ------  ------------------  --------------
         1         SUP          Success
    
    EPLDs upgraded.
    
    Module 1 EPLD upgrade is successful.
  12. 스위치를 재부팅한 후 로그인하여 새로운 버전의 EPLD가 성공적으로 로드되었는지 확인하세요.

    예를 보여주세요
    s2# show version module 1 epld
    
    EPLD Device                     Version
    ---------------------------------------
    MI   FPGA                        0x12
    IO   FPGA                        0x12
  13. 스위치를 처음 설정하는 경우 15단계로 건너뛰십시오. 스위치를 업그레이드하는 경우 다음 단계로 진행하십시오.

  14. 각 노드 스토리지 포트와 스토리지 쉘프 포트의 상태를 확인하십시오.

    1. 노드 스토리지 포트 속성을 표시합니다.

      storage port show

      예를 보여주세요
      cluster1::*> storage port show
      Speed                     VLAN
      Node           Port Type  Mode    (Gb/s) State    Status      ID
      -------------- ---- ----- ------- ------ -------- --------- ----
      cluster1-01
                     e5a  ENET  storage    100 enabled  online      -
                     e3b  ENET  storage    100 enabled  online      -
      cluster1-02
      
                     e5a  ENET  storage    100 enabled  online      -
                     e3b  ENET  storage    100 enabled  online      -
    2. 스토리지 셸프 포트 속성 표시:
      storage shelf port show

      예를 보여주세요
      cluster1::*> storage shelf port show
      Shelf ID Module State        Internal?
      ----- -- ------ ------------ ---------
      1.4
             0 A      connected    false
             1 A      connected    false
             2 B      connected    false
             3 B      connected    false
      .
      .
    3. 스위치가 모니터링되도록 스위치 상태 모니터링(CSHM)이 활성화되어 있는지 확인하십시오.

      system switch ethernet show

    예를 보여주세요
    cluster1::> system switch ethernet show
      Switch            Type               Address          Model
      ----------------- ------------------ ---------------- ---------------
      s1                storage-network    1.0.0.0          N3K-C3232C
         Serial Number: FFFYYYYYYY1
          Is Monitored: true
                Reason: None
      Software Version: Cisco Nexus Operating System (NX-OS) Software, Version
                        10.3(4a)
        Version Source: CDP/ISDP
      s2                storage-network    1.1.0.0           N3K-C3232C
         Serial Number: FEEYYYYYYY2
          Is Monitored: true
                Reason: None
      Software Version: Cisco Nexus Operating System (NX-OS) Software, Version
                        10.3(4a)
        Version Source: CDP/ISDP  false
  15. 5단계부터 13단계까지 반복하여 스위치 s1에 NX-OS 소프트웨어를 설치하십시오.

다음은 무엇인가요?

NX-OS 소프트웨어를 설치한 후 "참조 구성 파일(RCF) 설치 또는 업그레이드"할 수 있습니다.