2010-03-09 06:02 AM - edited 2015-12-18 01:36 AM
Hi all
I'm trying to configure a solution where we are using SMO to clone a database between two servers. The production server is the source of the data, and we want to clone to a development database. However, there is a firewall between the two servers and we only want to open the required ports to do this. Does anyone have a list or know what ports numbers we'd need for this?
Windows 2008 R2
Oracle 11g
SnapDrive 6.2
SMO 3.0.3
TIA
Chris
2010-03-09 12:38 PM
2010-03-10 01:20 AM
Thanks very much. I'd seen that on the NOW website as well, but there's also going to be additional ports required for SMO/Oracle that need to go along with these ones.
Chris
2010-03-11 07:41 AM
Snapdrive for Unix requires access to ports https 443 on the controllers,
SnapManager for Oracle requires ports 27214 and the sqlnet(1521/1527) ports to be open.
2010-03-12 01:13 AM
Nice one.
Just to clarify, the HTTPS port needs to be open between the Oracle servers and the filer right? I think we're set to use RPC so presumably that port needs to be open as well.
Chris