windows下命令行启停SAP

    技术2022-05-20  32

    --切换用户   runas /user:idsadm "cmd"   密码:****         ======1种方法========================   ---启动   startsap name=IDS nr=00 SAPDIAHOST=computer      ---停止   stopsap name=IDS nr=00 SAPDIAHOST=computer         ======2种方法========================   ---启动   sapstart pf=//computer/sapmnt/IDS/SYS/profile/START_DVEBMGS00_computer SAPDIAHOST=computer   ----停止   sapsrvkill computer_IDS_00   sapntwaitforhalt pf=//computer/sapmnt/IDS/SYS/profile/START_DVEBMGS00_computer SAPDIAHOST=computer 120

    最新回复(0)