This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hardware:pureflex_network [2023/11/28 20:47] manu [Upgrade firmware] |
hardware:pureflex_network [2023/11/28 20:55] (current) manu [Upgrade firmware] |
||
---|---|---|---|
Line 421: | Line 421: | ||
* In Privileged EXEC mode, enter the following command | * In Privileged EXEC mode, enter the following command | ||
+ | <cli> | ||
+ | EN4093R# copy {sftp|tftp|ftp} {image1|image2|boot-image} | ||
+ | </cli> | ||
* Enter the hostname or IP address of the SFTP, FTP or TFTP server | * Enter the hostname or IP address of the SFTP, FTP or TFTP server | ||
+ | Address or name of remote host: <name or IP address> | ||
* Enter the name of the new software file on the server. | * Enter the name of the new software file on the server. | ||
+ | <cli> | ||
+ | Source file name: <filename> | ||
+ | </cli> | ||
The exact form of the name will vary by server. However, the file location is | The exact form of the name will vary by server. However, the file location is | ||
normally relative to the SFTP, FTP or TFTP directory (for example, tftpboot). | normally relative to the SFTP, FTP or TFTP directory (for example, tftpboot). | ||
Line 429: | Line 436: | ||
Once confirmed, the software will begin loading into the switch. | Once confirmed, the software will begin loading into the switch. | ||
* When loading is complete, use the following commands to enter Global | * When loading is complete, use the following commands to enter Global | ||
- | Configuration mode to select which software image (image1 or image2) you want | + | Configuration mode to select which software image (image1 or image2) you want to run in switch memory for the next reboot: |
- | to run in switch memory for the next reboot: | + | <cli> |
+ | EN4093R# configure terminal | ||
+ | EN4093R(config)# boot image {image1|image2} | ||
+ | </cli> | ||
The system will then verify which image is set to be loaded at the next reset: | The system will then verify which image is set to be loaded at the next reset: | ||
+ | <cli> | ||
+ | Next boot will use switch software image1 instead of image2. | ||
+ | </cli> | ||
* Reboot the switch to run the new software: | * Reboot the switch to run the new software: | ||
+ | <cli> | ||
+ | EN4093R(config)# reload | ||
+ | </cli> | ||
The system prompts you to confirm your request. Once confirmed, the switch will | The system prompts you to confirm your request. Once confirmed, the switch will | ||
reboot to use the new software | reboot to use the new software | ||
Line 438: | Line 454: | ||
**Note:** If you select “No” when asked to confirm the reload, any changes made to | **Note:** If you select “No” when asked to confirm the reload, any changes made to | ||
the configuration since the last reboot will be lost. | the configuration since the last reboot will be lost. | ||
+ | |||
+ | ===== Recovery ===== | ||
+ | |||
+ | The Boot Management Menu | ||
+ | The Boot Management menu allows you to switch the software image, reset the | ||
+ | switch to factory defaults, or to recover from a failed software download. | ||
+ | You can interrupt the boot process and enter the Boot Management menu from the | ||
+ | serial console port. When the system displays Memory Test, press <Shift + B>. | ||
+ | The Boot Management menu appears. | ||
+ | <code> | ||
+ | Resetting the System ... | ||
+ | Memory Test ................................ | ||
+ | Boot Management Menu | ||
+ | I - Change booting image | ||
+ | C - Change configuration block | ||
+ | R - Boot in recovery mode (tftp and xmodem download of images to | ||
+ | recover switch) | ||
+ | Q - Reboot | ||
+ | E - Exit | ||
+ | Please choose your menu option: | ||
+ | </code> | ||
+ | | ||
+ | The Boot Management menu allows you to perform the following actions: | ||
+ | * To change the booting image, press I and follow the screen prompts. | ||
+ | * To change the configuration block, press C and follow the screen prompts. | ||
+ | * To perform a software image recovery, press R and follow the screen prompts. | ||
+ | * To reboot the switch press Q and follow the screen prompts. | ||
+ | * To exit the Boot Management menu, press E. The booting process continues. |