Copying the upgrade archive onto the Configuration Server

Last Updated : Feb 18, 2022 |

About this task

After downloading the upgrade archive from PLDS, copy it to the Configuration Server.

Procedure

  1. On the computer where you downloaded the upgrade archive, open the console.
  2. In the console, run the following command:

    scp <src_path_file> <dest_path_to_copy>

    <src_path_file> is the path to the upgrade archive. <dest_path_to_copy> is the path to your working directory.

    For example, the following command copies the upgrade archive from the Downloads folder on your computer to the server home directory for the "mega" user on the 10.1.2.7 IP address:

    scp C:/Users/user/Downloads/aocle_routing_<tag>.tar.gz.gpg mega@10.1.2.7