cancel
Showing results for 
Search instead for 
Did you mean: 

How to change instance number

former_member193399
Active Participant
0 Kudos

I have a dual stack installation i.e. ABAP+JAVA systems. These are Netweaver 7.0 systems. All of them have default 00 and 01 instance numbers in the landscape. We want to change the instance numbers to avoid port conflicts when moving to virtual servers. Is there any way to do this? I could not find any notes on this.

Any help is highly appreciated.

RT

Accepted Solutions (1)

Accepted Solutions (1)

former_member185031
Active Contributor
0 Kudos

Either reinstall the whole system or make a Homogenous System copy to change the instance number.

Regards,

Subhash

Answers (4)

Answers (4)

former_member193399
Active Participant
0 Kudos

Guys,

Thanks for all your answers.

I tried to perform the system copy but I am unable to to do in the same host since the SCS is already exists. So the only way the system would work in this situation is perform in a different host. Is that right?

Thanks,

RT

JPReyes
Active Contributor
0 Kudos

We want to change the instance numbers to avoid port conflicts when moving to virtual server

I don't understand this... as long as they are sitting in different hosts you should not have any issues.

In any case to move them you'll need to do a homogeneos system copy and then you can change the instance numbers.

Regards

Juan

Former Member
0 Kudos

Hi ,

I tried the following procedure once & able to change the instance no::

For example if you want to change the instance number from 00 to 02

do the following procedure as follows:

Rename FOlder of instance name DVEBMGS00 to DVEBMGS02 on CI.

in /usr/sap/<SID>/SYS/profile, rename Start profile and Instance profile.

Then open the content of renamed Start profile and seacrh 00 in all the lines and change to 02.

Also edit the instance profile and change from 00 to 02.

Lastly edit DEFAULT.PFL and change the instance number from 00 to 02.

Be sure before changing the instance number, always backup or copy three profiles to some other folder.

Thanks..

Mohit

Former Member
0 Kudos

Changing the instance number for ABAP is easy enough.

Just need to follow some of the Post processing steps to clean up things.

but for Java would do the Homogeneous copy

You need to export the java and reinstall

Pravin

former_member193399
Active Participant
0 Kudos

Mohit,

The steps you mentioned is for dual stack i.e. ABAP+Java or just ABAP Stack?

anindya_bose
Active Contributor
0 Kudos

I guess reinstalling Central Instance is the option here.