Vlan Configuration; Ssh Key Distribution; Sysctl.conf - Cisco C880 M4 Configuration Manual

With sap hana tailored datacenter integration
Hide thumbs Also See for C880 M4:
Table of Contents

Advertisement

VLAN Configuration

Use the following configuration:
/etc/sysconfig/network # cat ifcfg-vlan410
BOOTPROTO='static'
ETHERDEVICE='bond0'
IPADDR='172.20.253.180/26'
STARTMODE='onboot'
USERCONTROL='no'
VLAN=yes

SSH Key Distribution

Use the following configuration:
mgmtsrv01:~/.ssh # ssh-copy-id -i id_rsa.pub server01
Password:******
mgmtsrv02:~/.ssh # ssh-copy-id -i id_rsa.pub server01
Password:******
mgmtsrv01: # ssh
Last login: Mon Jan
server01:~ #

sysctl.conf

Use the following configuration:
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
fs.inotify.max_user_watches = 65536
kernel.shmmax = 9223372036854775807
kernel.sem = 1250 256000 100 8192
kernel.shmall = 1152921504606846720
kernel.shmmni = 524288
# SAP HANA Database
# Next line modified for SAP HANA Database on 2016.01.04_06.52.38
vm.max_map_count=588100000
fs.file-max = 20000000
fs.aio-max-nr = 196608
vm.memory_failure_early_kill = 1
#
net.core.rmem_max = 16777216
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
server01
9 15:00:57 2012 from mgmtsrv02.cisco-hana.corp
Page 126 of 146

Advertisement

Table of Contents
loading

Table of Contents