Preparing to Install Cisco NFVI on Management Nodes Without Internet Access
Following procedure describes how to download the Cisco NFVI installation files onto a USB drive of the staging server with Internet access. You can use the USB to load the Cisco NFVI installation files onto the management node without Internet access.
Note |
Cisco recommends you to use Virtual Network Computing (VNC), other terminal multiplexer, or similar screen sessions to complete these steps. |
Before you begin
Note |
Downloading of the installation files (over 25 GB in size) to the USB drive might take several hours depending on the speed of your Internet connection. Ensure that you disable the CentOS to the sleep mode, for faster installation. |
Procedure
Step 1 |
On the staging server, use yum to install the following packages:
|
||||||
Step 2 |
Log into Cisco VIM software download site and download the
|
||||||
Step 3 |
Run
To identify the USB drive, execute the lsblk command before and after inserting the USB drive. The command displays a list of available block devices. The output data will help you to find the USB drive location. Provide the entire drive path in the –d option instead of any partition as shown below. Here, the tag_id refers to the Cisco VIM release version 2.4.x. For example: sudo ./getartifacts.py -t <tag_id> -u <username> -p <password> -d </dev/sdc> [--artifacts …] [--proxy proxy.example.com] –
The getartifacts.py script downloads the following:
|
||||||
Step 4 |
Use the following command to verify the downloaded artifacts and container images:
If the download fails, an error message is displayed. For example:
|
||||||
Step 5 |
To resolve download artifact failures, unmount the USB and run the getartifacts command again with the --retry option.
|
||||||
Step 6 |
Mount the USB and then run the test-usb command to validate if all the files are downloaded:
|
||||||
Step 7 |
When the USB integrity test is done, unmount the USB drive by running the following command:
|