Difference between revisions of "Equipment/Lamarr"

From London Hackspace Wiki
Jump to navigation Jump to search
(→‎Current VMs: - Updated Fragspace VM)
m (update networking info)
Line 73: Line 73:
 
# Create a new VM on Lamarr. Use local to store the virtual drives
 
# Create a new VM on Lamarr. Use local to store the virtual drives
 
# Set suitable resources
 
# Set suitable resources
# Set network to eth0
+
# Set network to join bridge br0
 
# Start and have fun
 
# Start and have fun
 
# Add it to this wiki page
 
# Add it to this wiki page

Revision as of 20:47, 16 October 2014

Lamarr
Hackspace Unknown.png
Model HP DL380 G5 (2U Version with 8 2.5" SAS Bays)
Sub-category Systems
Status Good working order
Training requirement yes
Training link Unknown
ACnode no
Owner LHS
Origin Donation
Location Basement rack
Maintainers Sysadmin team

General use Hypervisor, currently using KVM/QEMU, serving out the VOIP system at the moment.

Info

  • IP: 172.31.24.32
  • DNS: lamarr.lan.london.hackspace.org.uk
  • Access: Sysadmins

Stats

  • 2 Dual-core Xeons @ 3.0ghz
  • 18GB RAM
  • RAID10 on / ~123GB
  • RAID5 on /storage ~404G

libvm config

XML files are stored in /root at the moment. Will get around to sorting

Storage Pools

  • iso - /storage/isos - Boot and install media. Everyone has write permission
  • local - /storage/vms - Virtual drives stored on the local machine.

Networks

  • default - NATed network, works fine but won't give you an externally accessible IP or allow for PXE booting
  • bridge - Bridged network br0.

Current VMs

Fragspace

  • ID: 1
  • Status: Off
  • Date Created: 10/03/2014
  • IP: 172.31.24.33
  • CPUs: 4
  • RAM: 8GB
  • Storage: 200GB on local
    • /storage/vms/fragspace-1.img
    • /storage/vms/fragspace-2.img
    • /storage/vms/fragspace.img
  • Notes: Fragspace game server. Run by Velyks

Chomsky

  • ID: 4
  • Status: On
  • Date Created 22/09/2014
  • IP: DHCP
  • CPUs: 4
  • RAM: 8GB
  • Storage: 100GB on local
    • /storage/vms/chomsky.img
  • Notes: Babbage replacement currently under development.

How to:

Create a new VM

  1. Have a login to Lamarr via Ansible
  2. Install virt-manager
  3. Connect to Lamarr with your login. (Requires your key to be there as ID_RSA) (?need to be root?)
  4. Create a new VM on Lamarr. Use local to store the virtual drives
  5. Set suitable resources
  6. Set network to join bridge br0
  7. Start and have fun
  8. Add it to this wiki page