Home Laboratory: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Inventory==
==Inventory==


* Fume hood
* Fume hood - want
* Centrifuge
* Centrifuge - got a small 9k / 20 ml one.
* desication chamber
* desication chamber - want
* bio reactor
* vacuum chamber
* Ocilliscope
* bio reactor - want
* proper soldering iron
* Ocilliscope - have an old one don't know how to use it. Does it even work?
* proper soldering iron - got one , butane, cordless , awesome.
* incubator
* incubator
* reflow oven
* reflow oven
* mixing table.
* mixing table - no not like a DJ.
* distiller
* vacuum filter - want
* distillation glassware - want - about ~200$ christams 2015 ? from uoft lab store.


== Links ==
== Links ==
Nurdrage http://www.youtube.com/user/NurdRage - lots of great chemistry videos


Huge geek
Huge geek
* http://www.pangloss.com/seidel/Protocols/
* http://www.pangloss.com/seidel/Protocols/
* http://www.pangloss.com/wiki/
* http://www.pangloss.com/wiki/
; MIT Digital Lab Techniques Manual
: From: MIT OpenCourseWare
: https://www.youtube.com/watch?v=mn-u-7fRQv4
== Suppliers ==
* TiO2 http://www.fromnaturewithlove.com/soap/product.asp?product_id=coltitandioxoil&affiliate=33788
== Vmware lab ==
esx on 192.168.1.114 ( frank , old work laptop )
pm    192.168.1.130
web1  192.168.1.131
web2  192.168.1.132
db1  192.168.1.133
elk1  192.168.1.134
splunk 192.168.1.135
nessus 192.168.1.136
== puppet goals ==
prerequisites:
ansible
yum update
via pupet:
ntp config
packages mlocate tcpdump lsof telnet
console terminal
dns server
default route
firewalld disable
iptables disable
nice to have
kernel clean
clean iwl + other firmwares
match up rpms lists
== Openstack ==
* centos 7 install
* openstack juno release ( http://docs.openstack.org/juno/install-guide/install/yum/content/ )
two nodes:
* 192.168.1.115 ( "os1" )
* 192.168.1.118 ( "os2" )
passwords:
* mysql admin on head node: 52192118f23bb503fb4a
* rabbitMQ admin pass RABBIT_PASS ce1fb837359025b9dccb
* keystone DB pass:  KEYSTONE_DBPASS 8df956c1257d3700724c
* keystone admin token 716b08a6ee0e03bc5ff3
* DEMO_PASS 3e4c4a5dea4ab07cfee3
* GLANCE_DBPASS 82b3317f744aab4b57a4
have done the first 4 chapters. let off at the start of chapter 5 http://docs.openstack.org/juno/install-guide/install/yum/content/ch_nova.html
adding an image:
<pre>
$ wget http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2
$ bunzip2 coreos_production_openstack_image.img.bz2
glance image-create --name CoreOS \
  --file coreos_production_openstack_image.img \
  --disk-format qcow2 \
  --container-format bare \
  --progress \
  --is-public True
</pre>
---
Old notes:
<pre>
Additional information:
* A new answerfile was created in: /root/packstack-answers-20141219-144401.txt
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
* Warning: NetworkManager is active on 192.168.1.114. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
* File /root/keystonerc_admin has been created on OpenStack client host 192.168.1.114. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://192.168.1.114/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
* To use Nagios, browse to http://192.168.1.114/nagios username: nagiosadmin, password: d4f9709d8469441d
* Because of the kernel update the host 192.168.1.114 requires reboot.
* The installation log file is available at: /var/tmp/packstack/20141219-144400-ZDNMUL/openstack-setup.log
* The generated manifests are available at: /var/tmp/packstack/20141219-144400-ZDNMUL/manifests
</pre>

Latest revision as of 16:53, 16 December 2022

Inventory

  • Fume hood - want
  • Centrifuge - got a small 9k / 20 ml one.
  • desication chamber - want
  • vacuum chamber
  • bio reactor - want
  • Ocilliscope - have an old one don't know how to use it. Does it even work?
  • proper soldering iron - got one , butane, cordless , awesome.
  • incubator
  • reflow oven
  • mixing table - no not like a DJ.
  • distiller
  • vacuum filter - want
  • distillation glassware - want - about ~200$ christams 2015 ? from uoft lab store.

Links

Nurdrage http://www.youtube.com/user/NurdRage - lots of great chemistry videos

Huge geek

MIT Digital Lab Techniques Manual
From: MIT OpenCourseWare
https://www.youtube.com/watch?v=mn-u-7fRQv4

Suppliers


Vmware lab

esx on 192.168.1.114 ( frank , old work laptop )

pm    192.168.1.130
web1  192.168.1.131
web2  192.168.1.132
db1   192.168.1.133
elk1  192.168.1.134
splunk 192.168.1.135
nessus 192.168.1.136

puppet goals

prerequisites:

ansible
yum update

via pupet:

ntp config
packages mlocate tcpdump lsof telnet
console terminal
dns server
default route
firewalld disable
iptables disable

nice to have

kernel clean
clean iwl + other firmwares
match up rpms lists

Openstack

two nodes:

  • 192.168.1.115 ( "os1" )
  • 192.168.1.118 ( "os2" )

passwords:

  • mysql admin on head node: 52192118f23bb503fb4a
  • rabbitMQ admin pass RABBIT_PASS ce1fb837359025b9dccb
  • keystone DB pass: KEYSTONE_DBPASS 8df956c1257d3700724c
  • keystone admin token 716b08a6ee0e03bc5ff3
  • DEMO_PASS 3e4c4a5dea4ab07cfee3
  • GLANCE_DBPASS 82b3317f744aab4b57a4

have done the first 4 chapters. let off at the start of chapter 5 http://docs.openstack.org/juno/install-guide/install/yum/content/ch_nova.html

adding an image:


$ wget http://stable.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2
$ bunzip2 coreos_production_openstack_image.img.bz2
glance image-create --name CoreOS \
  --file coreos_production_openstack_image.img \
  --disk-format qcow2 \
  --container-format bare \
  --progress \
  --is-public True

---

Old notes:

Additional information:
 * A new answerfile was created in: /root/packstack-answers-20141219-144401.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * Warning: NetworkManager is active on 192.168.1.114. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.1.114. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.1.114/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * To use Nagios, browse to http://192.168.1.114/nagios username: nagiosadmin, password: d4f9709d8469441d
 * Because of the kernel update the host 192.168.1.114 requires reboot.
 * The installation log file is available at: /var/tmp/packstack/20141219-144400-ZDNMUL/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20141219-144400-ZDNMUL/manifests