Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
learn:bigdata:ibm_biginsights [2015/07/13 15:44] – yehuda | learn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 32: | Line 32: | ||
net.ipv6.conf.lo.disable_ipv6 = 1" >> / | net.ipv6.conf.lo.disable_ipv6 = 1" >> / | ||
- | echo " | + | echo "kernel.pid_max = 4194303 |
net.ipv4.ip_local_port_range = 1024 64000 | net.ipv4.ip_local_port_range = 1024 64000 | ||
" >> / | " >> / | ||
+ | |||
+ | sysctl -p | ||
+ | |||
# Precheck | # Precheck | ||
biginsights-3.0.0.2-enterprise/ | biginsights-3.0.0.2-enterprise/ | ||
Line 40: | Line 43: | ||
# bi-prechecker.sh -u root -m ENTERPRISE -t 0.asia.pool.ntp.org -f ../ | # bi-prechecker.sh -u root -m ENTERPRISE -t 0.asia.pool.ntp.org -f ../ | ||
# silent-install/ | # silent-install/ | ||
+ | |||
+ | # Do the install | ||
+ | silent-install/ | ||
</ | </ | ||