cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I had HANA System Replication enabled between Primary (sapshdb001) and Secondary (sapshdb002) system using public network interface i.e. using same IP range that SAP application uses to connect to HANA. That worked completely fine.

I am now trying to secure HSR using separate internal network defined within HANA system topology by system_replication_hostname_resolution from global.ini and not /etc/hosts config.

As per Host Name Resolution for System Replication documentation, I've defined listeninterface parameter from system_replication_communication to .global and defined system_replication_hostname_resolution section as

10.5.2.1 sapshdb002 - at System level on Primary system
10.5.1.1 sapshdb001 - at System level on Secondary system

As per documentation, above minimum configuration should have worked but I see erros in nameserver trace on Secondary as attached. I've also raised incident with SAP with no resolution as yet. It would be really helpful to know if anyone have done similar setup and how.

Please Note: HANA release is 2.0 SP 04
Firewall at OS level is disabled on both Primary and Secondary, also there's no firewall between Priamry and Secondary. Again as I mentioned earlier, not using separate internal network but public, HSR had worked fine.

Thanks.

Best Regards,
Kashyap Shah

View Entire Topic
dennispadia
Active Contributor

Hello Kashyap,

In Secondary Server, you have maintained below value in system_replication_hostname_resolution but you have to make sure that 10.5.1.1 IP is attached to the server sapshdb001

10.5.1.1 sapshdb001

Below is example, 192.168.99.33 IP is been used for hana01 server and that same IP is attached in hana01 which you can find using ip addr show

Make sure your internal IPs are attached to each host before you set it as parameter in HANA.

Regards,

Dennis Padia.