Follow the procedure in this section to upload the new software from your PC to the SP2000.

Prerequisites 

  • You must take a system backup and store it in the local directory before uploading the new software. For backup procedures, refer to Back Up the System Before the Software Upgrade.
  • You have downloaded the new software load from the Ribbon Global Software Center. 

Upload the software package from your PC to the SP2000

Start

  1. Secure FTP to the SP2000 Management CPU in slot 14.

    sftp root@<ip address of the SP2K, slot 14> 
  2. When prompted, enter the root password.

    root@<ip address of SP2K, slot 14>'s password:
  3. Go to the /var/log/ directory.

    sftp> cd /var/log/
  4. Upload the software package <stp_sp2K_release_nightlybuild_upgrade.sh> from your PC to the SP2000 using the following command. 

    sftp> put <filename>
    Tip

    An example for the filename is stp_sp2k_18_1_0_nb20191210_upgrade.sh This file is the load file.

    Example
    sftp> put stp_sp2k_18_1_0_nb20191210_upgrade.sh
    Uploading stp_sp2k_18_1_0_nb20191210_upgrade.sh to /var/log/stp_sp2k_18_1_0_nb20191210_upgrade.sh
  5. Exit the window.

    sftp> exit

Verify the uploaded files

Start

  1. Log onto the SP2000 Management CPU in slot 14.

  2. Change the file permissions.

    Example
    chmod u+x /var/log/stp_sp2k_18_1_0_nb20191210_upgrade.sh
  3. Check the file integrity using the MD5 checksum by comparing the output to the one that was given with the file download.  

    Example
    md5sum /var/log/stp_sp2k_18_1_0_nb20191210_upgrade.sh
    
    31beeaf9d9ad994709f1f489790e4d16 /var/log/stp_sp2k_18_1_0_nb20191210_upgrade.sh