The following describes the build server(s) in the FSDP cluster and provides instructions on how to use them.
NOTE: This information can also be found in network_information.md.
Parameter | Value |
---|---|
Hostname | builder-00.ofa.iol.unh.edu |
System | HPE DL325 |
lom0 Network | 10.12.2.252 & 2606:4100:3880:3102::252 |
IPMI Network | builder-00.ipmi.ofa.iol.unh.edu & 10.12.1.252 & 2606:4100:3880:3101::252 |
IB Fabric | |
ROCE Fabric | |
OPA Fabric | Intel Omni-Path 100HFA016LS (fabric manager) |
iWARP Fabric |
When your FSDP Cluster account is created, you should receive an email with your OpenVPN client configuration attached.
Linux Users: Linux users should use the OpenVPN client supplied with their distribution. Users of modern Linux distributions may import this file as-is into NetworkManager. When using OpenVPN from the command line, DNS may fail to resolve. There are instructions at the bottom of the configuration file to try to solve this issue.
Windows Users: Install the OpenVPN client from here. You may use the configuration as-is with this client. You may need to run OpenVPN as administrator for the routes to be set up correctly once connected.
Mac Users: Install TunnelBlick from here. You may need to run with administrative privileges for the routes to be set up correctly once connected.
Usage of this VPN connection is contingent upon agreement with the UNH-IOL Usage Agreement.
You are expected to be physically present at your local system whenever it is connected to the VPN.
Note that this file contains private key material and you are expected to keep it appropriately secure. E-mail [email protected] immediately if your VPN credentials have been compromised.
Connect to the build server via ssh:
ssh <username>@builder-00.ofa.iol.unh.edu
The first time you log in, you should use the initial password given in the welcome email you received. You will immediately be required to change your password upon first login.
The containers for Fedora-based images are maintained by the cki-project.
Instructions for accessing and running these images using rootless podman
can be found below.
Run the following command:
podman run -it registry.gitlab.com/cki-project/containers/builder-fedora
You should now be running the container image from the registry.
Run the following command:
podman run -it registry.gitlab.com/cki-project/containers/builder-rawhide
You should now be running the container image from the registry.
TBA
TBA
TBA