Skip to Content
Author's profile photo João Dimas

SAP Migration – Win/MaxDB Win & Linux/Oracle DB – PART 6

2.4. Central Instance installation (sapwinci host – Win Srv 2012 (R2))

Start the installation of the last phase – Central Instance:

SNAG-0115.jpg

SNAG-0156.jpg

SNAG-0157.jpg

SNAG-0158.jpg

SNAG-0160.jpg

SNAG-0161.jpg

SNAG-0162.jpg

SNAG-0163.jpg

SNAG-0164.jpg

SNAG-0165.jpg

SNAG-0166.jpg

SNAG-0167.jpg

SNAG-0168.jpg

SNAG-0169.jpg

SNAG-0170.jpg

SNAG-0171.jpg

SNAG-0172.jpg

SNAG-0173.jpg

SNAG-0174.jpg

You can see in the following video all the details of the “Parameter Summary” screen:

SNAG-0175.jpg

Finish with success:

SNAG-0176.jpg

– New LOD system in SAPMMC console (with ASCS and CI Instances):

SNAG-0177.jpg

Post-Installation

I will not describe here in detail all the follow-up activities that you need to perform after a heterogeneous system copy, this is not the goal of this document, but you need to read and complete all the steps that are mentioned in the SAP system copy guide and also in the SAP installation guide. Next I’ll describe some tasks that are required to do in a similar scenario:

s

– Performing a full installation backup (you can use the Oracle BR*Tools);

s

– Install the SAP license;

s

– Checking the recommended Oracle database parameters (Check the SAP notes 1431798 (Oracle 11.2.0: Database Parameter Settings); 1171650 (Automated Oracle DB parameter check));

s

– Updating Oracle optimizer statistics (Check the SAP note 974781 (Oracle internal maintenance jobs);

s

– Delete all entries from the following tables: DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA;

s

– Delete the user OPS$<SOURCE_SAPSID>ADM;

s

– Update the SAP Kernel and the BR*Tools (DBA* files);

s

– Check the RFC´s, Jobs, STMS, etc…

=> Other tips:

s

– Check the SAP and Oracle services:

s

1. Check if the database is running via sqlplus (select status from v$instance;):

SNAG-0183.jpg

2. Check in the linux host all the oracle processes:

SNAG-0184.jpg

3. Check in the windows host all the SAP services:

SNAG-0185.jpg

– Stop SAP / Oracle database (LOD system)

s

1. Stop the SAP system (LOD) in the sapwinci host as <sid>adm:

SNAG-0178.jpg

2. Stop the Oracle database (LOD) in the saplindb host (using the sqlplus):

SNAG-0179.jpg

3. Stop the Oracle listener service as ora<sid>:

SNAG-0180.jpg

– Start SAP / Oracle database (LOD system)

s

1. Start the Oracle listener service as ora<sid>:

SNAG-0181.jpg

2. Start the Oracle database (LOD) in the saplindb host (using the sqlplus):

SNAG-0182.jpg

3. Start the SAP system (LOD) in the sapwinci host as <sid>adm:

SNAG-0187.jpg

– Disable Archive log mode (NOARCHIVELOG):

s

First of all always make sure that you got a backup plan for your SAP system and in this case you need to set the oracle database to “Archivelog Mode” so you can be able to recover your system. But sometimes you may need to set your oracle database to “Noarchivelog Mode“, for instance when you run the SGEN transaction in your SAP system. In this kind of tasks, I always recommend that you change it because if you don´t do this the database will generate a lot of archive logs and possibly will completely fill up the size of your file system. For this task you need to stop the SAP system and then use the following SQL commands:

SNAG-0188.jpg

– Disable the Oracle password life time:

s

Just a quick reminder about maybe the most common small problem in new 11g installations / upgrades.

When you entering in the Oracle 11g world, remember to do something to the default setting of password life time of 180 days. If you do nothing, your users / schema, the SAP system will cease to work after 180 days, so this is very important. For this you need to run the following sql command:

select profile, limit from dba_profiles where RESOURCE_NAME=’PASSWORD_LIFE_TIME’;

s

alter profile default limit PASSWORD_LIFE_TIME unlimited;

SNAG-0189.jpg

– BR*Tools for Oracle DBA:

s

BR*Tools is the program package containing BRSPACE, BRBACKUP, BRARCHIVE, BRRESTORE, BRRECOVER, BRCONNECT, and BRTOOLS.

BRTOOLS is the program that displays the character-based menus from which the other BR programs are called. It works together with BRGUI to generate a graphical user interface.

As ora<sid> run the command “brtools”:

SNAG-0190.jpg

– DBA Cockpit

s

The DBA Cockpit is a platform-independent tool that you can use to monitor and administer your database. It provides a graphical user interface (GUI) for all actions and covers all aspects of handling a database system landscape.

You access the DBA Cockpit by calling transaction DBACOCKPIT:

SNAG-0191.jpg

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Joao,

      Thanks for your blog.

      It is very helpful.

      Thanks

      Author's profile photo Ramesh Yadav
      Ramesh Yadav

      Hello,

      Thanks master for such a nice documents and screen shots.

      Very nice and knowledge full documents.

      Thanks alot:)

      Author's profile photo Riaan De Witt
      Riaan De Witt

      thanks for sharing, great doc

      Author's profile photo Former Member
      Former Member

      Hi,

      Nice Document and thanks for sharing it

      Author's profile photo Former Member
      Former Member

      Hi Joao,

      Very Useful one..:)

      thanks

      Regards,

      Rajesh R