Alcatel_Switch_OS6900-T48C6 || Admin password recover process

Hello Team,

any one know exactly process how to reset Admin password for console only for below model.

OS6900-T48C6 -- if any good documents there please help me out.

Hello,

Please try the following:

1. reload the switch
2. Hit key to stop autoboot
3. Type the command to reset password to default and reboot :
setAdminPasswordDefault
boot

Hi,

The OS6900-T/X48 series use the ONIE platform. Thus, the password recovery process is different compared to the rest of the switches.

Step-1: Reboot the switch and break the boot sequence to select 'ONIE'.

Step-2: Select the 'DIAG' option.

Execute the below commands to remove the switch local "user" database and reload.

root@(none):/# cd /mnt/ssd5/system root@(none):/# rm userTable8 root@(none):/# reboot

Hello,
I’m on a 2260 with a lost password from a work colleague that left.
I was able to reset the password just fine with ‘setAdminPasswordDefault’ but the command ‘boot’ didn’t work. I simply restarted the switch after the reset bit was set but just wondering about the right procedure. This was my log today:

Blockquote
RTL9310# #
RTL9310# #
RTL9310# # setAdminPasswordDefault
Reading Nvram:… Done
Checking Nvram: Rewrote 1 bytes
RTL9310# #
RTL9310# #
RTL9310# # boot
Unknown command ‘boot’ - try ‘help’
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# # bootm
Wrong Image Format for bootm command
ERROR: can’t get kernel image!
RTL9310# # nboot
** No boot device **
RTL9310# #
RTL9310# # bootm
Wrong Image Format for bootm command
ERROR: can’t get kernel image!
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# #
RTL9310# # help
? - alias for ‘help’
allowRootAccess- allowRootAccess - Allow AOS access as root
base - print or set address offset
bdinfo - print Board Info structure
bootm - boot application image from memory
bootp - boot image via network using BOOTP/TFTP protocol
chpart - change active partition
cmp - memory compare
cp - memory copy
crc32 - checksum calculation
env - environment handling commands
erase - erase FLASH memory
fatinfo - print information about filesystem
fatload - load binary file from a dos filesystem
fatls - list files in a directory (default /)
flerase - Erase flash partition
flinfo - print FLASH memory information
flshow - Show flash partition layout
go - start application at address ‘addr’
help - print command description/usage
iminfo - print header information for application image
loadb - load binary file over serial line (kermit mode)
loads - load S-Record file over serial line
loady - load binary file over serial line (ymodem mode)
loop - infinite loop on address range
md - memory display
mm - memory modify (auto-incrementing address)
mtdparts- define flash/nand partitions
mtest - simple RAM read/write test
mw - memory write (fill)
nand - NAND sub-system
nand_badblock- test/set block health status
nboot - boot from NAND device
nm - memory modify (constant address)
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
printsys- printsys - print system information variables
protect - enable or disable FLASH write protection
reset - Perform RESET of the CPU
reset_all- Perform whole chip RESET of the CPU
rtk - rtk - Realtek commands
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
savesys - savesys - save system information variables to persistent storage
setAdminPasswordDefault- setAdminPasswordDefault - Reset AOS admin user password to default
setenv - set environment variables
setsys - setsys - set system information variables
sleep - delay execution for some time
spi_nand- SPI-NAND sub-system
tftpboot- boot image via network using TFTP protocol
ubi - ubi commands
ubifsload- load file from an UBIFS filesystem
ubifsls - list files in a directory
ubifsmount- mount UBIFS volume
ubifsumount- unmount UBIFS volume
upgrade - Upgrade loader or runtime image
usb - USB sub-system
usbboot - boot from USB device
version - print monitor, compiler and linker version
RTL9310# #
RTL9310# #
RTL9310# #

Blockquote