cancel
Showing results for 
Search instead for 
Did you mean: 

RZ10 PARAMETER

Former Member
0 Kudos

Hi Gurus,

I have modified a parameter called snc/enable from RZ10

and now I am not able to restart my server. Do you know if it is possible to

change parameter value from another place like using unix in order to restore my server parameters as the original one?

And if it is possible how can I do it please!

Thanks in advance.

Pts rwd!

Accepted Solutions (1)

Accepted Solutions (1)

nelis
Active Contributor
0 Kudos

Do you know if it is possible to change parameter value from another place like using unix in order to restore my server parameters as the original one?

Just login to the OS, change to directory /usr/sap/<SID>/SYS/profile and edit your instance profile <SID>_<INSTANCE>_<HOSTNAME>

You should see the parameter there, change it to snc/enable = 0 and restart. Once the system has restarted, login, go to RZ10 and select previous version(save, activate) of instance profile to use that again or fix your problem.

Nelis

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pau,

To achieve this, goto profile (usr/sap/SID/SYS/Profile), and follow the steps

1. loing with <SID>Adm user and open your instance profile using vi editor, for example: vi <instance_profile_name>

2. check your parameter name which you changed

3. press esc+i

4. press # infornt of the profile parameter snc/enable (to comment the parameter)

5. press colon and then wq! (for same and quit from vi editor)

6. do the cleanipc <instance_number> remove .....for example cleanipc 00 reomove

7. start your sap (startsap from SIDADM)

Let me know the result, if still there is any error then send me the startsap logs

Former Member
0 Kudos

THANK YOU SO MUCH GUYS!!!

It worked perfectly!!

THANKS AGAIN prateek_y and Nelis!!!

Pau