Reset SDM password

Windows:

1 - Goto folder \usr\sap\<SID>\instance number\SDM\program (where SDM, RemoteGui.bat exists)
2 - In MMC, Goto J2EE processes. Right click on SDM and "disable process"
3 - Type - sdm jstartup "mode=standalone"
4 - Type - sdm changepassword "newpassword=newpassword1"
5 - Type - sdm jstartup "mode=integrated"
6 - Now goto MMC and start SDM

Unix/Linux:

1)StopServer.sh
when SDM is stopped
2)sdm.sh jstartup "mode=standalone"
3)sdm.sh changepassword "newpassword=d0ughnut"
4)sdm.sh jstartup "mode=integrated"
Now start SDM
5)StartServer.sh

你可能感兴趣的:(linux,windows,unix)