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/06/21 13:01] – yehuda | learn:bigdata:ibm_biginsights [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
<code bash> | <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 ksh rpm-build | + | yum -y install |
+ | chkconfig ntpd on | ||
+ | ntpdate 0.asia.pool.ntp.org | ||
+ | echo " | ||
+ | service ntpd start | ||
# should be password less | # should be password less | ||
- | chkconfig iptables off | + | chkconfig iptables off |
- | | + | service iptables stop |
- | | + | chkconfig ip6tables off |
- | | + | service ip6tables stop |
- | | + | 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/ | ||
+ | ./ | ||
+ | # 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 |