cancel
Showing results for 
Search instead for 
Did you mean: 

Replacing one physical server with 3 VMs keeping hostname the same

0 Kudos

Hello all,

ECC6.0 / BASIS release 7.01 / Oracle 11.2 / SUSE-Linux.

We need to replace a current physical server which runs 3 SAP instances (CI + 2 dialog) and would like to replace this with 3 VMs to eliminate the current server being a single point-of-failure.

A complicating factor is that we need to retain the name of the current server on one of the 3 new servers, as a number of interface files are imported into our system from this host, and the server name is hard-coded in a number of programs.

Our broad plan is as follows:

  - create 3 new VMs with 3 new hostnames. One of these, on which we will install the new CI, will be renamed later to be the same as the current host.

  - install 2 new dialog instances and connect them to the existing CI to prove they work OK.

  now comes the bit we are not sure of in terms of whether this is the correct way of going about things......

 

  - stop SAP system.

  - create a new CI on the 3rd VM which currently has a different name to the current host.

  - change DNS so that the name for the current CI server now points to the ip address of the new server. Rename this server to be the same as the current.

  - connect the 2 new dialog instnaces to the new CI

  - adjust profiles to reflect new hostname etc....

Does anyone have experience with such a scenario or can point out any obvious problems with our proposed plan?

Regards....John

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You can also follow below procedure:

1) Take offline backup of your current CI system. After offline backup, shutdown your system.

2) Assign hostname of CI to new VM. Install the system and restore the offline backup. Start the system.

3) Install dialog instances.

Thanks

Sunny

Answers (1)

Answers (1)

Former Member
0 Kudos

You can do homogeneous system copy for CI:

https://websmp108.sap-ag.de/~sapdownload/011000358700000171822011E/systemcopy_701_abap.pdf

and after install additional dialog instances on other VMs

Regards

Roman