How to change Software Deployment Manager(SDM) password

No comments
Change Software Deployment Manager(SDM) password

1.goto to the path /usr/sap/SID/CI/SDM/program at OS level
  and  stop SDM server first to reset the password

      /.StopServer.sh

 2. Then start SDM in standalone mode
:sdzadm 65> ./sdm.sh jstartup "mode=standalone"

Starting '/opt/IBMJava2-amd64-142/bin/java' '-Xmx512M' -jar '/usr/sap/SDZ/DVEBMGS35/SDM/program/bin/SDM.jar' jstartup 'sdmhome=/usr/sap/SDZ/DVEBMGS35/SDM/program' mode=standalone
Starting SDM - Software Deployment Manager...
tc/SL/SDM/SDM/sap.com/SAP AG/7.0106.20091119090254.0000
Initializing Network Manager (53517)
Checking if another SDM is running on port 53518

Operationmode for JStartupFramework set to "standalone".
Successfully executed. Return code: 0


 3. Now change SDM password by below command

     ./sdm.sh changepassword  “newpassword=PASSWORD”


4.After changing password change SDM mode to integrated mode

     ./sdm.sh jstartup "mode=integrated"

5. Now start SDM

     ./StartServer.sh

No comments :

Post a Comment