Step 1: Prepare ColumnStore Nodes
Overview
Optimize Linux Kernel Parameters
# minimize swapping
vm.swappiness = 1
# Increase the TCP max buffer size
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# Increase the TCP buffer limits
# min, default, and max number of bytes to use
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
# for 1 GigE, increase this to 2500
# for 10 GigE, increase this to 30000
net.core.netdev_max_backlog = 2500Temporarily Configure Linux Security Modules (LSM)
CentOS / RHEL Stop SELinux
Debian / Ubuntu AppArmor
Temporarily Configure Firewall for Installation
TCP Ports
Description
CentOS / RHEL Stop firewalld
Ubuntu Stop UFW
Configure the AWS Security Group
Configure Character Encoding
Configure DNS
Create an S3 Bucket
Next Step
Last updated
Was this helpful?

