You can install the AmpCon-DC server by importing the .qcow2 image file to a virtual machine management platform like virt-manager or GNS3.
virt-manager is used in the following installation steps. The steps are similar for other virtual machine management platforms that support importing .qcow2 files.
Prerequisites
Before you install the AmpCon-DC server, ensure that the following prerequisites are met:
The installation requirements are met.
The AmpCon-DC server installation package is downloaded.
Go to the FS AmpCon-DC website. In the Resources section, click AmpCon™-DC for GNS3 2.1.0 Software.
Installation procedure
Go to the directory where the AmpCon-DC server installation package exists.
Open the virt-manager interface by running the following command:
virt-manager |
---|
Click the following button to import the virtual machine.
Select Import existing disk image, and then click Forward.
Click Browse to select the AmpCon-DC server installation package that you downloaded.
Click Browse Local to add a local location.
Find the actual .qcow2 file location, and then click Open.
Select Ubuntu 22.04 LTS, and then click Forward.
Adjust the memory and CPU settings as needed, and then click Forward.
In the Network section, select Macvtap device, and enter the device name as needed. Then, click Finish.
Wait for the importing process to finish. Once completed, the virtual machine is successfully created, and the AmpCon-DC server is installed.
Modify the network interface configuration.
a. Log in to the virtual machine with the default username (pica8) and password (pica8).
b. Modify the IP address with the real IP address of the virtual machine.
sudo vi /etc/netplan/00-installer-config.yaml |
---|
c. Apply the network interface configuration by running the following command:
sudo netplan apply |
---|
Start the AmpCon-DC server by running the following command:
cd /usr/share/automation/server && sudo ./start.sh |
---|
Now the AmpCon-DC server is installed and started.
What to Do Next
After you install the AmpCon-DC server, you need to import the AmpCon-DC License, and add system configurations.
Add Comment