Changes between Initial Version and Version 1 of Hinet120814/Lab13


Ignore:
Timestamp:
Aug 13, 2012, 5:47:17 PM (12 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hinet120814/Lab13

    v1 v1  
     1◢ <[wiki:Hinet120814/Lab11 實作十二]> | <[wiki:Hinet120814 回課程大綱]> ▲ | ◣
     2
     3= 實作十三 Lab 13 =
     4[[PageOutline]]
     5{{{
     6#!html
     7<div style="text-align: center;"><big style="font-weight: bold;"><big>抓抓龍安裝步驟示範<br/>Crawlzilla installation in Practice</big></big></div>
     8}}}
     9
     10== 下載抓抓龍 ==
     11
     12 * 抓抓龍官方網站: http://crawlzilla.info
     13 * 下載 [http://sourceforge.net/projects/crawlzilla/files/stable/Crawlzilla-1.0/Crawlzilla-1.1.1.tar.gz/download 最新穩定版 Crawlzilla 1.1.1 版本]
     14
     15== 安裝抓抓龍 ==
     16
     17{{{
     18hadoop@debian:~$ lsb_release -a
     19No LSB modules are available.
     20Distributor ID: Debian
     21Description:    Debian GNU/Linux 6.0.3 (squeeze)
     22Release:        6.0.3
     23Codename:       squeeze
     24hadoop@debian:~$ wget -nv http://nchc.dl.sourceforge.net/project/crawlzilla/stable/Crawlzilla-1.0/Crawlzilla-1.1.1.tar.gz
     25hadoop@debian:~$ tar zxvf Crawlzilla-1.1.1.tar.gz
     26hadoop@debian:~$ cd Crawlzilla_Install/
     27hadoop@debian:~/Crawlzilla_Install$ ./install
     28
     29 System does not has Crawlzilla.
     30 Identify is root
     31 Your system information is:
     32 Debian , 6.0.3
     33 Try to automatically install:  sun-java6-jdk sun-java6-jre sun-java6-fonts dialog expect
     34 
     35 debian will install some packages  sun-java6-jdk sun-java6-jre sun-java6-fonts dialog expect
     36
     37 System has Sun Java 1.6 above version.
     38 System has ssh.
     39 System has ssh Server (sshd).
     40 System has dialog.
     41 Welcome to use Crawlzilla, this install program will create a new accunt and to assist you to setup the password of crawler.
     42 Set password for crawler:
     43password:
     44
     45 keyin the password again:
     46password:
     47
     48 Master IP address is: 192.168.125.1
     49 Master MAC address is:  08:00:27:04:6b:db   
     50 Please confirm the install infomation of above :1.Yes 2.No 
     511
     52 Create crawler and change password.
     53
     54 unpack success!
     55  Check and Set /etc/hosts finished.
     56 Add Crawlzilla service to /etc/init.d
     57 Crawlzilla will startup when booting
     58update-rc.d: using dependency based boot sequencing
     59 Make the slave installation package 
     60 Formatting HDFS...
     61 start up name node [Namenode] ... 
     62starting namenode, logging to /var/log/crawlzilla/hadoop-logs/hadoop-crawler-namenode-debian.out
     63 start up job node [JobTracker] ... 
     64starting jobtracker, logging to /var/log/crawlzilla/hadoop-logs/hadoop-crawler-jobtracker-debian.out
     65starting datanode, logging to /var/log/crawlzilla/hadoop-logs/hadoop-crawler-datanode-debian.out
     66starting tasktracker, logging to /var/log/crawlzilla/hadoop-logs/hadoop-crawler-tasktracker-debian.out
     67 Start up tomcat...
     68.....
     69 Tomcat may not start, please use " crawlzilla " to start
     70 Installed successfully!
     71 You can visit the manage website :http://192.168.125.1:8080
     72 Finish!!!
     73}}}