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:33] – yehuda | learn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 26: | Line 26: | ||
# see the text | # see the text | ||
/ | / | ||
+ | |||
+ | # disable ipv6 | ||
+ | echo " | ||
+ | net.ipv6.conf.default.disable_ipv6 = 1 | ||
+ | net.ipv6.conf.lo.disable_ipv6 = 1" >> / | ||
+ | |||
+ | echo " | ||
+ | net.ipv4.ip_local_port_range = 1024 64000 | ||
+ | " >> / | ||
+ | |||
+ | sysctl -p | ||
# Precheck | # Precheck | ||
Line 32: | 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/ | ||
</ | </ | ||