Ini script buat Abort shutdown (bisa jg utk reboot & shutdown win 2003 server lebih cepat), u buat batch file dan copy script di bawah ini, jadi u bisa cari2 masalahnya. cara untuk Abort : pas muncul counter shutdown, u jalanin file batch ini (biar cepat u bikin shortcut di desktop) dan tekan A. ===========================================
@ECHO OFF ECHO. ECHO Please select... ECHO. ECHO R - Reboot ECHO S - Shut Down ECHO A - Abort Shutdown ECHO Q - Quit ECHO. CHOICE /C RSAQ IF ERRORLEVEL 4 GOTO END IF ERRORLEVEL 3 GOTO ABORT IF ERRORLEVEL 2 GOTO SHUTDOWN IF ERRORLEVEL 1 GOTO REBOOT IF ERRORLEVEL 0 GOTO END GOTO END :ABORT shutdown /a GOTO END :REBOOT SET PARAM=/r GOTO STOPSERVICES :SHUTDOWN SET PARAM=/s GOTO STOPSERVICES :STOPSERVICES ECHO ON rem net stop MSExchangeES /y net stop MSExchangeIS /y net stop MSExchangeMTA /y net stop MSExchangeSA /y net stop WinHttpAutoProxySvc /y shutdown %PARAM% /t 20 /c "TO ABORT, RE-RUN BATCH FILE AND PRESS A" :END ====================================================== Apa sudah coba bagian Replicationnya ? regards, pbgabsi <[EMAIL PROTECTED]> wrote: Sudah kok, cuma ini gak membantu shg masih terus aja restart, SOL --- In [email protected], "gun.winarko" wrote: > kalo masih sempet buka services (sebelum count down jalan), coba deh double klik di : > > Remote Procedure Call (RPC), > klik Recovery, > ganti isian : First Failure, Second Failure dan Subsequent Failure > dengan : Restart the Service. > > (RPC-nya bukan yang Locator... ada dua service RPC) > > semoga ngebantu > rgds > > > ________________________________ > > From: [email protected] on behalf of pbgabsi > Sent: Wed 9/21/2005 1:48 PM > To: [email protected] > Subject: [ITCENTER] HELP : LSASS.EXE problem (windows 2003) > > > > Saya dapat masalah lsass.exe di server 2003 dan langsung keluar > counter utk shutdown. > Sudah dicoba update patch microsoft (service pack dll) dan scanning > virus (fisasser, fixgaobot, stinger dll) tapi gak ditemukan virus. > Mungkin ada yg bisa bantu? > > > > > > -- > www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia > Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] > ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: > ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## > $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ > > > Yahoo! Groups Links > > > > > > > > > > > > [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ Yahoo! Groups Links --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] ::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
