cancel
Showing results for 
Search instead for 
Did you mean: 

move all sap system data to new host on linux

Former Member
0 Kudos

Hello

our system is ecc 6.0 on rhel5&oracle 11g platform . we want to move erp installation to other hardware for testing issues.

host name and ip adress is will be stay same.

whats your best methodology for that?

we could open the oracle database on new server . ı wonder sap side configuration steps like sap profiles , os user profiles etc.

could you give me a starting point ?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

we could open the oracle database on new server . ı wonder sap side configuration steps like sap profiles , os user profiles etc.

If you could open the Oracle database, you can simply use System Copy using Backup/Restore Method.

Just keep in mind the following.:

1. Restore and Recover database.

2. Start SAPinst for System Copy.

3. Select "System copy using Backup/Restore" method.

4. When installation ask to restore and recover database, just create CONTROL.SQL file in Temporary Installation directory (C:\Program Files\sapinst_dir\XXXX") with following lines.

STARTUP
EXIT

5. Continue with SAPInst installation.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

thanks reply

case about not oracle but statrting sap instance on new host with same hostname

ı can go into oracle and R3trans -d is ok but startsap failed

Former Member
0 Kudos

Hi,

What error did you get when you issue startsap?

Br,

Venky

Former Member
0 Kudos

hi

waiting at the Starting Startup Agent sapstartsrv and giving error : TIME OUT and isntance starting failed

Former Member
0 Kudos

host name and ip adress is will be stay same

hostname and ip adress is changed as usual

on new host with same hostname

????

confused ...

Perhaps you could explain which host are involved, and for which hosts you did or did not change host name and ip address ...

Former Member
0 Kudos

ı mean like that :

1- ı want to restore oracle and sap data to new server with same host name and ip adress

2- ı backed up all related data

3- ı shut down the system

4- ı open the new server and restore the data on it

5- ı change the host name and ip adress with former systems

6- ı create related os users and group on new machine

7- ı check the permission all file systems

8- ı open oracle at new machine

9- but startsap does not work and giving that error

thanks

Former Member
0 Kudos

Hi,

Check if firewall is running...

Also disable SELinux on RHEL server.

Post startup log contents from <sid>adm users home directory.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

hi

selinux is already disabled

tnks

Former Member
0 Kudos

Thanks, a bit clearer now...

How many hosts are involved? Are SAP instances and Oracle database on the same host?

If I correctly understood, Oracle now is running on a new machine, but with same hostname and same ip?

And SAP is on the same host?

Is sapstartsrv process running?

If it isn't: What happens if you try to start it from command line?

And please show your exact startsap command and exact error message.

Is it the same startsap command that was used on the previous machine?

Former Member
0 Kudos

tnks

- exist only one host hosting db and sap instance

- yes oracle is running on new machine with same hostname and ip adress

- sap is on the same host with db

- normaly sapstartsrv didnt work ı started it manually "sapstartsrv pf=<start profile> -D" after that tried to start again but result was same

-ı run startsap command with <SID>ADM user

-yes because sap executables taken from previous machine (/usr/sap , / sapmnt etc....)

-error message is :

cat startsap_DVEBMGS00.log

Trace of system startup/check of SAP System TST on Tue Feb 28 03:41:12 EET 2012

Called command: /usr/sap/TST/SYS/exe/run/startsap start

-


03:41:13

Starting Startup Agent sapstartsrv

-


03:43:14

Startup of Instance Service failed

-


03:43:14

See /home/tstadm/startsap_DVEBMGS00.log for details

Former Member
0 Kudos

Hello,

Without logs it would be difficult to help you out..

Try upgrading "sapstartsrv" with latest one...

Check [SAP Note 877795 - Problems w/ sapstartsrv as of Release 7.00 & 6.40 patch 169|https://service.sap.com/sap/support/notes/877795]

Again, post sapstartsrv.log and startup logs which can give you more details about error.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

normaly sapstartsrv didnt work ı started it manually

So I suppose SAP files are missing from your root file system; please check!

Not sure about RHEL; in our SuSE linux it is /etc/init.d/sapinit, and symbolic links in /etc/init.d/rc*.d

So now sapstartsrv is running? Which user? Should be <sid>adm.

And as asked by Rajesh :

More log files would help.

Former Member
0 Kudos

yes ı thınk correct aproache

roos fs side is absent ı will check agaın and ı will ınform yu

thanks alot

Former Member
0 Kudos

Hello

Problem is solved

thanks

problem is about files must be in root fs (services , sapinit .....)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Curious to know which method are you using for the movement of SAP / DB server?

Br,

Venky

Former Member
0 Kudos

hi

snapshot copy is used for that . all file systems is mounted to new server

Former Member
0 Kudos

Hi,

I don't think there is a need for re-configureation apart from SAP License since the hardware key gets changed.

Are you sure that there are no other changes to other components?

Br,

Venky

Edited by: Venkatesh Pydi on Feb 28, 2012 12:14 PM

Former Member
0 Kudos

hi

sure hardware is changed but even oracle is opening but sap does not start using sapstart script at new server.

all sap file system moved to new server like /usr , / sapmnt etc...

hostname and ip adress is changed as usual

Former Member
0 Kudos

Hi,

all sap file system moved to new server like /usr , / sapmnt etc...

hostname and ip adress is changed as usual

In that case, reffer the following notes.

[Note 8307 - Changing host name on R/3 host: What do you do?|https://service.sap.com/sap/support/notes/8307]

[Note 403708 - Changing an IP address|https://service.sap.com/sap/support/notes/403708]

Regards.

Rajesh Narkhede