Veritas-bu

[Veritas-bu] bpstart_notify.bat

2001-04-10 12:24:35
Subject: [Veritas-bu] bpstart_notify.bat
From: scott.kendall AT abbott DOT com (scott.kendall AT abbott DOT com)
Date: Tue, 10 Apr 2001 11:24:35 -0500
fyi...

When you stop the System Attendant, it will automatically stop the Directory
Service because the DS is dependent on the SA, at the same time the
Information Store is dependant on the DS, so the IS will automatically stop as
well, and down the line until everything related to something related to
(blah, blah, blah..) the System Attendant is stopped.

THE PROBLEM IS with all this junk going on, sometimes it never comes back
around and finishes stopping the System Attendant.  There is an MS Technet
article that goes into more detail.

The MS suggestion is to run the net stop for the System Attendant twice.  The
first one stops everything else and then the second one stops the SA if it is
still running.

Another method to clean up your .bat file and save some typing is below... and
yes this works on NT.

(
net stop service1
net stop service2
net stop service3
)    >>filename.log


- Scott



                                                                                
                                                   
                    fx AT veritas DOT com                                       
                                                          
                    Sent by:                             To:     veritas-bu AT 
mailman.eng.auburn DOT edu                                 
                    veritas-bu-admin AT mailman DOT eng.        cc:             
                                                          
                    auburn.edu                           Subject:     Re: 
[Veritas-bu] bpstart_notify.bat                          
                                                                                
                                                   
                                                                                
                                                   
                    04/03/2001 08:56 PM                                         
                                                   
                                                                                
                                                   
                                                                                
                                                   



> From: Lawrence, Bob [mailto:bob.lawrence AT tfeurope DOT com]
> Sent: Friday 30 March, 2001 15:09

> net stop MSExchangeIMC           >>
> C:\veritas\netbackup\bin\bpstart+end.log
> net stop MSExchangeES            >>
> C:\veritas\netbackup\bin\bpstart+end.log
> net stop MSExchangeIS                  >>
> C:\veritas\netbackup\bin\bpstart+end.log
> net stop MSExchangeMTA           >>
> C:\veritas\netbackup\bin\bpstart+end.log
> net stop MSExchangeDS            >>
> C:\veritas\netbackup\bin\bpstart+end.log
> net stop MSExchangeSA            >>

 speaking about Ms Exchange 5.x, to save typing, just stop the
System Attendant, and it will stop all Exchange related services:

 net stop MSExchangeSA /y

 the same command will work, even if you have Exchange add-ons, as
mail filtering or fax routing services. at least, it was working so
when i was dealing with Exchange ;-)

 fx

#include <VRTS/std_disclaimer.h>

--
     fx AT veritas DOT com       | Three things are certain:
François-Xavier Peretmere | Death, taxes and lost data
 http://www.veritas.com/  | Guess which has occurred.

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu






<Prev in Thread] Current Thread [Next in Thread>