Software Upgrade Guide

Size: px
Start display at page:

Download "Software Upgrade Guide"

Transcription

1 Contents Software Upgrade Guide 1 Files used for upgrade 1 Upgrade methods 1 Upgrade from the CLI 2 Upgrading a standalone switch 2 Upgrading an IRF fabric 7 Upgrade from the BootWare menu 13 BootWare menu 13 Upgrading system software 15 Upgrading BootWare 24 Managing files 34 Handling upgrade failures 36 i

2 Software Upgrade Guide CAUTION: Upgrade software only when necessary and under the guidance of a technical support engineer. Files used for upgrade BootWare images BootWare images are used to upgrade the BootWare program of cards, including the main processing units (MPUs), line processing units (LPUs), and switching fabric modules. The BootWare image comprises a basic section and an extended section. Generally, there is no need to upgrade the BootWare program independently. The device uses the shipped BootWare program. System software images Patch files System software images are used at switch startup. The S10500 series support three types of system software images: Main system software image: Used by default. Backup system software image: Used when the main system software image is invalid. Secure system software image: Used when the backup system software image is invalid. If the secure system software image is also invalid, the switch displays a failure prompt. A system software image is an.bin file such as main.bin. Patch files are released to fix software defects. A patch file may contain one or more patches (or called patch units). Patch files can fix the defects of only the intended system software. They are not used to add or delete features. Patch files released at the same time for different cards of the S10500 switch series are packaged into a single patch package file to simplify installation. Upgrade methods You can upgrade switch software by using one of the following methods: Upgrade mode Object Remarks Upgrade from the CLI Upgrade from the BootWare menu BootWare System software Patches BootWare System software 1 Reboot the switch to make the upgrade effective. This method interrupts services. This method does not interrupt services, and fixes the target system software only. This method can be used when the switch cannot start up.

3 The S10500 switch series supports In-Service Software Upgrade (ISSU). ISSU can avoid service interruption during software upgrade. For more information about ISSU, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. To ensure that the active and standby MPUs use the same software version, upgrade them by using the same method. Make sure that the system software and BootWare are compatible. For the compatibility between the system software and BootWare, see the hardware and software compatibility matrix in the Release Notes. You can upgrade the BootWare for the LPUs and switching fabric modules from the CLI only. The command outputs in this document are for reference only. Upgrade from the CLI The upgrade procedure on a standalone switch is different from that on an Intelligent Resilient Framework (IRF) fabric. This section describes the following topics: Upgrading a standalone switch Upgrading an IRF fabric S10500 switches can form a single IRF fabric. For more information about IRF, see the IRF Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Upgrading a standalone switch Upgrade prerequisites # Telnet to the switch or log in through the console port. # Display device information. <Sysname> display device Slot No. Brd Type Brd Status Subslot Num Sft Ver Patch Ver 0 LSU1SUPA Master 0 S10500 P001 1 LSU1SUPA Slave 0 S10500 P001 2 LSU1GP24TXSE Normal 0 S10500 P001 3 LSU1GP48EB Normal 0 S10500 P001 4 NONE Absent 0 NONE None 5 NONE Absent 0 NONE None 6 LSU1FAB04A Normal 0 S10500 P001 7 NONE Absent 0 NONE None 8 NONE Absent 0 NONE None 9 NONE Absent 0 NONE None The output shows that the switch has two MPUs, an active MPU in slot 0 and a standby MPU in slot 1. You must upgrade software for the two MPUs. 2

4 You only need to upgrade the active MPU if the device has no standby MPU. # Check the free storage space on the active and standby MPUs. On the active MPU <Sysname> dir Directory of flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) On the standby MPU <Sysname> dir slot1#flash:/ Directory of slot1#flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) Check that the free storage space is sufficient for the files used for upgrade. You can delete undesired files with the delete command to free storage space. # Delete undesired files from the active and standby MPUs. On the active MPU <Sysname> delete /unreserved flash:/s10500.bin The contents cannot be restored!!! Delete flash:/s10500.bin?[y/n]:y Deleting a file permanently will take a long time. Please wait %Delete file flash:/s10500.bin...done. On the standby MPU 3

5 <Sysname> delete /unreserved slot1#flash:/s10500.bin The contents cannot be restored!!! Delete slot1#flash:/s10500.bin?[y/n]:y Deleting a file permanently will take a long time. Please wait %Delete file slot1#flash:/s10500.bin...done. The delete /unreserved file-url command deletes a file permanently and the action cannot be undone. The delete file-url command moves a file to the recycle bin and the file still occupies storage space. To permanently delete the file from the recycle bin, execute the reset recycle-bin command in the original directory of the file. Download files to the switch Download the files used for upgrade to the flash memory of the active MPU and the standby MPU. Skip this section if the files are already located there. The following example shows how to download a system software image (a.bin file) to the switch. Download other files in the same way as needed. You can download the.bin file through FTP or TFTP. The following illustrates how to download through FTP when the switch serves as the FTP client and a PC serves as the FTP server. Make sure the FTP client and server can reach other. 1. Run the FTP server program on the PC (assume its IP address is ) and set the username, password, and directory where the.bin file is saved. CAUTION: S10500 switches are not shipped with FTP server software. Prepare it by yourself. 2. Download the.bin file (newest.bin for example) to the active MPU of the switch. # Log in to the PC through FTP. <Sysname> ftp Trying Press CTRL+K to abort Connected to FTP service ready. User( :(none)):username 331 Password required for username. Password: 230 User logged in # Set the file transfer mode to binary. [ftp] binary 200 Type set to I Type the username ---Type the password # Download the.bin file from the PC to the root directory of the storage medium on the active MPU. [ftp] get newest.bin 227 Entering Passive Mode (10,10,110,1,17,97). 125 BINARY mode data connection already open, transfer starting for /newest.bin

6 226 Transfer complete. FTP: byte(s) received in second(s), K byte(s)/sec. [ftp] bye 221 Server closing. 3. Copy the.bin file to the standby MPU of the switch. # Copy the file newest.bin to the root directory of the storage medium on the standby MPU in slot 1. <Sysname> copy newest.bin slot1#flash:/ Copy flash:/newest.bin to slot1#flash:/newest.bin?[y/n]:y %Copy file flash:/newest.bin to slot1#flash:/newest.bin...done. You can configure the switch as the FTP server, FTP client, or TFTP client. The transfer procedures slightly vary. For more information about FTP and TFTP, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Upgrade software from the CLI CAUTION: Make sure that the BootWare image, system software image, or patch package used for upgrade have been saved in the root directory of the storage medium of the active MPU and the standby MPU. Perform the following tasks as needed: Upgrade BootWare Upgrade system software Install the patch package 1. Upgrade BootWare The following example uses mpu.btw, lpu.btw, and lpo.btw files to upgrade the BootWare of MPUs, LPUs, switching fabric modules respectively. The BootWare image stored on the active MPU can be used to upgrade the active MPU, LPUs, and switching fabric modules while that stored on the standby MPU is used to upgrade the standby MPU only. # Upgrade the BootWare for the active MPU in slot 0. <Sysname> bootrom update file flash:/mpu.btw slot 0 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... Bootrom update succeeded in slot 0. # Upgrade the BootWare for the standby MPU in slot 1. <Sysname> bootrom update file slot1#flash:/mpu.btw slot 1 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... 5

