Difference between revisions of "Equipment/Lamarr"

From London Hackspace Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
|name=Lamarr
 
|name=Lamarr
 
|image=Hackspace_Unknown.png <!-- Image of the item. Leave with placeholder image if none exists. -->
 
|image=Hackspace_Unknown.png <!-- Image of the item. Leave with placeholder image if none exists. -->
|model=? <!-- Model -->
+
|model=HP DL380G5 (or something like that) <!-- Model -->
 
|category=Equipment <!-- Main category. Please leave alone to keep item in this category -->
 
|category=Equipment <!-- Main category. Please leave alone to keep item in this category -->
 
|subcat=Systems <!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one -->
 
|subcat=Systems <!-- Sub-category if one exists. Please check main listing to see other categories contained within the main one -->
Line 11: Line 11:
 
|trainlink=Unknown <!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. -->
 
|trainlink=Unknown <!-- If training is required, provide a link to training signup or contact page. Otherwise leave blank. -->
 
|acnode=no
 
|acnode=no
|owner=LHS <!-- Provide a link to owners members page if other than LHS -->
+
|owner=LHS
|origin=donation from someone + mobo from tgreer <!-- If via pledge, please link to the completed pledge page on the wiki -->
+
|origin=donation from someone
 
|location=Basement rack <!-- Floor, room/zone and location within that area -->
 
|location=Basement rack <!-- Floor, room/zone and location within that area -->
 
|maintainers=Sysadmin team <!-- If someone is nominated as managing the upkeep of this item, please list them here. No links please; it currently breaks the template. -->
 
|maintainers=Sysadmin team <!-- If someone is nominated as managing the upkeep of this item, please list them here. No links please; it currently breaks the template. -->

Revision as of 18:50, 4 March 2014

Lamarr
Hackspace Unknown.png
Model HP DL380G5 (or something like that)
Sub-category Systems
Status Under construction
Training requirement yes
Training link Unknown
ACnode no
Owner LHS
Origin donation from someone
Location Basement rack
Maintainers Sysadmin team

Hypervisor, still being built. Possibly with KVM

Info

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

Stats

  • 2 Dual-core Xeons @ 3.0ghz
  • 2GB RAM (Needs more)
  • 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.

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)
  4. Create a new VM on Lamarr. Use local to store the virtual drives
  5. Set suitable resources
  6. Set network to eth0
  7. Start and have fun