因为做系统移植, 有很多密码上家不给,只能自己玩了,以下详细过程:
环境: HP-UX, ECC6
Shutdown SDM server
./StopServer.sh
Start standalone mode
./sdm.sh jstartup “mode=standalone” “sdmhome=/usr/sap/LDE/DVEBMGS00/SDM/program”
Change password
./sdm.sh changepassword “sdmhome=/usr/sap/LDE/DVEBMGS00/SDM/program” “newpassword=pass1234”
Start integrated mode
./sdm.sh jstartup “mode=integraed” “sdmhome=/usr/sap/LDE/DVEBMGS00/SDM/program”
Start SDM server
./StartServer.sh
No Comments