<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Password Recovery for VDX6740 in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80575#M500</link>
    <description>Hi there.&lt;BR /&gt;
&lt;BR /&gt;
I know this has been a while! Took a while to finally get the downtime I needed.&lt;BR /&gt;
&lt;BR /&gt;
I now have management access and the config was retained.&lt;BR /&gt;
&lt;BR /&gt;
Everything worked great except for Step 12.&lt;BR /&gt;
&lt;B&gt;"Enter cfgcleanup to default the configuration on bootup"&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
"cfgcleanup" did not work from the root.&lt;BR /&gt;
&lt;BR /&gt;
"/fabos/sbin/cfgcleanup" worked.&lt;BR /&gt;
&lt;BR /&gt;
Thankfully I had a colleague with me who's considerably better with Linux than me.&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your help. </description>
    <pubDate>Sat, 27 Jul 2019 21:56:51 GMT</pubDate>
    <dc:creator>80sNRG</dc:creator>
    <dc:date>2019-07-27T21:56:51Z</dc:date>
    <item>
      <title>Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80570#M495</link>
      <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
I've inherited some network gear.&lt;BR /&gt;
Dumb question I fear - may I have some help with password recovery?&lt;BR /&gt;
2x VDX6740s in VCS Logical Chassis running OS 6.0.2b&lt;BR /&gt;
Root account is disabled and the admin password has been lost.&lt;BR /&gt;
&lt;BR /&gt;
I've been reading some of the manuals and Googling around and it looks somewhat more involved than I was expecting.&lt;BR /&gt;
&lt;BR /&gt;
Failing that, what are the steps to flattening the pair? (While keeping whatever license keys are on device)&lt;BR /&gt;
I have an old backup of the config and I'm alright(ish) with the Brocade stuff so I could rebuild them.&lt;BR /&gt;
&lt;BR /&gt;
I'm happy to do whichever is quickest and causes the least amount of sadness.&lt;BR /&gt;
&lt;BR /&gt;
I really appreciate any help you can provide </description>
      <pubDate>Tue, 28 May 2019 22:38:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80570#M495</guid>
      <dc:creator>80sNRG</dc:creator>
      <dc:date>2019-05-28T22:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80571#M496</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
You can do below to recover the password. &lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;If you want to keep the config, then go thru all the steps on one switch 
&lt;/LI&gt;&lt;LI&gt;If you are ok to default the config on both switches (licenses will be retained), complete only steps 1-14 on both switches.  
&lt;/LI&gt;&lt;/UL&gt;
Disable the ISL from selected switch, recover the password, then default the configuration to allow it to rejoin and become principal to make changes to admin password&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Disconnect all ISL from the selected switch 
&lt;/LI&gt;&lt;LI&gt;Power cycle the switch and get into Boot PROM (Hit &lt;B&gt;ESC&lt;/B&gt; during AutoBoot) 
&lt;/LI&gt;&lt;LI&gt;Type '&lt;PRE&gt;3' &lt;/PRE&gt;at the prompt to open the command shell 
&lt;/LI&gt;&lt;LI&gt;Enter&lt;PRE&gt;setenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet S'&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;saveenv&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;reset&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;mount -vo remount,rw,noatime /&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;mount /dev/sda2 /mnt&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;cp /etc/fabos/user.db /etc/fabos/user.db.bkup&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;cp /etc/fabos/user.db.default /etc/fabos/user.db&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;/sbin/passwddefault -f&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;cfgcleanup &lt;/PRE&gt;to default the configuration on bootup 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;bootenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet'&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Enter &lt;PRE&gt;"partman -r" to reboot&lt;/PRE&gt; 
&lt;/LI&gt;&lt;LI&gt;Keep ISL disconnected until the switch fully boots up 
&lt;/LI&gt;&lt;LI&gt;Once the switch boots up, login as admin/password 
&lt;/LI&gt;&lt;LI&gt;With admin still logged in, physically connect the ISL to the fabric to let the switch rejoin. The switch rejoin while the admin is still logged in to the switch 
&lt;/LI&gt;&lt;LI&gt;Once the switch rejoins, go to config t -&amp;gt; RB , enter &lt;PRE&gt;'logical-chassis principal-priority 1'&lt;/PRE&gt;to make it the new principal switch 
&lt;/LI&gt;&lt;LI&gt;Then, run &lt;PRE&gt;'logical-chassis principal switchover'&lt;/PRE&gt; to make the new switch the principal switch to reconfigure the admin account. 
&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 29 May 2019 02:35:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80571#M496</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-05-29T02:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80572#M497</link>
      <description>*Re-posting since the format got mangled* &lt;BR /&gt;