7 Bootrom update succeeded in slot 1. # Upgrade the BootWare for the LPU in slot 3 (upgrade other LPUs in the same way). <Sysname> bootrom update file flash:/lpu.btw slot 3 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Board has finished loading file on Chassis 0 Slot 3. Start accessing bootflash chip... Bootrom update succeeded in slot 3. # Upgrade the BootWare for the switching fabric module in slot 6. <Sysname> bootrom update file flash:/lpo.btw slot 6 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Board has finished loading file on Chassis 0 Slot 6. Start accessing bootflash chip... Bootrom update succeeded in slot 6. # Reboot the switch to validate the upgrade. <Sysname> reboot Start to check configuration with next startup configuration file, please wait....done! This command will reboot the device. Continue? [Y/N]:y Reboot device by command. 2. Upgrade system software # Specify the file newest.bin as the main system software image to be used at the next startup of the active MPU in slot 0. <Sysname> boot-loader file flash:/newest.bin slot 0 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on slot 0! # Specify the file newest.bin as the main system software image to be used at the next startup of the standby MPU in slot 1. <Sysname> boot-loader file slot1#flash:/newest.bin slot 1 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on slot 1! # Reboot the switch to validate the upgrade. <Sysname> reboot Start to check configuration with next startup configuration file, please wait....done! This command will reboot the device. Continue? [Y/N]:y Reboot device by command. CAUTION: To prevent configuration loss, save the latest configuration changes before you reboot the switch. For more information about the boot-loader command, see the Fundamentals Command Reference in the H3C S10500 Switch Series Command References. 6

8 3. Install the patch package # Install the patch package S10500R1120Patch001.bin, and configure the device to continue the installation after reboot. <Sysname> system-view [Sysname] patch install file S10500R1120Patch001.bin Patches will be installed. Continue? [Y/N]:y Do you want to run patches after reboot? [Y/N]:y Installing patches If a patch package was installed before, you must uninstall it before you can install the new one. To view patch information, use the display patch information command. For details about patch installation, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Upgrading an IRF fabric Upgrade prerequisites # Telnet to the switch or log in through the console port. # Display device information. <Sysname>display device Chassis Slot Type State Subslot Soft Ver Patch Ver 1 0 LSU1SUPA Master 0 S10500 P LSU1SUPA Slave 0 S10500 P LSU1GP24TXSE Normal 0 S10500 P LSU1TGX4SE Normal 0 S10500 P NONE Absent 0 NONE None 1 5 NONE Absent 0 NONE None 1 6 LSU1FAB04A Normal 0 S10500 P NONE Absent 0 NONE None 1 8 NONE Absent 0 NONE None 1 9 NONE Absent 0 NONE None 2 0 LSU1SUPA Slave 0 S10500 P LSU1SUPA Slave 0 S10500 P LSU1GP24TXSE Normal 0 S10500 P LSU1TGX4SE Normal 0 S10500 P NONE Absent 0 NONE None 2 5 NONE Absent 0 NONE None 2 6 LSU1FAB04A Normal 0 S10500 P NONE Absent 0 NONE None 2 8 NONE Absent 0 NONE None 2 9 NONE Absent 0 NONE None The output shows that two switches form an IRF fabric. The following table shows the MPU information. Table 1 MPU information of the IRF fabric MPU Member ID Slot number Active MPU of the IRF fabric 1 0 7

9 MPU Member ID Slot number Standby MPU of the IRF fabric 1 1 Standby MPU of the IRF fabric 2 0 Standby MPU of the IRF fabric 2 1 # Check the free storage space of the active and standby MPUs on the IRF fabric. On the active MPU of the IRF fabric <Sysname> dir Directory of flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) On the standby MPU in slot 1 of member device 1 <Sysname> dir chassis1#slot1#flash:/ Directory of chassis1#slot1#flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) On the standby MPU in slot 0 of member device 2 <Sysname> dir chassis2#slot0#flash:/ Directory of chassis2#slot0#flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 8

10 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) On the standby MPU in slot 1 of member device 2 <Sysname> dir chassis2#slot1#flash:/ Directory of chassis2#slot1#flash:/ 0 -rw May :40:52 startup.bin 1 drw- - Apr :55:57 seclog 2 -rw Apr :46:17 startup.cfg 3 -rw Apr :04:33 system.xml 4 -rw Apr :23:33 s10500.bin 5 -rw Apr :44:02 patch.bin 6 -rw Apr :02:50 patchstate 7 drw- - Apr :57:42 test 8 -rw Apr :17:30 logfile.log 9 drw- - Apr :06:40 cd KB total (62857 KB free) Check that the free storage space is sufficient for the files to be downloaded. You can delete undesired files with the delete /unreserved command to free storage space. # Delete undesired files from the active and standby MPUs of the IRF fabric. On the active MPU of the IRF fabric <Sysname> delete /unreserved flash:/s10500.bin The contents cannot be restored!!! Delete flash:/s10500.bin?[y/n]:y Deleting a file permanently will take a long time. Please wait %Delete file flash:/s10500.bin...done. On the standby MPU in slot 1 of member device 1 (delete undesired files on other standby MPUs in the same way) <Sysname> delete /unreserved chassis1#slot1#flash:/s10500.bin The contents cannot be restored!!! Delete chassis1#slot1#flash:/s10500.bin?[y/n]:y Deleting a file permanently will take a long time. Please wait %Delete file chassis1#slot1#flash:/s10500.bin...done. The delete /unreserved file-url command deletes a file permanently and the action cannot be undone. The delete file-url command moves a file to the recycle bin and the file still occupies storage space. To permanently delete the file from the recycle bin, execute the reset recycle-bin command in the original directory of the file. 9

11 Download files to the IRF fabric Download the files used for upgrade to the flash memory of the active MPU and the standby MPU. Skip this section if the files are already located there. The following example shows how to download a.bin file to the IRF fabric. Download other files in the same way as needed. You can download the.bin file through FTP or TFTP. The following illustrates how to download through FTP when the switch serves as the FTP client and a PC serves as the FTP server. Make sure the FTP client and server can reach other. 1. Run the FTP server program on the PC (assume its IP address is ) and set the username, password, and directory where the.bin file is saved. CAUTION: S10500 switches are not shipped with FTP server software. Prepare it by yourself. 2. Download the.bin file (newest.bin for example) to the active MPU of the IRF fabric. # Log in to the PC through FTP. <Sysname> ftp Trying Press CTRL+K to abort Connected to FTP service ready. User( :(none)):username 331 Password required for username. Password: 230 User logged in # Set the file transfer mode to binary. [ftp] binary 200 Type set to I. --- Type the username --- Type the password # Download the.bin file from the PC to the root directory of the storage medium on the active MPU of the IRF fabric. [ftp] get newest.bin 227 Entering Passive Mode (10,10,110,1,17,97). 125 BINARY mode data connection already open, transfer starting for /newest.bin. 226 Transfer complete. FTP: byte(s) received in second(s), K byte(s)/sec. [ftp] bye 221 Server closing. 3. Copy the file newest.bin to the root directory of the storage medium on each standby MPU of the IRF fabric. On the standby MPU in slot 1 of member device 1 <Sysname> copy newest.bin chassis1#slot1#flash:/ Copy flash:/newest.bin to chassis1#slot1#flash:/newest.bin?[y/n]:y %Copy file flash:/newest.bin to chassis1#slot1#flash:/newest.bin...done. 10

12 On the standby MPU in slot 0 of member device 2 <Sysname> copy newest.bin chassis2#slot0#flash:/ Copy flash:/newest.bin to chassis2#slot0#flash:/newest.bin?[y/n]:y %Copy file flash:/newest.bin to chassis2#slot0#flash:/newest.bin...done. On the standby MPU in slot 1 of member device 2 <Sysname> copy newest.bin chassis2#slot1#flash:/ Copy flash:/newest.bin to chassis2#slot1#flash:/newest.bin?[y/n]:y %Copy file flash:/newest.bin to chassis2#slot1#flash:/newest.bin...done. You can configure the switch as the FTP server, FTP client, or TFTP client. The transfer processes slightly vary. For more information about FTP and TFTP, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Upgrade software from the CLI Make sure that all the files used for upgrade exit in the root directory of the storage medium of the active and standby MPUs of the IRF fabric. Perform the following tasks as needed: Upgrade BootWare Upgrade system software Install the patch package 1. Upgrade BootWare The following example uses mpu.btw, lpu.btw, and lpo.btw files to upgrade the BootWare of MPUs, LPUs, switching fabric modules respectively. The BootWare image stored on the active MPU can be used to upgrade the active MPU, LPUs, and switching fabric modules while that stored on a standby MPU is used to upgrade the standby MPU only. # Upgrade the BootWare for the active MPU. <Sysname> bootrom update file flash:/mpu.btw chassis 1 slot 0 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... Bootrom update succeeded in chassis 1 slot 0. # Upgrade the BootWare of the standby MPU in slot 1 of member device 1 (upgrade other standby MPUs in the same way). <Sysname>bootrom update file chassis1#slot1#flash:/mpu.btw chassis 1 slot 1 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... Bootrom update succeeded in chassis 1 slot 1. 11

