Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
learn:bigdata:ibm_biginsights [2015/06/18 13:31] – created yehudalearn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code bash>
 +# Generate root key
 +ssh-keygen -t rsa
 +
 +#copy key
 +ssh-copy-id root@bi
 +
 # should be installed # should be installed
-yum -y install mksh.x86_64 libaio compat-libstdc++-33 pam.i686+yum -y install expect mksh.x86_64 libaio compat-libstdc++-33 pam.i686 ksh rpm-build ntp 
 +chkconfig ntpd on 
 +ntpdate 0.asia.pool.ntp.org 
 +echo "0.000" > /var/lib/ntp/drift 
 +service ntpd start
  
 # should be password less  # should be password less 
-   79  chkconfig iptables off +chkconfig iptables off 
-   80  service iptables stop +service iptables stop 
-   81  chkconfig ip6tables off +chkconfig ip6tables off 
-   82  service ip6tables stop +service ip6tables stop 
-   83  iptables -F+iptables -F 
 + 
 +#disable selinux 
 +vi /etc/sysconfig/selinux 
 +setenforce 0 
 + 
 +# see the text 
 +/etc/security/limits.conf 
 + 
 +# disable ipv6 
 +echo "net.ipv6.conf.all.disable_ipv6 = 1 
 +net.ipv6.conf.default.disable_ipv6 = 1 
 +net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf 
 + 
 +echo "kernel.pid_max = 4194303 
 +net.ipv4.ip_local_port_range = 1024  64000 
 +" >> /etc/sysctl.conf 
 + 
 +sysctl -p 
 + 
 +# Precheck 
 +biginsights-3.0.0.2-enterprise/installer/hdm/bin 
 +./bi-prechecker.sh -u root -m ENTERPRISE 
 +# bi-prechecker.sh -u root -m ENTERPRISE -t 0.asia.pool.ntp.org -f ../../../nodes-install 
 +# silent-install/silent-install.sh fullinstall.xml  
 + 
 +# Do the install 
 +silent-install/silent-install.sh fullinstall.xml 
 +</code> 
  
 +<code text>
 +# vi /etc/security/limits.conf
 +root    hard    nofile  65536
 +root    soft    nofile  65536
 +root    hard    nproc   65536
 +root    soft    nproc   65536
 +biadmin         hard    nofile  65536
 +biadmin         soft    nofile  65536
 +biadmin         hard    nproc   65536
 +biadmin         soft    nproc   65536
 +*       hard    nofile  43690
 +*       soft    nofile  43690
 +*       hard    nproc   43690
 +*       soft    nproc   43690
 +@biadmin        hard    nofile  65536
 +@biadmin        soft    nofile  65536
 +@biadmin        hard    nproc   65536
 +@biadmin        soft    nproc   65536
 +</code>
 +Issues:
 +  * The host should not be localhost 127.0.0.1
 +  * The host should be written in /etc/hosts
 + 
 +[[KB:Hadoop]]
learn/bigdata/ibm_biginsights.1434634289.txt.gz · Last modified: 2022/01/03 16:03 (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0