Pages

2014年4月5日土曜日

[FreeBSD]10.0設置までの道のり3[munin]

外部の神様がサーバーを監視してくださっているので、今回のサーバーも仲間に入れてもらい、一緒に監視してもらおうと思っています。

そのための準備を。

とりあえずmunin仲間に入れてもらうために、munin-nodeをインストールします。

# pkg install munin-node


(中略 ※必要なモジュールが多数インストールされる)

done.

Cannot 'start' munin_node. Set munin_node_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
 done
********************************************************************
Unless this file already existed, a sample configuration file
has been placed in /usr/local/etc/munin/munin-node.conf.

Please edit it according to your needs.

********************************************************************

The Munin client will *not* be started automatically. To allow it
to start, put this line in /etc/rc.conf:

munin_node_enable="YES"

Then, it will be started on the next boot. If this line is already
present, the client will be started now.  Otherwise, edit
/etc/rc.conf and execute this command:

    /usr/local/etc/rc.d/munin-node start
********************************************************************

For a list of plugins that will probably work run
/usr/local/sbin/munin-node-configure --suggest

If this is a fresh install run
/usr/local/sbin/munin-node-configure --shell | sh -x
to install the plugins automatically

特に問題なく終了。

[FreeBSD]10.0設置までの道のり2[webmin,virtualmin]


普段お世話になっているblueonyxは、とても良く出来たアプリケーションだと思います。
今回のサーバーではコマンドラインでの操作を減らすため、webminを導入しようと思います。

あまり考えずに、できるだけ簡単に進めてみます。

# sudo pkg install webmin

Updating repository catalogue
digests.txz                                                                                                              100% 1073KB
packagesite.txz                                                                                                          100% 4959KB
Incremental update completed, 22958 packages processed:
12135 packages updated, 53 removed and 83 added.
New version of pkg detected; it needs to be installed first.
The following 1 packages will be installed:

        Upgrading pkg: 1.2.7 -> 1.2.7_1

The installation will require 266 B more space

2 MB to be downloaded

Proceed with installing packages [y/N]: y
pkg-1.2.7_1.txz                                                                                                          100% 2025KB
Checking integrity... done
[1/1] Upgrading pkg from 1.2.7 to 1.2.7_1... done
If you are upgrading from the old package format, first run:

  # pkg2ng
Updating repository catalogue
The following 6 packages will be installed:

        Installing perl5: 5.16.3_9
        Installing p5-Authen-PAM: 0.16_1
        Installing python27: 2.7.6_4
        Installing p5-IO-Tty: 1.10
        Installing p5-Net-SSLeay: 1.58
        Installing webmin: 1.680

The installation will require 178 MB more space

35 MB to be downloaded

Proceed with installing packages [y/N]: y
perl5-5.16.3_9.txz                                                                                                       100%   13MB
p5-Authen-PAM-0.16_1.txz                                                                                                 100%   24KB
python27-2.7.6_4.txz                                                                                                     100% 9998KB
p5-IO-Tty-1.10.txz                                                                                                       100%   30KB
p5-Net-SSLeay-1.58.txz                                                                                                   100%  331KB
webmin-1.680.txz                                                                                                         100%   12MB
Checking integrity... done
[1/6] Installing perl5-5.16.3_9... done
[2/6] Installing p5-Authen-PAM-0.16_1... done
[3/6] Installing python27-2.7.6_4... done
[4/6] Installing p5-IO-Tty-1.10... done
[5/6] Installing p5-Net-SSLeay-1.58... done
[6/6] Installing webmin-1.680... done
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

Install them as needed.
====


After installing Webmin for the first time you should perform the following
steps as root:

* Configure Webmin by running /usr/local/lib/webmin/setup.sh

* Add webmin_enable="YES" to your /etc/rc.conf

* Start Webmin for the first time by running /usr/local/etc/rc.d/webmin start

The parameters requested by setup.sh may then be changed from within Webmin
itself.


インストール完了。最後のコメ印部分を指示通りrootで実行していきます。
特に気をつけることもなく終了。

ローカルで動いているので、サーバーのローカルIPアドレス:10000でアクセスします。
ページが表示されて、完了ですね。

2014年4月3日木曜日

[FreeBSD]10.0設置までの道のり1[まずはソフトウェアRAID1]

ホスティング用にサーバーを準備したいと思っています。
FreeBSDで。

IBMのsystem x3100 M4にインストール、上手く起動しなかったので
しょうがなくbios?efi?のboot設定でlegacy onlyにして起動するようにしました。

ssh

■gmirrorでソフトウェアraid

参考にさせて頂きました。下記のサイト通りにコマンドを入力していったら…
あら不思議、raid構築出来ました。

http://www.bsddiary.net/d/20121019.html

http://freebsd.fkimura.com/freebsd-install92-b0.html

■GEOM

http://www.seichan.org/wiki/index.php?FreeBSD-GEOM

■gpart

http://www.freebsd.org/cgi/man.cgi?query=gpart&sektion=8


■gmirror

http://www.freebsd.org/cgi/man.cgi?gmirror%288%29



数日後、、、

HDDを片方づつ抜いて、それぞれ起動させてみました。

無事mirror出来てました。