[go: up one dir, main page]

0% found this document useful (0 votes)
165 views33 pages

3 Post Installation Tasks & Other Practicals

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 33

after login error with sick asked to used sap note 1391070

but after login by root run command:-

#service uuidd start

#chkconfig uuid on

_______________________________

login by ddic to 000 client.

post installation tasks as follows:-

sick/sm28

Apply SAP license through SLICENSE


Execute SE06 , Select Standard Installation and click on execute Perform Post Installation Steps.
Click yes on each next screen.
When prompted Do you want to re-install the CTS?, press the Yes button.

When prompted *for* the Source System of Database Copy?, make sure that the <SID> of the
production system is selected.  Press the checkmark button to continue

Set System Change Option


SE06
1.      Press the System Change Option button.
2.      Set the global setting to Modifiable
3.      From the Edit menu, select Software Components Modifiable
4.      From the Edit menu, select Namespaces Modifiable
5.      Press <CTRL>+S to save.
Execute STMS , to configure TMS configuration system. If there is no Domain controller in
organization then configure this new system as DC. tmsadm user creates while stms configuration.

password:-123456

by login sap*

scc4 & create new client


Execute RZ10 -> Utilities -> Import profiles -> Of Active Servers

check the system log in SM21

Check any dumps in ST22

alter tablespace SYSTEM add datafile '/oracle/RPA/sapdata1/system_2/system.data2' size 850M


autoextend on next 20M maxsize 10000M

to add data file in tablespace.

Found system tablespace 98% full by db02old so we need to add datafile in system tablespace by
brtools.
choice 1 : extend tablespace

choice c : for continue 4 times.

5 - Size of the new file in MB (size) ..... [850]

provide size as per requirement we provided 1024

then c for continue.

___________________________________________________________________________
set parmeter to sap* able to login;

login to new created client 111 by sap* & password:-pass

sccl:- to local client copy.

schedule as background.
FINBTR@RPA

123456

use t-code FINB_TR_WZ to set up RFC connection in new client 111

wizard will run & provide 000 client user ID & password of sap*/ddic.

after this configuration again run client copy & it will run properly.

you can check logs by scc3


RZ10:-Utilities - Import profiles - of active Servers

Execute RZ10 -> Select Instance Profile -> check Extended maint -> click on change.
Make changes to dialog process and background if you need to change than default one.

for effect of changes in parameters we need to restart sap application server.

Create one or two super users using SU01 with profiles SAP_ALL and SAP_NEW

sm36:- standard jobs


keep for defualt scheduling.

sgen

To change default client no. while login for that change parameter as below.
SPAD
1.      From the Administration menu select Clean-up Spool
2.      Check all check boxes and enter 0 *for* minimum age
3.      Press the Execute button
4.      Once complete, press <F3> twice to get back to the main SPAD screen
5.      From the Administration menu select Check Consistency
6.      Press the Delete All button.

SP12
1.      From the TemSe database menu, select Consistency check
2.      When the check is complete, press the Delete All button. 
Delete Invalid Background Control Objects
SM61
1.      Press <F8> to *switch* in to change mode
2.      Press the Cleanup List button.

Db13:- planned jobs

5AM:-checkdb
7am,1 PM,7 PM:- updatestats
LOGON LOAD BALANCING

SMLG
 Logical system enables the system to recognize the target system as an RFC destination.
Logical system is required for communication between systems within the landscape. You
need a logical system when you create a new client in SAP 
T-Code to create Logical System in SAP is BD54
Logical System is transportable.
to check logical system. scc4 client creation.
client size:-

Execute report RSSPACECHECK in transaction code SE38.

Put the client number and execute.

it can take 2-3 hour to calculate size 


close client:-

to open it.

se06:- system change option

set the Global setting as “modifiable” to make sure client is opened.


TO DISABLE any tcode TRANSPORT BUTTON IN SAP ( SHD0 ).

to trace any issue st05


location on o.s. for trace file is:- traces are usually located in the work directory
/usr/sap/<sid>/<instance>/work

_______________________________________________________________________

sm01 :- to lock/unlock tcode


to release any request se06
to lock client.

se37

press F8.
F8

to unlock
F8

F8
company code:- tcode=ox02

STZAC :- To Set Timezone in SAP.


Stzbc:- list of timezones in SAP.
Se06 to restrict user object to be modifiable or not.

Se38 abap program editor.

Here we can create variant for program. Which can use in schedule program by sm36.

Su53 missing access over tcode & object can be found.

Su24 to check tcode’s objects (if proposal:-y then those objects play role in tcode)

Role->tcode->object->activity.

Smt1 :-to create trusted relationship.

Activate SMTP service:- T-code SICF and press F8 to execute the services and right click
on the SAP Connect and choose activate button.
Su21:-obj class.
Se38:- to see programs.

TSTCA is table name which will show objects of tcode.

other info:-

select BNAME,MANDT,UFLAG FROM SAPSR3.USR02 WHERE BNAME='DDIC'; :- ddic locked or


unlocked to check.

First of all we need to know UFLAG variable ;


0      User status is UNLOCK , can logon to SAP system

32    User status is LOCK with GLOBAL ,  from Administrator , cannot logon to SAP system

64    User status is LOCK with LOCAL ,  from Administrator , cannot logon to SAP system

128   User status is LOCK , reason is wrong password , cannot logon to SAP system

to unlock:-

update SAPSR3.USR02 set UFLAG=0 WHERE BNAME='DDIC';

reset password:-

SQL> update sapsr3.USR02 set bcode ='4141414141414141' where mandt='001' and bname='DDIC';
SQL> commit;

__________________________________________________________________________

R3trans giving error:-

prd:rpaadm 57> R3trans -d

This is R3trans version 6.23 (release 720 - 31.10.12 - 20:12:06).

unicode enabled version

2EETW152 Cannot open file "trans.log".

: Permission denied

R3trans finished (0012).

solution:- file removed trans.log from following location & it worked sometime check permissions
also.

/sapmnt/<sid>/profile :- remove trans.log file from it.

prd:rpaadm 57> R3trans -d

This is R3trans version 6.23 (release 720 - 31.10.12 - 20:12:06).

unicode enabled version

R3trans finished (0000).

____________________________________________________________

You might also like