Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

5898

April 26th, 2018 03:00

Data Protection Central (DPC): Connection to the systems's rabbitmq service is not active.

DPC: 1.0.1-7

NVE: 9.2.1.2

----------------------------------------------------------------------------------------------------------------------------------------------

2018-04-26_121434.png

14 Posts

April 26th, 2018 07:00

-------------------------------------------------------------------------------------------------------------------------------

NVE 9.2.1.2

-------------------------------------------------------------------------------------------------------------------------------

vi /etc/entfirewall.base

Befor:

# Netty and Rabbit MQ

exec_rule -A INPUT  -p tcp -m multiport --dport 5445,5446,61619 -j ACCEPT

exec_rule -A OUTPUT -p tcp -m multiport --dport 5445,5446,61619 -j ACCEPT


After:

# Netty and Rabbit MQ

exec_rule -A INPUT  -p tcp -m multiport --dport 5445,5446,5672,61619 -j ACCEPT

exec_rule -A OUTPUT -p tcp -m multiport --dport 5445,5446,5672,61619 -j ACCEPT

service entfirewall restart


-------------------------------------------------------------------------------------------------------------------------------

DPC Server

-------------------------------------------------------------------------------------------------------------------------------

/usr/local/dpc/bin/dpc stop

/usr/local/dpc/bin/dpc start

1 Message

August 20th, 2019 10:00

Can someone explain where these commands are being entered?  Are we creating a file on the Avamar server?

2.4K Posts

August 20th, 2019 14:00

Use putty to connect to the NVE. Then edit the file using the vi command as described.

 

1 Message

November 20th, 2019 22:00

we have the same problem but with windows server 2012 , could you please give us the steps for windows .

4 Operator

 • 

1.3K Posts

November 21st, 2019 00:00

@alaa.hanafy,

The above solution states that the ports on the local firewall be opened. On Windows you can test this by simply turning off the firewall and try. Or if there is a firewall between the backup[ server and the DPC host then request for the ports 5445,5446,5672,61619 be opened for TCP protocol for bidirectional communication.

No Events found!

Top