Equipment/Lamarr: Difference between revisions
From London Hackspace Wiki
m (update networking info) |
(some info on the new vm's) |
||
Line 59: | Line 59: | ||
* Status: On | * Status: On | ||
* Date Created 22/09/2014 | * Date Created 22/09/2014 | ||
* IP: | * IP: 172.31.24.34 | ||
* CPUs: 4 | * CPUs: 4 | ||
* RAM: 8GB | * RAM: 8GB | ||
Line 65: | Line 65: | ||
** /storage/vms/chomsky.img | ** /storage/vms/chomsky.img | ||
* Notes: Babbage replacement currently under development. | * Notes: Babbage replacement currently under development. | ||
=== ACserver === | |||
* ID: ? | |||
* Status: On | |||
* Date Created 15/10/2014 | |||
* IP: 172.31.24.35 | |||
* CPUs: 1 | |||
* RAM: 1GB | |||
* Storage: 12GB on local | |||
** /storage/vms/? | |||
* Notes: Access control server, https://wiki.london.hackspace.org.uk/view/Project:Tool_Access_Control/ACNet | |||
=== Adminstuff === | |||
* ID: ? | |||
* Status: On | |||
* Date Created 15/10/2014 | |||
* IP: 172.31.24.36 | |||
* CPUs: 1 | |||
* RAM: 1GB | |||
* Storage: 12GB on local | |||
** /storage/vms/? | |||
* Notes: Network admin bits that were on [[denning]], under construction, needs +30Gb disk space | |||
=== Services === | |||
* ID: ? | |||
* Status: On | |||
* Date Created 15/10/2014 | |||
* IP: 172.31.24.37 | |||
* CPUs: 1 | |||
* RAM: 1GB | |||
* Storage: 12GB on local | |||
** /storage/vms/? | |||
* Notes: Importantish services that were on [[babbage]], robonaut etc., under construction. | |||
= How to: = | = How to: = |
Revision as of 18:12, 17 October 2014
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: 172.31.24.34
- CPUs: 4
- RAM: 8GB
- Storage: 100GB on local
- /storage/vms/chomsky.img
- Notes: Babbage replacement currently under development.
ACserver
- ID: ?
- Status: On
- Date Created 15/10/2014
- IP: 172.31.24.35
- CPUs: 1
- RAM: 1GB
- Storage: 12GB on local
- /storage/vms/?
- Notes: Access control server, https://wiki.london.hackspace.org.uk/view/Project:Tool_Access_Control/ACNet
Adminstuff
- ID: ?
- Status: On
- Date Created 15/10/2014
- IP: 172.31.24.36
- CPUs: 1
- RAM: 1GB
- Storage: 12GB on local
- /storage/vms/?
- Notes: Network admin bits that were on denning, under construction, needs +30Gb disk space
Services
- ID: ?
- Status: On
- Date Created 15/10/2014
- IP: 172.31.24.37
- CPUs: 1
- RAM: 1GB
- Storage: 12GB on local
- /storage/vms/?
- Notes: Importantish services that were on babbage, robonaut etc., under construction.
How to:
Create a new VM
- Have a login to Lamarr via Ansible
- Install virt-manager
- Connect to Lamarr with your login. (Requires your key to be there as ID_RSA) (?need to be root?)
- Create a new VM on Lamarr. Use local to store the virtual drives
- Set suitable resources
- Set network to join bridge br0
- Start and have fun
- Add it to this wiki page