on 2008 Sep 23 7:11 AM
dear all,
i am actually looking at migrating our production server into another server. ie from IBM 32 bit to HP 64 bit. with same OS,DB,SAP version(ECC 6.0). its just upgradation of hardware capacity. i have good idea of how database refresh is done, but i am not sure if the same procedure can be followed here as well. hope you can list me the points that i need to do extra in this case. also please suggest me the best method to follow. the OS is windows 2003, DB is oracle 10g. any links given will be highly appreciated and rewarded suitably.
thank you very much.
Check note 960769 - Windows: Migration from 32-bit to 64-bit (x86_64)
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi markus,
thanks for the prompt and useful response. i went through the note and it largely talked about the pre requisites and the compatibilities between the two environments. i just wanted to know the extra thing i need to do for a homogenous system copy from 32 bit to 64 bit with rest everything as it is.if you can single out those, it would be of great help to me.
> i just wanted to know the extra thing i need to do for a homogenous system copy from 32 bit to 64 bit with rest everything as it is.if you can single out those, it would be of great help to me.
Do a backup/restore and make sure, you use the current patches for the database (not Oracle 10.1 for example). Apart from that it should be a smooth process.
Markus
Yes - you need a new license for that new system. You can get that at http://service.sap.com/licensekey. Select your system and add the new customer key.
Markus
Hi,
If you are going to move from Windows 2003 32 bits to Windows 2003 64 bits is an Homogeneous system copy BUT there are some changes (minor) during the process that are not the same as in a "normal" homogeneous system copy because Oracle 32 bits database has some differences to the 64 bits same version.
Example, this lines must be included into the control.sql file before the import process begins:
startup upgrade
spool utlirp.log
@?/rdbms/admin/utlirp.sql
spool off
shutdown immediate
startup
spool utlrp.log
@?/rdbms/admin/utlrp.sql
spool off
All the process is explained in the Homogeneous system copy guide, until SR2 ( I did the copy from 32 to 64 about 5 times in different systems) there was some bugs during the process and hopefully they have been fixed in SR3.
Yes you need a different License because the HW key is different and also you need an SOLMAN key for this process.
Good Luck.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.