Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhil_kumar
Explorer

Hello readers,

Migrating the SAP instances from one domain to another domain is always tedious task for administrators.

To overcome these challenges, I'm going to explain how we can successfully migrate our SAP ECC system from old domain (example.com) to new domain (example2.xyz).

nikhil_kumar_1-1709124679726.png

 

Before we start, we need to make sure couple of things.

  • Just to be sure, see if DNS server is reachable from the application server (on which SAP is hosted on):

nikhil0203_0-1709109879788.png

If it is not reachable, you'll need to get help from network support team.

  • Make an entry of new FQDN (server.example2.xyz) into DNS server to enable the forward lookup.
  • Add the entry of new domain into hosts file on the application server. ( eg. <ip> <sub domain> <FQDN>)


Activity:

  • Open transaction - RZ10 and edit Instance profile:

put FQDN in 'icm/host_name_full' parameter then save and activate.

nikhil_kumar_1-1709115311845.png

  • Edit the DEFAULT profile:

put 2nd-level and top-level domain in 'SAPFQDN' parameter (note that 'SAPLOCALHOSTFULL' is made up of 'SAPLOCALHOST' and 'SAPFQDN' values)

* The Subdomain in my case remained unchanged, so I did not change the value of 'SAPLOCALHOST' parameter.

nikhil_kumar_2-1709115945286.png

Since this change is permanent, we need to take a restart of SAP system.

Once the SAP starts, go to transaction code - SMICM -> Services, to verify the changes:

nikhil_kumar_3-1709117338826.png

This completes the part of actual migration.

Other points to note:

  • You will also need to generate and apply new certificates using transaction - STRUST according to the new domain if NWBC and/or other portals are being used.
  • Email node can be changed as well, using transaction code SCOT:

nikhil_kumar_4-1709118153338.png

nikhil_kumar_5-1709118200831.png

  • Set default domain to the updated one (like example2.xyz).
  • Email functionality can be tested using transaction SBWP -> New Message
    nikhil_kumar_2-1709124943817.png

Few other things to consider:

  • This blog only covers the SAP part of the migration, not for the different DBs and OS changes. You'll need to look further into OS/DB related transactions and/or parameters to realize the full impact on the SAP system in that case.
  • You will also need to check if there are any other services, ABAP reports or programs have the old domain configured into them which are being used in the SAP system and make changes accordingly.

Below notes/documents can be referred for more information:

611361 - Hostnames of SAP ABAP Platform servers

Fully Qualified Domain Names (FQDN)

3220752 - NWBC error : The URL contains no complete domain specification\

2148070 - Configuration of e-mail using SMTP (outbound)

How to create a CSR and import the certificate response in STRUST

Detailed information about domains can be found in this article.

Thanks,

Nikhil Kumar.

 

SAP NetWeaver SAP NetWeaver Application Server for ABAP 

 

 

 

 

3 Comments
Labels in this area