Copying the installation archive onto the Configuration Server

Last Updated : Feb 18, 2022 |

About this task

After downloading the installation archive from PLDS, copy the archive onto the Configuration Server.

Procedure

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

    scp <src_path_file> <dest_path_to_copy>, where <src_path_file> is the path to the installation archive and <dest_path_to_copy> is the path to your working directory.

    For example, the following command copies the installation 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 mega@10.1.2.7