13 # Upgrade the BootWare of the LPU in slot 3 of member device 2 (upgrade other LPUs in the same way). <Sysname>bootrom update file flash:/lpu.btw chassis 2 slot 3 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... Bootrom update succeeded in chassis 2 slot 3. # Upgrade the BootWare of the switching fabric module in slot 6 of member device 2. (upgrade other switching fabric modules in the same way). <Sysname>bootrom update file flash:/lpo.btw chassis 2 slot 6 This command will update bootrom file on the specified board(s), Continue? [Y/N]:y Now updating bootrom, please wait... Start accessing bootflash chip... Bootrom update succeeded in chassis 2 slot 6. # Reboot the IRF fabric to validate the upgrade. <Sysname> reboot Start to check configuration with next startup configuration file, please wait....done! This command will reboot the device. Continue? [Y/N]:y Reboot device by command. 2. Upgrade system software # Specify the file newest.bin as the main system software image to be used at the next startup of the active MPU of the IRF fabric. <Sysname> boot-loader file newest.bin chassis 1 slot 0 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on chassis 1 slot 0! # Specify the file newest.bin as the main system software image to be used at the next startup of the standby MPUs of the IRF fabric. On the standby MPU in slot 1 of member device 1 <Sysname> boot-loader file chassis1#slot1#flash:/newest.bin chassis 1 slot 1 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on chassis 1 slot 1! On the standby MPU in slot 0 of member device 2 <Sysname> boot-loader file chassis2#slot0#flash:/newest.bin chassis 2 slot 0 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on chassis 2 slot 0! On the standby MPU in slot 1 of member device 2 <Sysname> boot-loader file chassis2#slot1#flash:/newest.bin chassis 2 slot 1 main This command will set the boot file of the specified board. Continue? [Y/N]:y The specified file will be used as the main boot file at the next reboot on chassis 2 slot 1! # Reboot the IRF fabric to validate the upgrade. <Sysname> reboot Start to check configuration with next startup configuration file, please wait. 12

14 ...DONE! This command will reboot the device. Continue? [Y/N]:y Reboot device by command. CAUTION: To prevent configuration loss, save the latest configuration changes before you reboot the switch. For more information about the boot-loader command, see the Fundamentals Command Reference in the H3C S10500 Switch Series Command References. 3. Install the patch package # Install the patch package S10500R1120Patch001.bin, and configure the device to continue the installation after reboot. <Sysname> system-view [Sysname] patch install file S10500R1120Patch001.bin Patches will be installed. Continue? [Y/N]:y Do you want to run patches after reboot? [Y/N]:y Installing patches If a patch package was installed before, you must uninstall it before you can install the new one. To view patch information, use the display patch information command. For details about patch installation, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Upgrade from the BootWare menu CAUTION: You cannot simultaneously upgrade the active and standby MPUs from the BootWare menu. To ensure that the active and standby MPUs use the same software version, upgrade them in turn. BootWare menu Connect a configuration terminal such as a PC to the console port of the switch with a console cable, run the terminal emulation program on the PC, and power on the switch. Upon power-on, the switch runs the BootWare program and displays the following information: System is starting... Booting Normal Extend BootWare. The Extend BootWare is self-decompressing......done! **************************************************************************** * * * BootWare, Version 1.00 * * * **************************************************************************** Compiled Date : Jul CPU Type : XLS408 13

15 CPU L1 Cache : 32KB CPU Clock Speed : 1000MHz Memory Type : DDR2 SDRAM Memory Size : 1024MB Memory Speed : 533MHz BootWare Size : 508KB Flash Size : 128MB BASIC CPLD Version : 3.0 EXTEND CPLD Version : 3.0 PCB Version : Ver.A BootWare Validating... Press Ctrl+B to enter extended boot menu...2 To enter the BootWare menu, press Ctrl+B within 5 seconds when "Press Ctrl+B to enter BootWare menu..." appears. If you fail to do so, restart the switch and try again. The output varies with switch models. Press Ctrl+B. The system prompts you to enter the BootWare password: Please input BootWare password: Enter the password, and press Enter. The BootWare menu appears. (By default, no password is set, and you can directly press Enter to enter the BootWare menu.) CAUTION: Keep in mind the BootWare password. If you fail to provide the correct password three times, you have to reboot the switch to enter the password again. Note: The current operating device is flash Enter < Storage Device Operation > to select device. ===========================<EXTEND-BOOTWARE MENU>=========================== <1> Boot System <2> Enter Serial SubMenu <3> Enter Ethernet SubMenu <4> File Control <5> Modify BootWare Password <6> Skip Current System Configuration <7> BootWare Operation Menu <8> Clear Super Password <9> Storage Device Operation <0> Reboot Enter your choice(0-9): 14

16 Upgrading system software Upgrade system software by using one of the following methods: Using TFTP through the management Ethernet port Using FTP through the management Ethernet port Using Xmodem through the console port Using TFTP through the management Ethernet port Step1 Connect the management Ethernet port of the switch to the PC that stores the target.bin file (the IP address of the PC is required), and connect the console port of the switch to the same or another PC. Step2 Run the TFTP server program on the PC connected to the management Ethernet port and specify the file storage directory. S10500 switches are not shipped with TFTP server software. Prepare it by yourself. Step3 Run the terminal emulation program on the PC connected to the console port. Start the switch, enter the BootWare menu (see BootWare menu for more information), and type 3 when you see "Enter your choice(0-9):" to enter the Ethernet submenu. ==========================<Enter Ethernet SubMenu>========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): Step4 Type 5 to set Ethernet port parameters. If no parameters are set, pressing Enter adopts the default settings. You only need to configure settings under <CORE 0 ETHERNET PARAMETER SET>. Settings under <CORE 1 ETHERNET PARAMETER SET> do not affect software upgrade. ======================<CORE 0 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP):tftp Load File Name :test.bin :main.bin Target File Name :test.bin 15

17 :main.bin Server IP Address : Local IP Address : Gateway IP Address : ======================<CORE 1 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP) :tftp Load File Name :test.bin :main.bin Target File Name :test.bin :main.bin Server IP Address : Local IP Address : Gateway IP Address : Table 2 Output description Field Load File Name Target File Name Gateway IP Address Description Name of the file to be downloaded Name of the file downloaded to the switch, which must have the same suffix as the file to be downloaded Needed when the client and server reside on different subnets Step5 After you set TFTP parameters, the system returns to the Ethernet submenu. ==========================<Enter Ethernet SubMenu>========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): Step6 Type a number from 2 to 4 as needed. For example, type 2 to update the main system software image. The following information appears. Loading Done! bytes downloaded! Updating File flash:/main.bin......done! ==========================<Enter Ethernet SubMenu>========================== 16

18 Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): Step7 Type 0 to return to the BooWare menu, and type 1 in the BootWare menu to boot the switch. Using FTP through the management Ethernet port Step1 Connect the management Ethernet port of the switch to the PC that stores the target.bin file (the IP address of the PC is required), and connect the console port of the switch to the same or another PC. Step2 Run the FTP server program on the PC connected to the management Ethernet port, specify the file storage directory, and set the username and password. S10500 switches are not shipped with FTP server software. Prepare it by yourself. Step3 Run the terminal emulation program on the PC connected to the console port. Start the switch, enter the BootWare menu (see BootWare menu for more information), and press 3 when you see "Enter your choice(0-9):" to enter the Ethernet submenu. ==========================<Enter Ethernet SubMenu>========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): Step4 Type 5 to set Ethernet port parameters. If no parameters are set, pressing Enter adopts the default settings. You only need to configure settings under <CORE 0 ETHERNET PARAMETER SET>. Settings under <CORE 1 ETHERNET PARAMETER SET> do not affect software upgrade. ======================<CORE 0 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. 17

