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 11:00] – yehuda | learn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
chkconfig ntpd on | chkconfig ntpd on | ||
ntpdate 0.asia.pool.ntp.org | ntpdate 0.asia.pool.ntp.org | ||
+ | echo " | ||
+ | service ntpd start | ||
# should be password less | # should be password less | ||
Line 17: | Line 19: | ||
service ip6tables stop | service ip6tables stop | ||
iptables -F | iptables -F | ||
- | + | ||
+ | #disable selinux | ||
+ | vi / | ||
+ | setenforce 0 | ||
+ | |||
+ | # 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 | ||
biginsights-3.0.0.2-enterprise/ | biginsights-3.0.0.2-enterprise/ | ||
./ | ./ | ||
+ | # bi-prechecker.sh -u root -m ENTERPRISE -t 0.asia.pool.ntp.org -f ../ | ||
+ | # silent-install/ | ||
+ | # Do the install | ||
+ | silent-install/ | ||
</ | </ | ||
+ | |||
+ | <code text> | ||
+ | # vi / | ||
+ | root hard nofile | ||
+ | root soft nofile | ||
+ | root hard nproc 65536 | ||
+ | root soft nproc 65536 | ||
+ | biadmin | ||
+ | biadmin | ||
+ | biadmin | ||
+ | biadmin | ||
+ | * | ||
+ | * | ||
+ | * | ||
+ | * | ||
+ | @biadmin | ||
+ | @biadmin | ||
+ | @biadmin | ||
+ | @biadmin | ||
+ | </ | ||
Issues: | Issues: | ||
* The host should not be localhost 127.0.0.1 | * The host should not be localhost 127.0.0.1 |