&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
You can do below to recover the password. &lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;If you want to keep the config, then go thru all the steps on one switch 
&lt;/LI&gt;&lt;LI&gt;If you are ok to default the config on both switches (licenses will be retained), complete only steps 1-14 on both switches. 
&lt;/LI&gt;&lt;/UL&gt;
Disable the ISL from selected switch, recover the password, then default the configuration to allow it to rejoin and become principal to make changes to admin password&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Disconnect all ISL from the selected switch 
&lt;/LI&gt;&lt;LI&gt;Power cycle the switch and get into Boot PROM (Hit ESC during AutoBoot) 
&lt;/LI&gt;&lt;LI&gt;Type '3' at the prompt to open the command shell 
&lt;/LI&gt;&lt;LI&gt;Entersetenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet S' 
&lt;/LI&gt;&lt;LI&gt;Enter saveenv 
&lt;/LI&gt;&lt;LI&gt;Enter reset 
&lt;/LI&gt;&lt;LI&gt;Enter mount -vo remount,rw,noatime / 
&lt;/LI&gt;&lt;LI&gt;Enter mount /dev/sda2 /mnt 
&lt;/LI&gt;&lt;LI&gt;Enter cp /etc/fabos/user.db /etc/fabos/user.db.bkup 
&lt;/LI&gt;&lt;LI&gt;Enter cp /etc/fabos/user.db.default /etc/fabos/user.db 
&lt;/LI&gt;&lt;LI&gt;Enter /sbin/passwddefault -f 
&lt;/LI&gt;&lt;LI&gt;Enter cfgcleanup to default the configuration on bootup 
&lt;/LI&gt;&lt;LI&gt;Enter bootenv bootargs 'root=/dev/sda$prt rootfstype=ext4 quiet' 
&lt;/LI&gt;&lt;LI&gt;Enter "partman -r" to reboot 
&lt;/LI&gt;&lt;LI&gt;Keep ISL disconnected until the switch fully boots up 
&lt;/LI&gt;&lt;LI&gt;Once the switch boots up, login as admin/password 
&lt;/LI&gt;&lt;LI&gt;With admin still logged in, physically connect the ISL to the fabric to let the switch rejoin. The switch rejoin while the admin is still logged in to the switch 
&lt;/LI&gt;&lt;LI&gt;Once the switch rejoins, go to config t -&amp;gt; RB , enter 'logical-chassis principal-priority 1'to make it the new principal switch 
&lt;/LI&gt;&lt;LI&gt;Then, run 'logical-chassis principal switchover' to make the new switch the principal switch to reconfigure the admin account. 
&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 29 May 2019 02:37:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80572#M497</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-05-29T02:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80573#M498</link>
      <description>Wow, thank you so much! &lt;BR /&gt;
That's brilliant, I'll arrange a spot of downtime and give the above a go.&lt;BR /&gt;
&lt;BR /&gt;
I'll let you know how I get on. ?</description>
      <pubDate>Wed, 29 May 2019 16:02:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80573#M498</guid>
      <dc:creator>80sNRG</dc:creator>
      <dc:date>2019-05-29T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80574#M499</link>
      <description>Sure, let us know if you still have issues. If you are going with option#1 (complete all the steps 1-19), &lt;BR /&gt;
&lt;BR /&gt;
Below are the cli sample output for steps 18 &amp;amp; 19. &lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;RB1(config)# rb 1&lt;BR /&gt;RB1(config-rbridge-id-1)# logical-chassis principal-priority 1&lt;BR /&gt;RB1(config-rbridge-id-1)# end&lt;BR /&gt;RB1# logical-chassis principal switchover&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: principal switchover will take a few mins to trigger after the command is executed.  After, 5 mins, run 'show vcs' to confirm.</description>
      <pubDate>Thu, 30 May 2019 01:52:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80574#M499</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-05-30T01:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80575#M500</link>
      <description>Hi there.&lt;BR /&gt;
&lt;BR /&gt;
I know this has been a while! Took a while to finally get the downtime I needed.&lt;BR /&gt;
&lt;BR /&gt;
I now have management access and the config was retained.&lt;BR /&gt;
&lt;BR /&gt;
Everything worked great except for Step 12.&lt;BR /&gt;
&lt;B&gt;"Enter cfgcleanup to default the configuration on bootup"&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
"cfgcleanup" did not work from the root.&lt;BR /&gt;
&lt;BR /&gt;
"/fabos/sbin/cfgcleanup" worked.&lt;BR /&gt;
&lt;BR /&gt;
Thankfully I had a colleague with me who's considerably better with Linux than me.&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much for your help. </description>
      <pubDate>Sat, 27 Jul 2019 21:56:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80575#M500</guid>
      <dc:creator>80sNRG</dc:creator>
      <dc:date>2019-07-27T21:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80576#M501</link>
      <description>Thanks for the feedback and updating us with the results. I will update the syntax in our documentation.</description>
      <pubDate>Mon, 29 Jul 2019 03:09:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80576#M501</guid>
      <dc:creator>Truyen_Phan</dc:creator>
      <dc:date>2019-07-29T03:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Password Recovery for VDX6740</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80577#M502</link>
      <description>Hi is there an Extreme KB article for this that I can bookmark for future reference? I've searched, but unable to find one.</description>
      <pubDate>Wed, 20 Oct 2021 00:45:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/password-recovery-for-vdx6740/m-p/80577#M502</guid>
      <dc:creator>Russ</dc:creator>
      <dc:date>2021-10-20T00:45:27Z</dc:date>
    </item>
  </channel>
</rss>

