1 | <%page expression_filter="h"/> |
---|
2 | <%inherit file="skeleton.mako" /> |
---|
3 | |
---|
4 | <%def name="title()"> |
---|
5 | Intro |
---|
6 | </%def> |
---|
7 | |
---|
8 | <h1>XVM — Virtual Servers for MIT </h1> |
---|
9 | |
---|
10 | <p><strong>xvm.mit.edu</strong> is a virtualization service for the |
---|
11 | MIT community. We offer <strong>virtual machines</strong>—your |
---|
12 | own complete system on which you can start from our <strong>three-minute |
---|
13 | Debian or Ubuntu install</strong> or install the <strong>operating |
---|
14 | system of your choice</strong>. The service is <strong>free</strong> |
---|
15 | to any Athena account holder.</p> |
---|
16 | |
---|
17 | %if os.path.exists("/etc/invirt/message"): |
---|
18 | <div class="result"> |
---|
19 | <p class="error">${open('/etc/invirt/message').read()}</p> |
---|
20 | </div> |
---|
21 | %endif |
---|
22 | |
---|
23 | <p>MIT users:</p> |
---|
24 | <blockquote><big><a |
---|
25 | href="https://${config.web.hostname}/"><strong><font color="green">→</font> Log in to XVM using MIT certificates</strong> |
---|
26 | </a></big></blockquote> |
---|
27 | <blockquote><big><a |
---|
28 | href="https://${config.web.hostname}:442/"><strong><font color="green">→</font> Log in to XVM using Kerberos Tickets</strong> |
---|
29 | </a></big></blockquote> |
---|
30 | |
---|
31 | <p>To aquire MIT certificates click <a href="http://ca.mit.edu/">here</a>.</p> |
---|
32 | |
---|
33 | <h2>XVM features:</h2> |
---|
34 | <ul> |
---|
35 | <li>Online management of virtual machines</li> |
---|
36 | <li>A wide selection of bootable CD-ROM images and installers</li> |
---|
37 | <li>An automated Debian and Ubuntu installer</li> |
---|
38 | <li>Secure VNC console access via a Java applet</li> |
---|
39 | <li>Secure serial console access over SSH</li> |
---|
40 | <li>Ownership and access control through Athena lockers and groups</li> |
---|
41 | </ul> |
---|
42 | |
---|
43 | <h2>XVM does not feature:</h2> |
---|
44 | <ul> |
---|
45 | <li>backups of VM disk images; images are on a RAID, but you should |
---|
46 | arrange your own backups for data that is important to you.</li> |
---|
47 | <li>guarantees of uptime or security; we are a best-effort volunteer |
---|
48 | service, though we follow security and reliability best practices |
---|
49 | shared by production SIPB services.</li> |
---|
50 | </ul> |
---|
51 | |
---|
52 | <p>The XVM code base is a <strong>free software</strong> project under |
---|
53 | development, licensed under GPLv2+. If you're interested in using it, |
---|
54 | we'd be happy to help you set it up in your environment. Our Subversion |
---|
55 | repository is</p> <blockquote><a |
---|
56 | href="https://xvm.mit.edu:1111/">https://xvm.mit.edu:1111/</a></blockquote> |
---|
57 | |
---|
58 | <p>xvm.mit.edu is provided by <a href="http://sipb.mit.edu/">SIPB</a>, |
---|
59 | the student computing group at MIT, with generous funding from <a |
---|
60 | href="http://web.mit.edu/ist/">IS&T</a>. Like all SIPB projects, we |
---|
61 | are independently run by our own team of volunteers, and we welcome new |
---|
62 | contributors.</p> |
---|
63 | |
---|
64 | <p>Questions and feedback welcome at <a |
---|
65 | href="mailto:xvm@mit.edu">xvm@mit.edu</a>.</p> |
---|