Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
learn:bigdata:ibm_biginsights [2015/07/13 15:22] yehudalearn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 24: Line 24:
 setenforce 0 setenforce 0
  
-#in+see the text
 /etc/security/limits.conf /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 # Precheck
 biginsights-3.0.0.2-enterprise/installer/hdm/bin biginsights-3.0.0.2-enterprise/installer/hdm/bin
 ./bi-prechecker.sh -u root -m ENTERPRISE ./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>
  
 +
 +<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: Issues:
   * The host should not be localhost 127.0.0.1   * The host should not be localhost 127.0.0.1
learn/bigdata/ibm_biginsights.1436800928.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0