19 Protocol (FTP or TFTP):ftp Load File Name :test.bin :main.bin Target File Name :test.bin :main.bin Server IP Address : Local IP Address : Gateway IP Address : FTP User Name :UserN FTP User Password :PWD ======================<CORE 1 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP):ftp Load File Name :test.bin :main.bin Target File Name :test.bin :main.bin Server IP Address : Local IP Address : Gateway IP Address : FTP User Name :UserN FTP User Password :PWD Table 3 Output description Field Load File Name Target File Name Gateway IP Address Description Name of the file to be downloaded Name of the file downloaded to the switch, which must have the same suffix as the file to be downloaded Needed when the client and server reside on different subnets Step5 After you set FTP parameters, the system returns to the Ethernet submenu. ==========================<Enter Ethernet SubMenu>========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): 18

20 Step6 Type a number from 2 to 4 as needed. For example, type 2 to update the main system software image. The following information appears. Loading Done! bytes downloaded! Updating File flash:/main.bin......done! ==========================<Enter Ethernet SubMenu>========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Ethernet Parameter <Ensure The Parameter Be Modified Before Downloading!> Enter your choice(0-5): Step7 Type 0 to return to the BooWare menu, and type 1 in the BootWare menu to boot the switch. Using Xmodem through the console port Step1 Connect the console port of the switch to the PC that stores the.bin file. Step2 Run the terminal emulation program on the PC. Start the switch, enter the boot menu (see BootWare menu for more information), and type 2 when you see " Enter your choice(0-9):" to enter the serial submenu. ===========================<Enter Serial SubMenu>=========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Serial Interface Parameter Enter your choice(0-5): Step3 Type 5. The baud rate set menu appears. ===============================<BAUDRATE SET>=============================== Note:'*'indicates the current baudrate Change The HyperTerminal's Baudrate Accordingly <Baudrate Available> <1> 9600(Default)* <2> <3> <4>

21 <5> <0> Exit Enter your choice(0-5):2 Step4 Select an appropriate download baud rate. For example, type 2 to select bps. The following information appears: Baudrate has been changed to bps. Please change the terminal's baudrate to bps, press ENTER when ready. If you select the baud rate of 9600 bps, directly go to Step 8. Step5 Disconnect the HyperTerminal from the switch by selecting Call/Disconnect in the HyperTerminal window. Figure 1 Disconnect the terminal Step6 Select File > Properties in the HyperTerminal window, click Configure in the popup dialog box, and select the baud rate of bps in the console port properties dialog box. 20

22 Figure 2 Switch Properties dialog box 21

23 Figure 3 Modify the baud rate Step7 Click Call/Call to re-connect to the switch. Figure 4 Connect to the switch Press Enter, and the following information appears. The current baudrate is bps ===============================<BAUDRATE SET>=============================== Note:'*'indicates the current baudrate Change The HyperTerminal's Baudrate Accordingly <Baudrate Available> <1> 9600(Default) <2> 19200* <3> <4> <5> <0> Exit Enter your choice(0-5): 22

24 Step8 Type 0 to return to the serial submenu. ===========================<Enter Serial SubMenu>=========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Serial Interface Parameter Enter your choice(0-5): Step9 Type a number from 2 to 4 as needed. For example, type 2 to update the main system software image. The following information appears. Please Start To Transfer File, Press <Ctrl+C> To Exit. Waiting...CCCCC Step10 Select Transfer > Send File in the HyperTerminal window. In the Send File dialog box that appears, click Browse to select the target.bin file, and select Xmodem as the protocol. Figure 5 Send file dialog box Step11 Click Send. The following dialog box appears: 23

25 Figure 6 Send the file using XMODEM When the download is complete, the following information appears: Download successfully! bytes downloaded! Input the File Name:update.bin Updating File flash:/update.bin......done! ===========================<Enter Serial SubMenu>=========================== Note:the operating device is flash <1> Download Application Program To SDRAM And Run <2> Update Main Application File <3> Update Backup Application File <4> Update Secure Application File <5> Modify Serial Interface Parameter Enter your choice(0-5): Step12 Type 0 to return to the BooWare menu, and type 1 in the BootWare menu to boot the switch. After the startup, change the baud rate of the HyperTerminal back to 9600 bps by following Step 5 through Step 7. H3C recommends you to use the management Ethernet port to download the system software image for a higher speed. Upgrading BootWare Upgrade the BootWare program from the BootWare menu by using one of the following methods: Using TFTP through the management Ethernet port 24

26 Using FTP through the management Ethernet port Using Xmodem through the console port Using TFTP through the management Ethernet port Step1 Connect the management Ethernet port of the switch to the PC that stores the target BootWare image (a.btw file) (the IP address of the PC is required), and connect the console port of the switch to the same or another PC. Step2 Run the TFTP server program on the PC connected to the management Ethernet port and specify the file storage directory. S10500 switches are not shipped with TFTP server software. Prepare it by yourself. Step3 Run the terminal emulation program on the PC connected to the console port. Start the switch, enter the BootWare menu (see BootWare menu for more information), and type 7 when you see "Enter your choice(0-9):" to enter the BootWare operation menu. =========================<BootWare Operation Menu>========================== Note:the operating device is flash <1> Backup Full BootWare <2> Restore Full BootWare <3> Update BootWare By Serial <4> Update BootWare By Ethernet Enter your choice(0-4): Step4 Type 4 to enter Ethernet submenu. ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter Enter your choice(0-4): Step5 Type 4 to set Ethernet port parameters. If no parameters are set, pressing Enter adopts the default settings. You only need to configure settings under <CORE 0 ETHERNET PARAMETER SET>. Settings under <CORE 1 ETHERNET PARAMETER SET> do not affect software upgrade. ======================<CORE 0 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. 25

27 Protocol (FTP or TFTP):tftp Load File Name :test.btw :mpu.btw Target File Name :test.btw :mpu.btw Server IP Address : Local IP Address : Gateway IP Address : ======================<CORE 1 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP) :tftp Load File Name :test.btw :mpu.btw Target File Name :test.btw :mpu.btw Server IP Address : Local IP Address : Gateway IP Address : Table 4 Output description Field Load File Name Target File Name Gateway IP Address Description Name of the file to be downloaded Name of the file downloaded to the switch, which must have the same suffix as the file to be downloaded Needed when the client and server reside on different subnets Step6 After you set TFTP parameters, the system returns to the Ethernet submenu. ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter Enter your choice(0-4): Step7 Type a number from 1 to 3 as needed. For example, type 1 to upgrade the entire BootWare. The following information appears. Loading...Done! bytes downloaded! Updating Basic BootWare? [Y/N] Step8 Type Y to upgrade basic BootWare. After the upgrade is complete, the following information appears. Updating Basic BootWare...Done! 26

28 Updating Extend BootWare? [Y/N] Step9 Type Y to upgrade extended BootWare. After the upgrade is complete, the following information appears. Updating Extend BootWare...Done! ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter Enter your choice(0-4): Step10 Type 0 to return to the BootWare operation menu, and type 0 in the BootWare operation menu to return to the BootWare menu. Step11 Type 0 in the BootWare menu to reboot the switch. Using FTP through the management Ethernet port Step1 Connect the management Ethernet port of the switch to the PC that stores the target BootWare image (a.btw file) (the IP address of the PC is required), and connect the console port of the switch to the same or another PC. Step2 Run the FTP server program on the PC connected to the management Ethernet port, specify the file storage directory, and set the username and password. S10500 switches are not shipped with FTP server software. Prepare it by yourself. Step3 Run the terminal emulation program on the PC connected to the console port. Start the switch, enter the BootWare menu (see BootWare menu for more information), and press 7 when you see "Enter your choice(0-9):" to enter the BootWare operation menu. =========================<BootWare Operation Menu>========================== Note:the operating device is flash <1> Backup Full BootWare <2> Restore Full BootWare <3> Update BootWare By Serial <4> Update BootWare By Ethernet Enter your choice(0-4): Step4 Type 4 to enter Ethernet submenu. ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter 27

