This section describes the procedure to deploy a new Airgap server.
Procedure
- Download and deploy the Photon OS 3 OVA as the new Airgap server.
- Follow the Prerequisites for Setting up the Airgap Repository.
Caution:
Ensure that the management network of the new airgap server has internet access.
- Configure the Airgap server VM based on the resource requirements (4 CPU, 8GB RAM, and multiple disks) for the Airgap server.
Note:
The airgap server might store multiple versions of repositories, so we recommend that you use the VM with multiple disks.
- Power ON the new Airgap server and configure it as follows:
- Set FQDN and IP address to the new airgap server VM.
Caution:
After the server boots for the first time, log in with the default credentials (user: root, password: changeme) and change the password when prompted.
For Static IP:
vi /etc/systemd/network/##-eth0-static.network [Match] Name=eth0 [Network] Address=198.51.0.2/24 Gateway=198.51.0.1 DNS=198.51.0.1
For Hostname:
vi /etc/hostname and update it with FQDN. tb1-airgap1.telco.com
- Restart the network service:
systemctl restart systemd-networkd
- Install the tar package:
#tdnf install tar -y
- Set FQDN and IP address to the new airgap server VM.