Difference between revisions of "Holly/HollyVM Install Log"

From Nottinghack Wiki
Jump to navigation Jump to search
(Created page with "As part of Holly's move to a VM we changed to a Debian squeeze install rather than a Ububtu 10.04 Server<br/> This is a ruff log of all the install and setup tweaks ==21/02/2012...")
 
Line 19: Line 19:
 
apt-get install build-essential linux-headers-`uname -r`<br/>
 
apt-get install build-essential linux-headers-`uname -r`<br/>
 
mount /media/cdrom<br/>
 
mount /media/cdrom<br/>
tar zxf /media/cdrom/VM....<br/>
+
tar zxf /media/cdrom/VMwareTools-8.6.0-425873.tar.gz <br/>
 
umount /meida/cdrom<br/>
 
umount /meida/cdrom<br/>
cd ~/vm...<br/>
+
cd vmware-tools-distrib/<br/>
./vm....<br/>
+
./vmware-install.pl <br/>
 +
default answers for install
  
 
adduser daniel<br/>
 
adduser daniel<br/>
Line 32: Line 33:
 
apt-get install mysql-server<br/>
 
apt-get install mysql-server<br/>
 
apt-get install php5-myqsl<br/>
 
apt-get install php5-myqsl<br/>
 +
 +
 +
==ToDo==
 +
Quick list in no order
 +
 +
* apache sites
 +
* check php config
 +
* ntp
 +
* phpmyadmin
 +
* avr bits
 +
* copy mysql db's
 +
* cacti
 +
** cacti DB's
 +
* addr_graphs
 +
* user instrumentation
 +
** copy /home/instrumentation
 +
* user james
 +
* recompile/install instrumentation
 +
* check serial to MatrixMQTT
 +
 +
 +
[[Category:Instrumentation]]
 +
[[Category:Network]]

Revision as of 01:32, 22 February 2012

As part of Holly's move to a VM we changed to a Debian squeeze install rather than a Ububtu 10.04 Server
This is a ruff log of all the install and setup tweaks

21/02/2012

hollyvm 1core, 1gb ram, 50gb hdd
Source debian-6.0.4-amd64-netinstall.iso
LVM partitions

  • 10GB root / ext3
  • 38GB home /home ext3
  • 3GB swap

yes that a big swap space for just 1gb of ram--'RepRap' Matt 19:26, 21 February 2012 (EST) tasksel

  • Web Server
  • Mail Server
  • SSH Server
  • Standard Systems Utilities

To install vmware tools
apt-get install build-essential linux-headers-`uname -r`
mount /media/cdrom
tar zxf /media/cdrom/VMwareTools-8.6.0-425873.tar.gz
umount /meida/cdrom
cd vmware-tools-distrib/
./vmware-install.pl
default answers for install

adduser daniel
usermod -a -G sudo daniel

installed custom sshd_config
restarted sshd

apt-get install mysql-server
apt-get install php5-myqsl


ToDo

Quick list in no order

  • apache sites
  • check php config
  • ntp
  • phpmyadmin
  • avr bits
  • copy mysql db's
  • cacti
    • cacti DB's
  • addr_graphs
  • user instrumentation
    • copy /home/instrumentation
  • user james
  • recompile/install instrumentation
  • check serial to MatrixMQTT