المقدمة
يوضح هذا المستند كيفية إستعادة محول مركز بيانات متعدد الطبقات (MDS) من موجه تحميل التمهيد ووضع التمهيد.
المتطلبات الأساسية
المتطلبات
توصي Cisco بأن تكون لديك معرفة بالمواضيع التالية:
- أوامر تكوين MDS9000 CLI
- كيفية إعداد اتصال وحدة تحكم بمحول MDS.
- كيفية إعداد محول MDS أو توصيله بشبكة من خلال منفذ الإدارة الخاص بها.
- التشابه مع TFTP.
المكونات المستخدمة
تستند المعلومات الواردة في هذا المستند إلى متطلبات البرامج الإصدار 6.2(9) والإصدارات الأحدث. يستخدم هذا المستند محول MDS9148S، و switchname tempest الذي يدعم من 12 إلى 48 منفذ قناة ليفية بسرعة 16 جيجابت في الثانية.
تم إنشاء المعلومات الواردة في هذا المستند من الأجهزة الموجودة في بيئة معملية خاصة. بدأت جميع الأجهزة المُستخدمة في هذا المستند بتكوين ممسوح (افتراضي). إذا كانت شبكتك قيد التشغيل، فتأكد من فهمك للتأثير المحتمل لأي أمر.
معلومات أساسية
من أجل العمل بشكل صحيح، تتطلب محولات MDS بدء تشغيل Kickstart صالح غير تالف وصورة النظام للتمهيد بشكل كامل. صور Kickstart غير صحيحة أو تالفة أو مفقودة تمنع المحول من التمهيد وتتوقف في موجه أمر تحميل التمهيد. مفتاح مع صورة Kickstart صالحة، ولكن صورة نظام غير صحيحة أو مفقودة، ينتهي به المطاف في وضع التمهيد.
تسلسل تمهيد المحول
BIOS > أداة تحميل > صورة Kickstart > صورة النظام
- يقوم نظام إخراج الإدخال الأساسي (BIOS) بتحميل أداة التحميل.
- تقوم أداة التحميل بتحميل صورة Kickstart في ذاكرة الوصول العشوائي (RAM) وتبدأ تشغيل صورة Kickstart.
- تقوم صورة Kickstart بتحميل صورة النظام وتشغيلها.
- تقرأ صورة النظام ملف تكوين بدء التشغيل.
المطالبة بالتبديل
طور
|
موجه أوامر
|
الوصف
|
BIOS
|
غير قابل للتمهيد
|
يبدأ نظام الإدخال والإخراج الأساسي (BIOS) بتشغيل الاختبار الذاتي واختبار الذاكرة.
|
محمل
|
جهاز تحميل>
|
يقوم أداة تحميل التمهيد بإلغاء ضغط البرامج المحملة لتمهيد صورة Kickstart.
Ctrl + C (مفتاح التحكم ومفتاح C) لإدخال موجه أمر تحميل التمهيد.
|
كيكستارت
|
switch(boot)#
|
عند انتهاء مرحلة أداة تحميل التمهيد، اضغط على Ctrl + — (مفتاح التحكم ومفتاح القوس الأيمن) لإدخال وضع التمهيد.
|
النظام
|
تسجيل الدخول:
|
تقوم صورة النظام بتحميل ملف تكوين بدء التشغيل وإرجاع محول لتسجيل الدخول كمطالبة.
|
إجراء الاسترداد
من جلسة عمل وحدة تحكم المحول.
جهاز تحميل>
الخطوة 1. قم بتنزيل صور Kickstart و System الخاصة بالمحول، ووضعها في دليل خادم TFTP.
في هذا المثال، عنوان IP لخادم TFTP هو 10.104.204.100.
الخطوة 2. قم بتكوين عنوان IP لإدارة المحول وقناع الشبكة الفرعية وبوابته الافتراضية.
Check config options in loader prompt using help option
loader> help
help - print online help
boot - Boot image
cmdline - <arguments>
dir - List Directory
help - print online help
network - Set network communication settings
reload - Reboot the board.
serial - Set serial console settings
show - Show loader configuration
loader> net --ip=10.66.78.80 --nm=255.255.255.128 --gw=10.66.78.4
في هذا المثال:
- يكون عنوان واجهة المحول mgmt0 IP 10.66.78.80 255.255.255.128
- عنوان IP للعبارة الافتراضية للمحول هو 10.66.78.4
أو
يختلف مزامنة تعيين IP في مطالبة أداة التحميل قليلا مع طرز الأجهزة للمحول.
المثال المدرج هنا في حالة محولات البنية T&V-Series.
loader> set ip 10.66.78.80 255.255.255.128
loader> set gw 10.66.78.4
ملاحظة: الخطوة 2 config مطلوب إذا كنت تقوم بتمهيد المحول لأول مرة (لمحول RMA) أو أن المحول قد تم كتابة erase boot.
الخطوة 3. قم بتمهيد صورة Kickstart الموجودة في دليل خادم TFTP، لإحضار المحول إلى وضع التمهيد.
loader> boot tftp://10.104.204.100/m9100-s5ek9-kickstart-mz.8.3.1.bin
eTSEC2: Speed 1000, full duplex
Using eTSEC2 device
TFTP from server 10.104.204.100; our IP address is 10.66.78.80; sending through gateway 10.66.78.4
Filename 'm9100-s5ek9-kickstart-mz.8.3.1.bin'.
Load address: 0x8000000
Loading: *#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#######
done
Bytes transferred = 26027008 (18d2400 hex)
NBI at 08000000 size 26027008
Booting image at addr 0x00800000 ...
Memory <- <0x0 0x0 0x1 0x0> (4096MB)
ethernet0: local-mac-address <- 10:05:ca:b6:c5:a0
ethernet1: local-mac-address <- 00:e0:0c:00:01:fd
ethernet2: local-mac-address <- 00:e0:0c:00:02:fd
CPU clock-frequency <- 0x3f941f80 (1067MHz)
CPU timebase-frequency <- 0x3f941f8 (67MHz)
CPU bus-frequency <- 0x1fca0fc0 (533MHz)
zImage starting: loaded at 0x00800000 (sp: 0x7fedc620)
Allocating 0x620d88 bytes for kernel ...
gunzipping (0x00000000 <- 0x00817000:0x00de3838)...done 0x5bc060 bytes
Using loader supplied ramdisk at 0x2800000-0x3de8e00
initrd head: 0x1f8b0808
Linux/PowerPC load: rw root=/dev/ram0 rdbase=0x7000000 card_index=9046 maxcpus=2 ip=off ramdisk_size=262144 noquiet obfl_type_ide=1 kgdboc=ttyS0,9600,B console=ttyS0,9600n8nn loader_ver="02.01.17" card_index=9046 quiet bootdev=mgmt0 server_ip=64.104.204.100 ksimg=m9100-s5ek9-kickstart-mz.8.3.1.bin isanimg= Finalizing device tree... flat tree at 0xdf0140
Ísetup_arch: bootmem
mpc85xx_ds_setup_arch()
arch: exit
[ 0.060378] Host controller irq 26
[ 0.103390] Assign root port irq 26
[ 0.144046] Host controller irq 24
[ 0.193691] Assign root port irq 24
[ 0.810630] physmap-flash physmap-flash.0: Could not reserve memory region
[ 1.084751] Enabling all PCI devices
INIT: Checking all filesystems..r.r.r.retval=[1]
r done
WARNING: Image sync is going to be disabled after a loader netboot.
Loading system software
No system image is specified
/etc/init.d/functions: li
INIT: Sending processes the KILL signal
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
switch(boot)#
الخطوة 4. إستردت المفتاح من الجزمة أسلوب.
1. تحقق من تكوين IP في موجه أمر تمهيد المحول.
switch(boot)# sh ip
ip routing is disabled
Management Interface: ip address 10.66.78.80/25
ip default-gateway 10.66.78.4
إذا لم يتم العثور على تكوين IP، فقم بتكوين عنوان IP لإدارة الواجهة وعنوان IP الافتراضي للعبارة مرة أخرى كما هو موضح.
switch(boot)# config t
Enter configuration commands, one per line. End with CNTL/Z.
switch(boot)(config)# interface mgmt 0
switch(boot)(config-if)# ip address 10.66.78.80 255.255.255.128
switch(boot)(config-if)# no shut
switch(boot)(config-if)# exit
switch(boot)(config)# ip default-gateway 10.66.78.4
switch(boot)(config)# exit
-
إختبار اتصال IP بين خادم TFTP والمحول (لا تتوفر إستجابة إختبار الاتصال في موجه أمر التحميل).
يؤز المفتاح إدارة عنوان من ال TFTP نادل.
C:\Users\mpandika> ping 10.66.78.80
Pinging 10.66.78.80 with 32 bytes of data:
Reply from 10.66.78.80: bytes=32 time=2ms TTL=60
Reply from 10.66.78.80: bytes=32 time=3ms TTL=60
Reply from 10.66.78.80: bytes=32 time=3ms TTL=60
Reply from 10.66.78.80: bytes=32 time=3ms TTL=60
Ping statistics for 10.66.78.80:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 3ms, Average = 2ms
C:\Users\mpandika>
- قم بتنزيل Kickstart وصور النظام من خادم TFTP إلى ذاكرة التمهيد الخاصة بالمحول.
switch(boot)# copy tftp://10.104.204.100/m9100-s5ek9-kickstart-mz.8.3.1.bin bootflash:
Trying to connect to tftp server......
Connection to server Established. Copying Started.....
TFTP get operation was successful
Copy complete, now saving to disk (please wait)...
switch(boot)#
switch(boot)#copy tftp://10.104.204.100/m9100-s5ek9-mz.8.3.1.bin bootflash:
Trying to connect to tftp server......
Connection to server Established. Copying Started.....
TFTP get operation was successful
Copy complete, now saving to disk (please wait)...
switch(boot)#
4. تحقق من تنزيل Kickstart وصور النظام بنجاح إلى ذاكرة التمهيد الخاصة بالمحول.
switch(boot)# dir bootflash:
4096 Dec 22 2002 01:38:31 .partner/
297 Nov 09 2017 07:18:54 MDS201711091818530370.lic
297 Nov 09 2017 07:28:42 MDS201711091828418770.lic
4096 Jul 23 2018 14:44:25 lost+found/
26027008 Aug 08 2018 02:55:31 m9100-s5ek9-kickstart-mz.8.3.1.bin
109635731 Aug 08 2018 02:53:38 m9100-s5ek9-mz.8.3.1.bin
3430222 Feb 01 2000 02:31:30 moonlake.1.f.xsvf
23467 Jul 30 2018 12:40:56 mts.log
347607 Jul 28 2017 04:46:31 portchannel
4096 Dec 22 2002 02:38:54 scripts/
31812 Jun 30 2018 05:07:27 snmp.pcap
Usage for bootflash: filesystem
1264746496 bytes used
2106781696 bytes free
3371528192 bytes total
switch(boot)#
5. تحميل صورة النظام.
switch(boot)# load bootflash:m9100-s5ek9-mz.8.3.1.bin
Uncompressing system image: bootflash:/m9100-s5ek9-mz.8.3.1.bin
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
Load plugins that defined in image conf: /isan/plugin_img/img.conf
No Patching support on this platform
Loading plugin 0: core_plugin...
No Patching support on this platform
Enter pboot_chk_compatibility
num srgs 1
0: swid-core-s5ek9m, swid-core-s5ek9m
num srgs 1
0: swid-sup-mini-ks, swid-sup-mini-ks
INIT: Switching to runlevel: 3
INIT: Sending processes the TERM signal
switch(boot)#
INIT:
2018 Aug 8 03:13:03 %SYSLOG-2-SYSTEM_MSG : Syslogs wont be logged into logflash until logflash is online
2018 Aug 8 03:13:06 %KERN-0-SYSTEM_MSG: [ 1.084751] Enabling all PCI devices - kernel
2018 Aug 8 03:14:13 switch %CARDCLIENT-2-REG: OK
System is coming up ... Please wait ...
System is coming up ... Please wait ...
2018 Aug 8 03:14:22 switch %ASCII-CFG-2-CONFIG_REPLAY_STATUS: Bootstrap Replay Started.
System is coming up ... Please wait ...
User Access Verification
10.66.78.80 login: 2018 Aug 8 03:14:41 switch %ASCII-CFG-2-CONFIG_REPLAY_STATUS: Bootstrap Replay Done.
2018 Aug 8 03:14:44 switch %PMON-SLOT1-2-PMON_CRIT_INFO: Port Monitor Critical Information: Config download success .
2018 Aug 8 03:14:45 switch %ASCII-CFG-2-CONFIG_REPLAY_STATUS: Ascii Replay Started.
2018 Aug 8 03:14:45 switch %PMON-SLOT1-2-PMON_CRIT_INFO: Port Monitor Critical Information: Policy (slowdrain) activation is successfull .
2018 Aug 8 03:14:46 switch %PLATFORM-2-PS_OK: Power supply 1 ok(Serial number QCS18242L8D)
2018 Aug 8 03:14:46 switch %PLATFORM-2-PS_FANOK: Fan in Power supply 1 ok
2018 Aug 8 03:14:46 switch %PLATFORM-2-PS_FAIL: Power supply 2 failed or shut down(Serial number QCS18242L0H)
2018 Aug 8 03:14:46 switch %PLATFORM-2-FAN_OK: Fan module ok
2018 Aug 8 03:14:46 switch %PLATFORM-2-FAN_OK: Fan module ok
2018 Aug 8 03:14:46 switch %PLATFORM-2-FAN_OK: Fan module ok
2018 Aug 8 03:14:46 switch %PLATFORM-2-FAN_OK: Fan module ok
2018 Aug 8 14:15:35 tempest %ASCII-CFG-2-CONFIG_REPLAY_STATUS: Ascii Replay Done.
User Access Verification
tempest login:
ملاحظة: تم تكوين المحول مسبقا باستخدام تسلسل اسم المحول.
6. سجل الدخول إلى المحول.
tempest login: admin
Password:
Last login: Wed Aug 8 14:20:01 on pts/0
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
tempest#
7. التحقق من متغيرات التمهيد.
tempest# show boot
Current Boot Variables:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.1.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.1.1.bin
Boot POAP Disabled
No module boot variable set
Boot Variables on next reload:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.1.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.1.1.bin
Boot POAP Disabled
No module boot variable set
tempest#
8. اضبط متغيرات التمهيد على الصورة الصحيحة.
tempest# show version
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Documents: http://www.cisco.com/en/US/products/ps9372/tsd_products_support_series_home.html
Copyright (c) 2002-2018, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
Software
BIOS: version 2.1.17
loader: version N/A
kickstart: version 8.3(1)
system: version 8.3(1)
BIOS compile time: 01/08/14
system image file is: bootflash:///m9100-s5ek9-mz.8.3.1.bin
system compile time: 7/30/2018 12:00:00 [07/12/2018 19:32:46]
Hardware
cisco MDS 9148S 16G 48 FC (1 Slot) Chassis ("2/4/8/16 Gbps FC/Supervisor")
Motorola, e500v2 with 4088556 kB of memory.
Processor Board ID JAE18250A8C
Device name: tempest
bootflash: 4018896 kB
Kernel uptime is 0 day(s), 0 hour(s), 47 minute(s), 44 second(s)
Last reset at 362296 usecs after Wed Aug 8 13:02:31 2018
Reason: Reset Requested by CLI command reload
System version: 8.1(1)
Service:
plugin
Core Plugin
tempest# config t
Enter configuration commands, one per line. End with CNTL/Z.
tempest(config)# boot kickstart bootflash:m9100-s5ek9-kickstart-mz.8.3.1.bin
Performing image verification and compatibility check, please wait....
tempest(config)# boot system bootflash:m9100-s5ek9-mz.8.3.1.bin
Performing image verification and compatibility check, please wait....
tempest(config)#
9. تحقق من تعيين متغيرات التمهيد.
tempest# show boot
Current Boot Variables:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.3.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.3.1.bin
Boot POAP Disabled
No module boot variable set
Boot Variables on next reload:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.1.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.1.1.bin
Boot POAP Disabled
No module boot variable set
10. احفظ المحول running-config.
tempest# copy running-config startup-config
[########################################] 100%
Copy complete.
tempest#
11. تحقق من تعيين متغيرات التمهيد بعد copy running-config startup-config.
tempest# show boot
Current Boot Variables:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.3.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.3.1.bin
Boot POAP Disabled
No module boot variable set
Boot Variables on next reload:
kickstart variable = bootflash:/m9100-s5ek9-kickstart-mz.8.3.1.bin
system variable = bootflash:/m9100-s5ek9-mz.8.3.1.bin
Boot POAP Disabled
No module boot variable set