Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page details how to connect to the community lab vpn and how to control the servers in a pod using ipmitool.

Using the VPN

To connect to the UNH-IOL openvpn server, you must download the vpn file attached to your booking email. You will also need to have an openvpn client installed on your machine (most Linux distributions ship with this by default).

For the most consistent results we highly recommend using a dedicated network manager. In Ubuntu this can be found in Settings > Network and from there add a new vpn using import from file. Upload the .ovpn attached in your booking email and then enter the username and password and click add. After this is done you will need to use follow the directions provided in your booking email to change your password.

Using ipmitool

Once your booking is created a set of IPMI credentials will be generated for each server in your POD. Your IPMI credentials will be emailed to you after your booking is confirmed. Additionally, your IPMI credentials can also be found on the LaaS dashboard under Account > My Bookings and then selecting the Details on your booking.

Through the IPMI interface you will be able to check the power status, as well as power on or off the server and reboot. The commands below demonstrate those actions:

Code Block
languagebash
themeConfluence
$ ipmitool -I lanplus -L OPERATOR -U akraino -P <ipmi_password> -H <ipmi_address> chassis power status
$ ipmitool -I lanplus -L OPERATOR -U akraino -P <ipmi_password> -H <ipmi_address> chassis power <on/off/cycle>

For a more comprehensive overview of ipmitool you may use the following command:

Code Block
languagebash
themeConfluence
$ man ipmitool

Support/FAQ

I cannot connect to the vpn

Please make sure that you can reach our vpn server, eg

Code Block
languagebash
themeConfluence
$ ping akraino-vpn.iol.unh.edu

If you can ping the vpn server, but cannot establish a vpn connection, a firewall is likely to be the culprit. Please verify that there is not a firewall on your network that will block the vpn connection.

My booking is taking a long time to complete

If it takes more than several hours for your booking to be confirmed, you should contact the lab by email at akraino-lab@iol.unh.edu.

General Support

...

Refer to these pages for the latest documentation: https://wiki.lfedge.org/pages/viewpage.action?pageId=34344122