29 Enter your choice(0-4): Step5 Type 4 to set Ethernet port parameters. If no parameters are set, pressing Enter adopts the default settings. You only need to configure settings under <CORE 0 ETHERNET PARAMETER SET>. Settings under <CORE 1 ETHERNET PARAMETER SET> do not affect software upgrade. ======================<CORE 0 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP):ftp Load File Name :test.btw :mpu.btw Target File Name :test.btw :mpu.btw Server IP Address : Local IP Address : Gateway IP Address : FTP User Name :UserN FTP User Password :PWD ======================<CORE 1 ETHERNET PARAMETER SET>======================= Note: '.' = Clear field. '-' = Go to previous field. Ctrl+D = Quit. Protocol (FTP or TFTP):ftp Load File Name :test.btw :mpu.btw Target File Name :test.btw :mpu.btw Server IP Address : Local IP Address : Gateway IP Address : FTP User Name :UserN FTP User Password :PWD Table 5 Output description Field Load File Name Target File Name Description Name of the file to be downloaded Name of the file downloaded to the switch, which must have the same suffix as the file to be downloaded 28

30 Field Gateway IP Address Description Needed when the client and server reside on different subnets Step6 After you set FTP parameters, the system returns to the Ethernet submenu. ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter Enter your choice(0-4): Step7 Type a number from 1 to 3 as needed. For example, type 1 to upgrade the entire BootWare. The following information appears. Loading...Done! bytes downloaded! Updating Basic BootWare? [Y/N] Step8 Type Y to upgrade basic BootWare. After the upgrade is complete, the following information appears. Updating Basic BootWare...Done! Updating Extend BootWare? [Y/N] Step9 Type Y to upgrade extended BootWare. After the upgrade is complete, the following information Updating Extend BootWare...Done! ===================<BOOTWARE OPERATION ETHERNET SUB-MENU>=================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Ethernet Parameter Enter your choice(0-4): Step10 Type 0 to return to the BootWare operation menu, and type 0 in the BootWare operation menu to return to the BootWare menu. Step11 Type 0 in the BootWare menu to reboot the switch. Using Xmodem through the console port Step1 Connect the console port of the switch to the PC that stores the target BootWare image (a.btw file). Step2 Run the terminal emulation program on the PC. Start the switch to enter the boot menu (see BootWare menu for more information), and type 7 when you see "Enter your choice(0-9):" to enter the BootWare operation menu. =========================<BootWare Operation Menu>========================== Note:the operating device is flash <1> Backup Full BootWare <2> Restore Full BootWare <3> Update BootWare By Serial 29

31 <4> Update BootWare By Ethernet Enter your choice(0-4): Step3 Type 3 to enter serial submenu. ====================<BOOTWARE OPERATION SERIAL SUB-MENU>==================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Serial Interface Parameter Enter your choice(0-4): Step4 Type 4 to modify the serial port baud rate. ===============================<BAUDRATE SET>=============================== Note:'*'indicates the current baudrate Change The HyperTerminal's Baudrate Accordingly <Baudrate Available> <1> 9600(Default)* <2> <3> <4> <5> <0> Exit Enter your choice(0-5):2 Step5 Select a baud rate as need. For example, type 2 to select bps, and the following information appears. Baudrate has been changed to bps. Please change the terminal's baudrate to bps, press ENTER when ready. If you select the baud rate of 9600 bps, directly go to Step 9. Step6 Disconnect the HyperTerminal from the switch by selecting Call/Disconnect in the HyperTerminal window. Figure 7 Disconnect the terminal Step7 Select File > Properties in the HyperTerminal window, click Configure in the popup dialog box, and select the baud rate of bps in the console port properties dialog box. 30

32 Figure 8 Switch Properties dialog box Figure 9 Modify the baud rate 31

33 Step8 Select Call/Call to re-connect to the switch. Figure 10 Connect to the switch Press Enter, and the following information appears. The current baudrate is bps ===============================<BAUDRATE SET>=============================== Note:'*'indicates the current baudrate Change The HyperTerminal's Baudrate Accordingly <Baudrate Available> <1> 9600(Default) <2> 19200* <3> <4> <5> <0> Exit Enter your choice(0-5): Step9 Type 0 to return to the serial submenu. ====================<BOOTWARE OPERATION SERIAL SUB-MENU>==================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Serial Interface Parameter Enter your choice(0-4): Step10 Type a number from 1 to 3 as needed. For example, type 1 to upgrade the entire BootWare. The following information appears. Please Start To Transfer File, Press <Ctrl+C> To Exit. Waiting...CCCC Step11 Select Transfer > Send File in the HyperTerminal window. In the Send File dialog box that appears, click Browse to select the target.btw file, and select Xmodem as the protocol. 32

34 Figure 11 Send file dialog box Step12 Click Send. The following dialog box appears: Figure 12 Send the file using XMODEM When the download is complete, the following information appears: Download successfully! bytes downloaded! Updating Basic BootWare? [Y/N] Step13 Type Y to upgrade basic BootWare. After the upgrade is complete, the following information appears. Updating Basic BootWare...Done! Updating Extend BootWare? [Y/N] Step14 Type Y to upgrade extended BootWare. After the upgrade is complete, the following information appears. Updating Extend BootWare...Done! ====================<BOOTWARE OPERATION SERIAL SUB-MENU>==================== <1> Update Full BootWare <2> Update Extend BootWare <3> Update Basic BootWare <4> Modify Serial Interface Parameter 33

35 Enter your choice(0-4): Step15 Type 0 to return to the BootWare operation menu, and type 0 in the BootWare operation menu to return to the BootWare menu. Step16 Type 0 in the BootWare menu to reboot the switch. After the startup, change the baud rate of the HyperTerminal back to 9600 bps by following Step 6 through Step 8. Managing files You can display files, set system software image type, and delete files from the BootWare menu. Type 4 in the BootWare menu to enter the following file control menu. ========================<File CONTROL>======================= Note:the operating device is flash <1> Display All File(s) <2> Set Application File type <3> Delete File <0> Exit To Main Menu ============================================================= Enter your choice(0-3): Display files For how to manage files from the CLI, see the Fundamentals Configuration Guide in the H3C S10500 Switch Series Configuration Guides. Type 1 in the file control menu to display all files. Display all file(s) in flash: 'M' = MAIN 'B' = BACKUP 'S' = SECURE 'N/A' = NOT ASSIGNED NO. Size(B) Time Type Name May/23/ :40:5 N/A main.bin Apr/12/ :47:53 N/A private-data.txt Apr/12/ :48:09 N/A startup.cfg Apr/12/ :48:03 N/A system.xml Apr/06/ :23:33 M s10500.bin 6 4 Apr/10/ :11:31 N/A snmpboots Apr/11/ :44:02 N/A patch.bin Apr/02/ :02:50 N/A patchstate Apr/11/ :09:07 N/A test/my_archive_1.cfg Apr/11/ :17:30 N/A logfile.log ===============================<File CONTROL>=============================== 34

HP FlexFabric 12900E Switch Series

HP FlexFabric 12900E Switch Series HP FlexFabric 12900E Switch Series Software Upgrade Guide Part number: 5998-8368 Document version: 6W100-20150930 Legal and notice information Copyright 2015 Hewlett-Packard Development Company, L.P. No

More information

Upgrading software. Router software overview. Software upgrade configuration task list

Upgrading software. Router software overview. Software upgrade configuration task list Contents Upgrading software 1 Router software overview 1 Software upgrade configuration task list 1 Upgrading system software from BootWare menu 2 BootWare main menu 2 BootWare submenus 3 Using TFTP/FTP

