05-28-2019 03:38 PM
Solved! Go to Solution.
07-27-2019 02:56 PM
05-29-2019 09:02 AM
05-28-2019 07:37 PM
05-28-2019 07:35 PM
3'at the prompt to open the command shell
setenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet S'
saveenv
reset
mount -vo remount,rw,noatime /
mount /dev/sda2 /mnt
cp /etc/fabos/user.db /etc/fabos/user.db.bkup
cp /etc/fabos/user.db.default /etc/fabos/user.db
/sbin/passwddefault -f
cfgcleanupto default the configuration on bootup
bootenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet'
"partman -r" to reboot
'logical-chassis principal-priority 1'to make it the new principal switch
'logical-chassis principal switchover'to make the new switch the principal switch to reconfigure the admin account.