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).
Once you have the file, you may initiate the vpn connection. For example, on a Linux client:
Code Block | ||||
---|---|---|---|---|
| ||||
$ sudo openvpn /path/to/laas_akraino.ovpn |
The VPN client will prompt you for a username and password. Your credentials can be found in the same email that contains your vpn file.
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 | ||||
---|---|---|---|---|
| ||||
$ 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 | ||||
---|---|---|---|---|
| ||||
$ man ipmitool |
Support/FAQ
I cannot connect to the vpn
Please make sure that you can reach our vpn server, eg
Code Block | ||||
---|---|---|---|---|
| ||||
$ 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