Difference between revisions of "Recover Cyclades ACS600 to factory defaults"

From Peter Pap's Technowiki
Jump to: navigation, search
(Created page with "Taken from [http://community.emerson.com/networkpower/support/avocent/serial/acs6000/w/wiki/2726.acs6000-recovery-process-set-factory-defaults.aspx] 1. Download the ACS6000 firmw...")
 
Line 1: Line 1:
 
Taken from [http://community.emerson.com/networkpower/support/avocent/serial/acs6000/w/wiki/2726.acs6000-recovery-process-set-factory-defaults.aspx]
 
Taken from [http://community.emerson.com/networkpower/support/avocent/serial/acs6000/w/wiki/2726.acs6000-recovery-process-set-factory-defaults.aspx]
 +
 
1. Download the ACS6000 firmware and save the file in C:\ of the local PC - http://www.avocent.com/Support_Firmware/ACS/ACS_6000_Advanced_Console_Servers.aspx
 
1. Download the ACS6000 firmware and save the file in C:\ of the local PC - http://www.avocent.com/Support_Firmware/ACS/ACS_6000_Advanced_Console_Servers.aspx
 
2. Run Solwarwinds TFTP server and configure the TFTP Server Root Directory - C:\
 
2. Run Solwarwinds TFTP server and configure the TFTP Server Root Directory - C:\

Revision as of 06:51, 26 April 2013

Taken from [1]

1. Download the ACS6000 firmware and save the file in C:\ of the local PC - http://www.avocent.com/Support_Firmware/ACS/ACS_6000_Advanced_Console_Servers.aspx 2. Run Solwarwinds TFTP server and configure the TFTP Server Root Directory - C:\ 3. Access ACS6000 Serial Console 4. Power cycle ACS6000 5. On ACS6000 during "Hit any key to stop autoboot", press a key and enter the following commands at the shell prompt:

   setenv bootfile fl0585010.bin  <----ACS6000 firmware
   setenv serverip 192.168.10.30 <----TFTP server (Local PC) IP Address
   setenv ipaddr 192.168.10.40 <-----ACS6000 IP Address
   saveenv
   net_boot factory_default

You should see many ###### during the firmware transfering. If you see many T T T T T, transfer timeout, please check your firewall and the port 69 for TFTP. 6. Once completed, it will ask you to type the login username:

   Type- Username: root; Pasword: linux

7. After booting, login as root and execute the following at the shell prompt;

   recover-flash.sh --doformat --factory_default
   reboot
   Note: The steps are for firmware version 2.0 and newer. If the unit is running firmware 1.x please enter "shell" after login to enter to the command shell