More information

HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes

HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only

More information

H3C S10500 Switch Series Troubleshooting Guide

H3C S10500 Switch Series Troubleshooting Guide H3C S10500 Switch Series Troubleshooting Guide Copyright 2016 Hangzhou H3C Technologies Co., Ltd. All rights reserved. part of this manual may be reproduced or transmitted in any form or by any means without

More information

H3C S7500E Switch Series Troubleshooting Guide

H3C S7500E Switch Series Troubleshooting Guide H3C S7500E Switch Series Troubleshooting Guide Copyright 2016 Hangzhou H3C Technologies Co., Ltd. All rights reserved. part of this manual may be reproduced or transmitted in any form or by any means without

More information

HP 10500/ G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26)

HP 10500/ G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26) HP 10500/7500 20G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26) Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

H3C S7500E Software Upgrade Configuration Examples

H3C S7500E Software Upgrade Configuration Examples H3C S7500E Software Upgrade Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. A l l ri g h t s re s e r ve d. No part of this manual may be reproduced or transmitted in any form

More information

HP 7500-CMW710-R7169P01 Release Notes

HP 7500-CMW710-R7169P01 Release Notes HP 7500-CMW710-R7169P01 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

File system management commands 1

File system management commands 1 Contents File system management commands 1 cd 1 copy 3 delete 5 dir 7 fdisk 9 file prompt 11 fixdisk 11 format 12 gunzip 12 gzip 13 md5sum 14 mkdir 14 more 15 mount 16 move 17 pwd 18 rename 18 reset recycle-bin

More information

Using the emergency shell 1

Using the emergency shell 1 Contents Using the emergency shell 1 Emergency shell usage guidelines 1 Managing the file systems 1 Obtaining a system image from an FTP/TFTP server 2 Configuring the management Ethernet interface 2 Checking

More information

HP HSR6600/HSR6800 Routers. Troubleshooting Guide (V7)

HP HSR6600/HSR6800 Routers. Troubleshooting Guide (V7) HP HSR6600/HSR6800 Routers Troubleshooting Guide (V7) Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties

More information

HP V1910-CMW520-R1108P01 Release Notes

HP V1910-CMW520-R1108P01 Release Notes HP V1910-CMW520-R1108P01 Release Notes HP V1910 Release Notes Keywords: switch, resolved problems, software upgrading Abstract: This release notes describes the V1910 release with respect to hardware and

More information

HPE 5510HI-CMW710-R1111P01 Release Notes

HPE 5510HI-CMW710-R1111P01 Release Notes HPE 5510HI-CMW710-R1111P01 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HPE products

More information

HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes

HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes The information in this document is subject to change without notice. Copyright [First Year] 2015, [Current Year]2016 Hewlett Packard Enterprise Development

More information

HP 7500-CMW520-R6708 Release Notes

HP 7500-CMW520-R6708 Release Notes HP 7500-CMW520-R6708 Release Notes Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and

More information

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1 Table of Contents 1 FTP and SFTP Configuration 1-1 Introduction to FTP and SFTP 1-1 Introduction to FTP 1-1 Introduction to SFTP 1-1 FTP Configuration 1-2 FTP Configuration: A Switch Operating as an FTP

More information

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33 Contents FTP configuration commands 1 FTP server configuration commands 1 display ftp-server 1 display ftp-user 2 free ftp user 3 ftp server acl 3 ftp server enable 4 ftp timeout 5 ftp update 5 FTP client

More information

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

More information

HP MSR Routers Troubleshooting Guide (Comware V7)

HP MSR Routers Troubleshooting Guide (Comware V7) HP MSR Routers Troubleshooting Guide (Comware V7) H3C MSR1000 Router Series H3C MSR2000 Router Series H3C MSR3000 Router Series H3C MSR4000 Router Series Software version: MSR-CMW710-R0106 Document version:

More information

HP 1950-CMW710-R3108P02 Release Notes

HP 1950-CMW710-R3108P02 Release Notes HP 1950-CMW710-R3108P02 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

HP 1910 Fast Ethernet Switch Series CMW520-R1110 Release Notes

HP 1910 Fast Ethernet Switch Series CMW520-R1110 Release Notes HP 1910 Fast Ethernet Switch Series CMW520-R1110 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties

More information

Emergency shell commands 1

Emergency shell commands 1 Contents Emergency shell commands 1 copy 1 delete 1 dir 2 display copyright 4 display install package 4 display interface m-eth0 5 display ip routing-table 7 display ipv6 routing-table 7 display version

More information

Managing file systems 1

Managing file systems 1 Contents Managing file systems 1 Overview 1 File systems 1 Directories 2 Files 2 Specifying a directory name or file name 3 FIPS compliance 3 File system management restrictions and guidelines 4 Managing

More information

Software Images. About Software Images. Dependent Factors. Send documentation comments to CHAPTER

Software Images. About Software Images. Dependent Factors. Send documentation comments to CHAPTER CHAPTER 10 This chapter describes how to install and upgrade software images, and introduces the file system. It includes the following sections: About, page 10-1 Essential Upgrade Prerequisites, page

More information

HP 5500 HI Switch Series

HP 5500 HI Switch Series HP 5500 HI Switch Series IRF Configuration Guide Part number: 5998-2376a Software version: Release 5203 and Release 5206 Document version: 6W102-20140228 Legal and notice information Copyright 2014 Hewlett-Packard

More information

HP HSR6800-CMW520-R3103P04 Release Notes

HP HSR6800-CMW520-R3103P04 Release Notes HP HSR6800-CMW520-R3103P04 Release Notes Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

H3C WA Series WLAN Access Points. Getting Started Guide

H3C WA Series WLAN Access Points. Getting Started Guide H3C WA Series WLAN Access Points Getting Started Guide Abstract This document describes installation preparation, login, CLI, basic configurations, software maintenance and troubleshooting for the WA series

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series IRF Configuration Guide Part number: 5998-2349a Software version: Release 2108P01 Document version: 6W100-20131130 Legal and notice information Copyright 2013 Hewlett-Packard Development

More information

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1 Table of Contents 1 FTP Configuration Commands 1-1 FTP Client Configuration Commands 1-1 ascii 1-1 binary 1-2 bye 1-2 cd 1-3 cdup 1-4 close 1-4 debugging 1-5 delete 1-6 dir 1-6 disconnect 1-8 display ftp

More information

HP 1910-CMW520-R1511 Release Notes

HP 1910-CMW520-R1511 Release Notes HP 1910-CMW520-R1511 Release Notes HP 1910 Release Notes Keywords: switch, resolved problems, software upgrading Abstract: This release notes describes the HP1910 release with respect to hardware and software

More information

Upgrading the Software

Upgrading the Software APPENDIX B Upgrading the Software You can upgrade your software in the following ways: From the Cisco IOS command-line interface (CLI) From the ROM monitor Cisco recommends upgrading your software from

More information

Configurations for the Layer 3 Switch Router

Configurations for the Layer 3 Switch Router CHAPTER 3 This chapter describes the initial configuration of the Layer 3 switch router and contains the following major sections: Starting Up the Layer 3 Switch Router, page 3-1 Using the Console and

More information

Contents. FTP commands 1

Contents. FTP commands 1 Contents FTP commands 1 FTP server commands 1 display ftp-server 1 display ftp-user 1 free ftp user 2 free ftp user-ip 3 free ftp user-ip ipv6 3 ftp server acl 4 ftp server dscp 5 ftp server enable 5 ftp

More information

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Commands for Access Controller and Access Controller Switch Interface Board 1-1 acl (user interface view) 1-1 activation-key

More information

Flash Size : 128MB CPLD Version : 002. PCB Version : Ver.B Mac Address : 4001C67AA1C0

Flash Size : 128MB CPLD Version : 002. PCB Version : Ver.B Mac Address : 4001C67AA1C0 Flash Size CPLD Version : 128MB : 002 Starting to get the main application file--flash:/s2900-cmw520-r1101p09.bin!...... The main application file is self-decompressing.........done! System is starting...

