=====Overview===== files.offbyone.lan is the LAIR home directory file server. It is an attempt to start migrating away from the existing file server infrastructure. ^ hostname ^ RAM ^ disk ^ swap ^ OS ^ Kernel ^ | files.offbyone.lan | 512MB | 4GB (/) | 128MB | Debian 9.0 "Stretch" (AMD64) | 4.9.0-1-amd64 | | ::: | ::: | 64GB (/home) | ::: | ::: | ::: | =====News===== * Created files on sokraits as a stretch VM (20170217) =====TODO===== * Lots to do =====Network Configuration===== ^ Machine ^ Interface ^ IP Address ^ MAC Address ^ Other Names ^ | files.offbyone.lan | eth0 | 10.80.2.6 | 00:16:3e:2d:47:77 | | =====Packages===== The following packages have been installed on files: =====Xen Configuration===== files is a Xen virtual machine. Pertinent configuration information follows: ====Creation==== files.offbyone.lan created on sokraits on 02/17/2017: sokraits:~# xen-create-image --hostname=files --mac 00:16:3E:2D:47:77 --role=udev ====Configuration==== The Xen config file for this VM is as follows: ########################################################################## # LAIR Xen VM configuration file (files.offbyone.lan) ########################################################################## ################################################# # Kernel + memory size # bootloader = '/usr/lib/xen-4.4/bin/pygrub' vcpus = '2' memory = '512' ################################################# # Disk device(s). # root = '/dev/xvda1 ro' disk = [ 'file:/xen/images/files.disk,xvda1,w', 'file:/xen/images/files.data.disk,xvda2,w', 'file:/xen/images/files.swap,xvda3,w' ] ################################################# # Hostname # name = 'files' ################################################# # Networking # dhcp = 'dhcp' vif = [ 'mac=00:16:3E:2D:47:77,bridge=xenbr1' ] ################################################# # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'