Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

820

July 24th, 2015 08:00

Check replication connectivity

I use the following function to test replication connectivity ::--->

tstrepl () { avmgr logn --hfsaddr=$1 --id=repluser --ap=9RttoTriz --noconfig --debug; }

Doesn't work when port 27000 is blocked.  Yet replication is running!

How do I change to port 29000?

Also does anyone know where I can get the latest replcnt.sh script?

Thanks....

Joe Despres

2 Intern

 • 

2K Posts

July 24th, 2015 08:00

If you specify the --encrypt=ssl flag, avmgr will connect on port 29000 instead of port 27000. This flag also works for avtar, avmaint, and other binaries.

The latest support scripts are always found at:

ftp://avamar_ftp:anonymous@ftp.emc.com/software/scripts/

ECN has a tendency to break FTP links where the username and password are specified so just to be clear, this is ftp://ftp.emc.com/software/scripts/ but you have to specify the username as avamar_ftp and the password as anonymous. This account does not have permissions to list directory contents but if you know the name of the script, you can retrieve it from this location using an FTP client.

No Events found!

Top