cancel
Showing results for 
Search instead for 
Did you mean: 

Ghost call to port 139 and 445

0 Kudos

Hi there,

I recently changed the name and domain of a PI 7.0 server under windows server 2003 and sql 2005.

The problem is that from time to time there is a communication call between the new server and the old server. Both are still on line.

How do I know?  I am running netstat command in new server to check.

Command:

netstat -5 -an | findstr "old_IP_address"

Result:

TCP "new_IP_address":"any_port" "old_IP_address":"139" TIME_WAIT

TCP "new_IP_address":"any_port" "old_IP_address":"445" TIME_WAIT

The different results are shown at different time.

I need to identify where is this configuration set pointing to the old_server_name.

And of course how to stop it.

This usually happens when I start SAP from SAP Management Console.

Thanks for your help.

Luis.

Accepted Solutions (0)

Answers (1)

Answers (1)

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Luis,

What do you mean by "changed the domain"?

Did you remove the Windows server from one domain (Active Directory), and added it to a different domain?

Regards,

Isaías

0 Kudos

HI Isaias,

THanks for writing.

PI was originally installed in hostA.domainB

They cloned the virtual machine and changed to hostC.domainD

After that I had to reconfigure everithing. But as I said there is a call from hostC to hostA. I need to find out where is the origin of that call and stop it.

I hope you can help.

Luis

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Luis,

I believe that the procedure you have described is not supported...

Please refer to the official SAP guides in order to perform the appropriate migration.

Regards,

Isaías

0 Kudos

Thanks for your suggestion Isaias.

Unfortunately there is no way back. We are already in production system.

It seems that it doesn't affect the normal functioning of the system.

Regards,

Luis.