Open main menu

CDOT Wiki β

Changes

Viridis Commands

1,203 bytes added, 14:47, 18 September 2013
Created page with 'This page summarizes commonly-used commands for our Calxeda / Boston Limited Viridis server. = Controlling System = The computer controlling the Viridis system is Iraq. = AC P…'
This page summarizes commonly-used commands for our Calxeda / Boston Limited Viridis server.

= Controlling System =

The computer controlling the Viridis system is Iraq.

= AC Power Control =

AC to the Viridis chassis is controlled by the Raspberry Pi plugged into the network.

# Log into the Raspberry Pi from Iraq: <code>ssh raspi</code>
# Issue the appropriate "power" command:
#* Get the AC power status: <code>power status</code>
#* Turn the AC power on: <code>power on</code>
#* Turn the AC power off: <code>power off</code>
#* Power-cycle the AC: <code>power reset</code>

{{Admon/caution|Possible Filesystem Damage!|As with any system, it's important to shut down each node before powering the chassis off.}}

= IP Addresses of Nodes =

The Viridis nodes each have three IP addresses, configured via DHCP from Iraq. The first two interfaces are used by the application processor (Linux) on each node, and the third interface is used by the Energy Core Management Engine (ECME). These are recorded in the /etc/hosts file on Iraq as:

* seneca''X'' - first interface (Linux)
* seneca''X''a - second interface (Linux)
* seneca''X''b - third interface (ECME)

''X'' currently ranges from 0 to 11.