More information

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011 61200990L1-29.1D July 2011 Configuration Guide This configuration guide explains how to update your ADTRAN Operating System (AOS) firmware using the AOS Web-based graphical user interface (GUI) with Trivial

More information

3Com Switch 4800G Family IRF Configuration Guide

3Com Switch 4800G Family IRF Configuration Guide 3Com Switch 4800G Family IRF Configuration Guide Switch 4800G 24-Port Switch 4800G 48-Port Switch 4800G PWR 24-Port Switch 4800G PWR 48-Port Switch 4800G 24-Port SFP Product Version: Release 2202 Manual

More information

HPE OfficeConnect 1620 Switch Series CMW520-R1112 Release Notes

HPE OfficeConnect 1620 Switch Series CMW520-R1112 Release Notes HPE OfficeConnect 1620 Switch Series CMW520-R1112 Release Notes The information in this document is subject to change without notice. Copyright 2016 Hewlett Packard Enterprise Development LP i Contents

More information

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software This chapter describes how to upgrade or downgrade the Cisco NX-OS software. It contains the following sections: About the Software Image,

More information

Using the Cisco NX-OS Setup Utility

Using the Cisco NX-OS Setup Utility This chapter contains the following sections: Configuring the Switch, page 1 Configuring the Switch Image Files on the Switch The Cisco Nexus devices have the following images: BIOS and loader images combined

More information

HP A5830 Switch Series Fundamentals. Configuration Guide. Abstract

HP A5830 Switch Series Fundamentals. Configuration Guide. Abstract HP A5830 Switch Series Fundamentals Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures.

More information

Using the Cisco NX-OS Setup Utility

Using the Cisco NX-OS Setup Utility This chapter contains the following sections: Configuring the Switch, page 1 Configuring the Switch Image Files on the Switch The Cisco Nexus devices have the following images: BIOS and loader images combined

More information

Device management commands 1

Device management commands 1 Contents Device management commands 1 clock datetime 1 clock protocol 2 clock summer-time 2 clock timezone 4 command 5 copyright-info enable 6 display alarm 7 display asset-info 8 display clock 10 display

More information

Recovering Catalyst Fixed Configuration Switches from a Corrupted or Missing Image

Recovering Catalyst Fixed Configuration Switches from a Corrupted or Missing Image Recovering Catalyst Fixed Configuration Switches from a Corrupted or Missing Image Document ID: 41845 Introduction Prerequisites Requirements Components Used Conventions Problem Switch Displays the Switch:

More information

HP 5820X & 5800 Switch Series IRF. Configuration Guide. Abstract

HP 5820X & 5800 Switch Series IRF. Configuration Guide. Abstract HP 5820X & 5800 Switch Series IRF Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software configuration procedures.

More information

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

Maintaining the System Software

Maintaining the System Software CHAPTER 2 This chapter covers the tasks required for maintaining a Content Engine. Upgrading the System Software, page 2-1 Recovering the System Software, page 2-2 Maintaining the Hard Disk Storage, page

More information

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2

Lenovo Flex System SI Gb System Interconnect Module. Release Notes. for Networking OS 8.2 Lenovo Flex System SI4091 10Gb System Interconnect Module Release Notes for Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety

More information

Contents. TFTP configuration commands 28 display tftp client configuration 28 tftp-server acl 28 tftp 29 tftp client source 30 tftp ipv6 31

Contents. TFTP configuration commands 28 display tftp client configuration 28 tftp-server acl 28 tftp 29 tftp client source 30 tftp ipv6 31 Contents FTP configuration commands 1 FTP server configuration commands 1 display ftp-server 1 display ftp-user 2 free ftp user 3 ftp server acl 3 ftp server enable 4 ftp timeout 4 ftp update 5 FTP client

More information

HPE 5510HI-CMW710-R1120-US Release Notes

HPE 5510HI-CMW710-R1120-US Release Notes HPE 5510HI-CMW710-R1120-US Release Notes The information in this document is subject to change without notice. Copyright 2015,2016 Hewlett Packard Enterprise Development LP Contents Version information

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

HP Switch Series (Comware V5) Troubleshooting Guide

HP Switch Series (Comware V5) Troubleshooting Guide HP 10500 Switch Series (Comware V5) Troubleshooting Guide Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties

More information

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1 Table of Contents 1 FTP Configuration Commands 1-1 FTP Server Configuration Commands 1-1 display ftp-server 1-1 display ftp-user 1-2 free ftp user 1-3 ftp server acl 1-3 ftp server enable 1-4 ftp timeout

More information

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Last Updated: August 17, 2009 To configure the Cisco Analog Video Gateway network module after it is installed in your host Cisco

More information

Installing the Cisco Unified Videoconferencing 3545 MCU

Installing the Cisco Unified Videoconferencing 3545 MCU CHAPTER 2 Installing the Cisco Unified Videoconferencing 3545 MCU The Cisco Unified Videoconferencing 3545 MCU works together with a Cisco Unified Videoconferencing 3545 EMP Enhanced Media Processor (EMP)

More information

HP 5130-POE-143 Release Notes

HP 5130-POE-143 Release Notes HP 5130-POE-143 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

HPE FlexNetwork 5510 HI Switch Series

HPE FlexNetwork 5510 HI Switch Series HPE FlexNetwork 5510 HI Switch Series IRF Configuration Guide Part number: 5200-0073a Software version: Release 11xx Document version: 6W101-20161221 Copyright 2015, 2016 Hewlett Packard Enterprise Development

More information

HP 5900_5920-CMW710-R2108P02. Release Notes

HP 5900_5920-CMW710-R2108P02. Release Notes HP 5900_5920-CMW710-R2108P02 Release Notes HP 5900_5920-CMW710-R2108P02 Release Notes Keywords: version Information, version changed, unresolved problems and avoidance measures, list of solved problems.

More information

Installation Manual. Table of Contents

Installation Manual. Table of Contents Table of Contents Table of Contents Chapter 1 Product Overview... 1-1 1.1 Introduction... 1-1 1.2 S3100-52P Ethernet Switch... 1-1 1.2.1 Front Panel... 1-1 1.2.2 Rear Panel... 1-5 1.3 System Features of

More information

SSL VPN Reinstallation

SSL VPN Reinstallation SSL VPN Reinstallation This software reinstallation procedure describes how to reinstall the software onto a previously formatted and programmed hard disk drive (HDD) on the Contivity SSL VPN 1000 card.

More information

Table of Contents Chapter 1 File System Management Commands

Table of Contents Chapter 1 File System Management Commands Table of Contents Table of Contents... 1-1 1.1 File System... 1-1 1.1.1 cd... 1-1 1.1.2 copy... 1-2 1.1.3 delete... 1-2 1.1.4 dir... 1-3 1.1.5 execute... 1-4 1.1.6 fdisk... 1-5 1.1.7 file prompt... 1-6

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

HPE FlexFabric 5700 Switch Series

HPE FlexFabric 5700 Switch Series HPE FlexFabric 5700 Switch Series IRF Configuration Guide Part number: 5998-5586s Software version: Release 2422P01 and later Document version: 6W100-20170419 Copyright 2017 Hewlett Packard Enterprise

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 4 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the switch IP address and default gateway information)

More information

Operation Manual Cluster Management. Table of Contents

Operation Manual Cluster Management. Table of Contents Table of Contents Table of Contents... 1-1 1.1 HGMP V1 Over... 1-1 1.2 HGMP Server Configuration... 1-2 1.2.1 Enabling HGMP Server on a Management Device... 1-2 1.2.2 Upgrading Software on a Switch through

More information

HP 6125 Blade Switch Series

HP 6125 Blade Switch Series HP 6125 Blade Switch Series Fundamentals Configuration Guide Part number: 5998-3153 Software version: Release 2103 Document version: 6W100-20120907 Legal and notice information Copyright 2012 Hewlett-Packard

More information

HP 5130 EI Switch Series

