2012-03 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2012-03-20 Tue
■ groonga を Oracle Solaris 11 上でビルドする
須藤さんによると,2.0.0 は Solaris 11 でビルドできず,
master はビルドできるということなので,
https://github.com/groonga/groonga からとってくる.
まずは autogen.sh を実行して configure や Makefile を生成し,
あとは ./configure && make && make install.
./autogen.sh ./configure --prefix=/usr/local/groonga --localstatedir=/var --disable-document make sudo make install
sphinx まわりで docutils 関係のエラーがでたため,
--disable-document でドキュメントの生成をやめて回避.
■ Juillet
- Blog de juillet
http://juillet1203.cocolog-nifty.com/blog/
- https://www.facebook.com/juillet1203
2012-03-18 Sun
■ 3月28日は no target night
■ Patina でランチ
■ dstat
memo
- dstatの万能感がハンパない - (ひ)メモ
http://d.hatena.ne.jp/hirose31/20120229/1330501968
- DAG: Dstat: Versatile resource statistics tool
http://dag.wieers.com/home-made/dstat/
- dagwieers/dstat
https://github.com/dagwieers/dstat
2012-03-16 Fri
■ RHEL と Oracle Solaris 11 の比較表
いろいろな機能について,
それを実現するコマンドの比較表(?).
- Red Hat Enterprise Linux to Solaris 11 Evaluation
http://www.oracle.com/technetwork/server-storage/solaris11/overview/redhat-mapping-guide-1555721.html
■ ilb (Integrated Load Balancer)
Oracle Solaris 11 には ilb というロードバランサがあって,
一通りのことはできるよう.
これに vrrpadm で VRRP (Virtual Router Redundancy Protocol) を設定すれば,
冗長構成のロードバランサができそうなので,あとで試す
- Oracle Blogs 日本語のまとめ: [Solaris] Integrated Load Balancer
http://orablogs-jp.blogspot.com/2011/07/integrated-load-balancer.html
- network load balancing with Solaris » Antony Pavlenko's blog
http://pavlenko.net/antony/2012/03/12/network-load-balancing-with-solaris/
- http://docs.oracle.com/cd/E26924_01/html/E25872/gijjm.html