Step 1
|
Establish a
terminal session on the console port of the active supervisor module.
|
—
Note
|
If you are
using a non-U.S. keymap, the key sequence that you need to press to generate
the break sequence might not work. In this case, we recommend that you set your
terminal to a U.S. keymap. You can enter
Ctrl-C
instead of
Ctrl-] (right
square bracket) due to keyboard mapping.
|
|
Step 2
|
If you use SSH
or a terminal emulator to access the console port, go to
Step 6.
|
|
Step 3
|
If you use
Telnet to access the console port, press
Ctrl-] (right
square bracket) to verify that it does not conflict with the Telnet escape
sequence.
|
—
Note
|
If the Cisco
NX-OS login prompt remains and the Telnet prompt does not appear, go to
Step 6.
|
|
Step 4
|
If the Telnet
prompt appears, change the Telnet escape sequence to a character sequence other
than Ctrl-] (right square bracket).
telnet> set escape ^\
Escape Character is 'CTRL+\'
|
The example
shows how to set Ctrl-\ as the escape key sequence in Microsoft Telnet.
Note
|
If the Cisco
NX-OS login prompt remains and the Telnet prompt does not appear, go to
Step 6.
|
|
Step 5
|
Press
Enter one or
more times to return to the Cisco NX-OS login prompt.
telnet> <Enter>
switch login:
|
|
Step 6
|
Power cycle the
device.
|
|
Step 7
|
Press
Ctrl-C to
access the loader> prompt.
|
|
Step 8
|
loader>
cmdline
recoverymode=1
loader> cmdline recoverymode=1
|
|
Step 9
|
loader>
boot
n9000-dk9.x.x.x.bin
loader> boot n9000-dk9.x.x.x.bin
Booting iash
Trying diskboot
Filesystem type is ext2fs, partition type 0x83
Image valid
MD5Sum mismatch
INIT: Loading IGB driver ... Signature Envelope.(36)Invalid Tag in Signature Envelope
Installing SSE module ... done
Creating the sse device node ... done
Installing CCTRL driver for card_type 3 ...
Checking all filesystems.......
Installing SPROM driver ...
Installing default sprom values ...
done.Configuring network ...
Installing psdev ...
Installing veobc ...
Installing OBFL driver ...
Starting portmap daemon...
creating NFS state directory: done
starting 8 nfsd kernel threads: done
starting mountd: done
starting statd: done
Loading system software
No system image is specified
INIT: Sending processes the TERM signal
INIT: Sending processes the KILL signal
Bad terminal type: "linux". Will assume vt100.
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2013, 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)#
|
Restarts the
device with the nx-os image to reach the switch(boot)# prompt.
|
Step 10
|
Press
Enter one or
more times to return to the Cisco NX-OS login prompt.
telnet> <Enter>
switch login:
|
|
Step 11
|
switch(boot)#
config terminal
switch(boot)# config terminal
Enter configuration commands, one per line. End
with CNTL/Z.
switch(boot)(config)#
|
Enters boot
configuration mode.
|
Step 12
|
switch(boot)(config)#
admin-password
new-password
switch(boot)(config)# admin-password egBdf
WARNING! Remote Authentication for login through console has been disabled
|
Resets the
network administrator password.
Note
|
If you are
performing this password recovery procedure because the username was not
specified in the configuration file when you performed a
copy
configuration-file
startup-config followed
by the
fast-reload or
reload command, skip this step, enter the
write erase command instead, and then go to the next
step.
|
|
Step 13
|
switch(boot)(config)#
exit
switch(boot)(config)# exit
switch(boot)#
|
Exits boot
configuration mode.
|
Step 14
|
switch(boot)#
load-nxos
|
Loads the
nx-os image. You must enter the
load-nxos command exactly as shown. Do not enter the
image filename with this command.
|
Step 15
|
Log into the
device using the new administrator password.
switch login: admin
Password: egBdf
|
The running
configuration indicates that local authentication is enabled for logins through
a console. You should not change the running configuration in order for the new
password to work for future logins. You can enable remote authentication after
you reset and remember the administrator password that is configured on the AAA
servers.
switch# show running-config aaa
!Command: show running-config aaa
!Time: Fri Jun 7 02:39:23 2013
version 6.1(2)I1(1)
logging level aaa 5
aaa authentication login ascii-authentication
|
Step 16
|
switch# config terminal
switch# config terminal
switch(config)#
|
Enters global configuration mode.
|
Step 17
|
switch(config)#
username admin
password
new-password
switch(config)# username admin password egBdf
|
Resets the new
password to ensure that it is also the Simple Network Management Protocol
(SNMP) password.
|
Step 18
|
switch(config)#
exit
switch(config)# exit
switch#
|
Exits global
configuration mode.
|
Step 19
|
Insert the
previously removed standby supervisor module into the chassis, if necessary.
|
|
Step 20
|
Boot the nx-os
image on the standby supervisor module, if necessary.
|
|
Step 21
|
switch(config)#
copy running-config
startup-config
switch(config)# copy running-config startup-config
|
Copies the
running configuration to the startup configuration.
|