HP 5130 EI Switch Series HP 5130 EI Switch Series IRF Configuration Guide Part number: 5998-5479b Software version: Release 31xx Document version: 6W100-20150731 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series IRF Configuration Guide Part number: 5998-6684a Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015 Hewlett-Packard

More information

H3C WA Series WLAN Access Points. Fundamentals Command Reference

H3C WA Series WLAN Access Points. Fundamentals Command Reference H3C WA Series WLAN Access Points Fundamentals Command Reference Abstract This document details the commands for the WA series WLAN access points. Intended audience includes network planners, field technical

More information

RC001-NMS1 (REV.C) User Manual

RC001-NMS1 (REV.C) User Manual RC001-NMS1 (REV.C) User Manual Raisecom Technology Co., Ltd (08/2005) CONTENTS Chapter 1. System Overview...2 1.1 RC002-16 Chassis...2 1.2 RC001-NMS1 Master Network Management Module...2 1.3 RC001-NMS2

More information

H3C WA Series WLAN Access Points. Getting Started Guide. Hangzhou H3C Technologies Co., Ltd. Document Version:6W

H3C WA Series WLAN Access Points. Getting Started Guide. Hangzhou H3C Technologies Co., Ltd.  Document Version:6W H3C WA Series WLAN Access Points Getting Started Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version:6W100-20100910 Copyright 2010, Hangzhou H3C Technologies Co., Ltd. and its

More information

Upgrading the Cisco VSG and the Cisco Prime NSC

Upgrading the Cisco VSG and the Cisco Prime NSC Upgrading the Cisco VSG and the Cisco Prime NSC This chapter contains the following sections: Complete Upgrade Procedure, page 1 Upgrade Guidelines and Limitations, page 2 VSG Environment Upgrade Matrix

More information

HPE OfficeConnect 1920 Switch Series CMW520-R1115 Release Notes

HPE OfficeConnect 1920 Switch Series CMW520-R1115 Release Notes HPE OfficeConnect 1920 Switch Series CMW520-R1115 Notes The information in this document is subject to change without notice. Copyright 2016 Hewlett Packard Enterprise Development LP i Contents Version

More information

MOP for upgrading StoneOS

MOP for upgrading StoneOS MOP for upgrading StoneOS Make a backup of current configurations A. WebUI: Refer to the image below, click tab System menu Configuration File Management, check the box before the Startup configuration

More information

HP 6125G & 6125G/XG Blade Switches

HP 6125G & 6125G/XG Blade Switches HP 6125G & 6125G/XG Blade Switches Fundamentals Configuration Guide Part number: 5998-3153a Software version: Release 2103 and later Document version: 6W102-20141218 Legal and notice information Copyright

More information

Logging in to the CLI

Logging in to the CLI Contents Logging in to the CLI 1 Login methods 1 Logging in through the console port 2 Introduction 2 Configuration procedure 2 Logging in through the AUX port 5 Configuration prerequisites 5 Configuration

More information

HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide

HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide Part number: 5200-0013 Document version: 6W100-20160129 The information in this document is subject to change without notice. Copyright 2016

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Upgrade 6081RC Firmware

Upgrade 6081RC Firmware 6081RC Upgrade procedure for firmware and CoMon bootloader Date Action Sign-off 1/22/2009 Write initial upgrade procedure for firmware & CoMon bootloader Nathan Meyer 1/27/2009 Edit to simplify procedure

More information

Table of Contents 1 Basic Configuration Commands 1-1

Table of Contents 1 Basic Configuration Commands 1-1 Table of Contents 1 Basic Configuration Commands 1-1 Basic Configuration Commands 1-1 clock datetime 1-1 clock summer-time one-off 1-1 clock summer-time repeating 1-2 clock timezone 1-4 command-privilege

More information

Lab 6.2.7a Managing Switch Operating System Files

Lab 6.2.7a Managing Switch Operating System Files Lab 6.2.7a Managing Switch Operating System Files Objective Create and verify a basic switch configuration. Backup the switch IOS to a TFTP server and then restore it. Background/Preparation Cable a network

More information

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 Table of Contents 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 i 1 TFTP Configuration Commands TFTP Client Configuration Commands

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module System Management Configuration Guide Part number: 5998-4216 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

S12700 Agile Switches CSS2 Introduction

S12700 Agile Switches CSS2 Introduction S12700 Agile Switches CSS2 Introduction www.huawei.com Copyright 2014 Huawei Technologies Co., Ltd. All rights reserved. Preface With the gradual increase of the amount of data access and network reliability

More information

Typical for either, X is the revision letter, and ### represents the firmware version number e.g., V123 = Version

Typical for either, X is the revision letter, and ### represents the firmware version number e.g., V123 = Version Re Flashing Your CRS 500 1:N Redundancy System I. Introduction Make sure to operate the Comtech EF Data CRS 500 1:N Redundant System with its latest available firmware. The CRS 500 1:N Redundancy System

More information

HP 5500 EI & 5500 SI Switch Series

HP 5500 EI & 5500 SI Switch Series HP 5500 EI & 5500 SI Switch Series Fundamentals Configuration Guide Part number: 5998-1707 Software version: Release 2220 Document version: 6W100-20130810 Legal and notice information Copyright 2013 Hewlett-Packard

More information

SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide

SOFT-AM-0081_R3. AX3800S/AX3600S Software Upgrade Guide AX3800S/AX3600S Software Upgrade Guide Edition 4: November, 2011 1 Preface This document describes how to upgrade the software from L3(L3S) Lite Edition to L3(L3S) Advanced Edition. Read this document

More information

Cisco Nexus 1000V Software Upgrade Guide, Release 4.2(1)SV1(4a)

Cisco Nexus 1000V Software Upgrade Guide, Release 4.2(1)SV1(4a) Cisco Nexus 1000V Software Upgrade Guide, Release 4.2(1)SV1(4a) Revised: May 9, 2012 Caution The upgrade procedure for Release 4.2(1)SV1(4a) has changed. We highly recommend that you read this document

More information

Performing Software Maintenance Upgrades

Performing Software Maintenance Upgrades This chapter describes how to perform software maintenance upgrades (SMUs) on Cisco NX-OS devices. This chapter includes the following sections: About SMUs, page 1 Prerequisites for SMUs, page 3 Guidelines

More information

Initial Configuration on ML-Series Card

Initial Configuration on ML-Series Card CHAPTER 3 This chapter describes the initial configuration of the ML-Series card and contains the following major sections: Hardware Installation, page 3-1 Cisco IOS on the ML-Series Card, page 3-2 Startup

More information

VSB Backup and Recovery

VSB Backup and Recovery CHAPTER 6 This chapter describes how to backup and recover a VSB, and includes the following sections: Information About, page 6-1 Guidelines and Limitations, page 6-1 Configuring VSB Backup and Restoration,

More information

Table of Contents 1 Basic Configuration Commands 1-1

Table of Contents 1 Basic Configuration Commands 1-1 Table of Contents 1 Basic Configuration Commands 1-1 Basic Configuration Commands 1-1 clock datetime 1-1 clock summer-time one-off 1-2 clock summer-time repeating 1-3 clock timezone 1-4 configure-user

More information

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit

First Steps. esom/sk4 esom/3517 Embedded Linux Starter Kit esom/sk4 esom/3517 Embedded Linux Starter Kit First Steps SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2 Lenovo RackSwitch G8272 Release Notes For Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety information and Environmental Notices

More information

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

Multiprocessor WAN Application Module

Multiprocessor WAN Application Module 1 CHAPTER This chapter describes the (MWAM) and includes the following sections: Product Overview, page 1-2 MWAM Ordering Information, page 1-2 Hardware Description, page 1-3 Functional Description, page

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series Fundamentals Command Reference Part number: 5998-7608 Software version: Release 2110P02 Document version: 6W100-20150305 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-2 Performing Command-Line

More information

Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS

Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS Enabling the Catalyst Web Interface on Catalyst 4500/4000 Series Switches Running CatOS Document ID: 15954 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-1 Performing Command-Line

More information