The following three types of parameter files are defined in SAP system.
Usually at “/usr/sap/<SID>/SYS/profile” directory.
- Default –DEFAULT
- Start profile - START_DVEBMGS00_
- Instance profile - SID_DVEBMGS00_
These parameters change the system settings. Those parameters can be changing though RZ10 transaction.
Changing
Profile parameters can be done changing the parameters on DEFAULT and
Instance profiles. The profile type will be changed according to the
system architecture. - Multiple application servers : Use DEFAULT profile.
- Single Application servers : Use Instance Profile
Ex: Removing multiple logon for sap system
Parameter: login/disable_multi_gui_login
Parameter values: 0 - allow, 1- not allowed multiple logon
Then click on Edit the parameter button on the toolbar.
(If the parameter cannot be seen, It should be created though the button ‘parameter’ then type the correct parameter name and then copy. Finally it will ask to save and activate)
It will ask you to save and activate when exit from the screen. Then Save it.
Then Log into the Server from the shell and restart the application instance.
Eg : Following is stop and start sap r3 for a single server instance.
No comments:
Post a Comment