Comware

 View Only
  • 1.  Upgrade 5900

    Posted Mar 11, 2021 11:32 AM

    Hello
    I want to update a 5900 switch.
    Actually I am in 7.1.045.

    Which version can I download?
    And when I update I start in the menu .. select 1 downlaod to image .. then 1 in TFTP. I installed a tftp on mpn station with the directory of an update to install but I still have the result failed.
    How to proceed? Thanks for your help



  • 2.  RE: Upgrade 5900

    Posted Mar 11, 2021 11:41 AM

    Hi @Jvdv !

    Here is the link to the software versions available - https://h10145.www1.hpe.com/downloads/SoftwareReleases.aspx?ProductNumber=JG336A

    I recommend you to install the latest 5900AF-5920AF_7.10.R2432P06

    In the release notes https://support.hpe.com/hpesc/public/docDisplay?docId=a00047073en_us Appendix B is what you are looking for. If your switch already has Comware image installed and you can boot into full CLI, then go with "Upgrading through the CLI". If the switch can't boot or has no image, then your path is "Upgrading from the Boot Menu"

    When upgrade using TFP make sure IP address you set on the switch and on the PC running TFTP server are on the same subnet, make sure network cable between PC and the switch is connected to the M-GE0/0/0 port of the switch and please, disable any software firewall that may be running on your PC.

     

     



  • 3.  RE: Upgrade 5900

    Posted Mar 12, 2021 03:26 AM

    Hello

    Thank you for your reply.
    From the version where I am current I can switch to the version you recommended without problem? (5900AF-5920AF_7.10.R2432P06)

    How do I know the IP of my switch? I connect in CLI console mode.

    thank you very much



  • 4.  RE: Upgrade 5900

    Posted Mar 12, 2021 03:35 AM

    Hello,

    You can run 'display interface brief' or 'display ip interface brief' and see what is the IP address assigned on management interface.

    Thanks!



  • 5.  RE: Upgrade 5900

    Posted Mar 12, 2021 03:38 AM

    Ok thanks



  • 6.  RE: Upgrade 5900

    Posted Mar 16, 2021 09:06 AM

    I have a problem updating my switch. I have my .ipe file on my pc and from CLI mode I perform the command below but it does not work. FYI, I am using the tftp software which works fine. Thanks for your help

     

     

    <HP>tftp 192.168.0.100 sget 5900_5920-CMW710-R2432P06.ipe
    Press CTRL+C to abort.
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- 0:00:40 --:--:-- 0
    No route to host

     

     



  • 7.  RE: Upgrade 5900

    Posted Mar 16, 2021 09:33 AM

    Please, post output from 'display ip routing-table' command

     



  • 8.  RE: Upgrade 5900

    Posted Mar 16, 2021 09:49 AM

    Destinations : 8 Routes : 8

    Destination/Mask Proto Pre Cost NextHop Interface
    0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
    127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
    127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
    127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
    127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
    224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
    224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
    255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
    <HP>%Jan 1 00:21:20:742 2011 HP DEV/1/FAN_DIRECTION_NOT_PREFERRED: -Slot=2; Fan 1 airflow direction is not preferred on slot 2, please check it.
    %Jan 1 00:21:20:756 2011 HP DEV/1/FAN_DIRECTION_NOT_PREFERRED: -Slot=2; Fan 2 airflow direction is not preferred on slot 2, please check it.

     



  • 9.  RE: Upgrade 5900

    Posted Mar 16, 2021 10:27 AM

    Thank you for the information provided!

    First of all you do not have any single active IP interface, neither routed port nor Vlan-interface, therefore this switch can't reach not only your tftp server, it practically can't reach anything. What you need to do is to connect your PC to a switchport, for example Gig2/0/1, then make Gig2/0/1 access port in Vlan 1 for example:

    system-view
    interface Gig2/0/1
     port link-mode bridge
     port link-type access
     port access vlan 1



    then create a Vlan-interface in Vlan1 and assign it IP address 192.168.0.254 (if tftp server's IP is 192.168.0.100/24):

    system-view
    interface Vlan1
     ip address 192.168.0.254 24
     undo shutdown
     



    Now exit to the user-view and try to ping TFTP server from the switch:

    ping 192.168.0.100



    If PC's firewall doesn't block incoming ICMP echo requests, you will see replies. Then you can proceed to TFTP file transfer.