Has anyone got a Tried and Tested script to STOP Exchange on SBS22003 ??

Re: Script to STOP Exchange by Russ

Russ
Sun Apr 09 01:40:05 PDT 2006

Any particular Reason why you want to stop it?
(Reason I ask is sometimes there are alternatives.)

Russ

--

Russ Grover
Microsoft Small Business Specialist
Portland/Beaverton Oregon USA
Email: Sales at SBITS.Biz
Website: http://www.SBITS.Biz


"Steve" <steve@msforums.com> wrote in message
news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003 ??
>



Re: Script to STOP Exchange by steve

steve
Sun Apr 09 03:00:45 PDT 2006

I want to copy exchange files for a re-install

"Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
> Any particular Reason why you want to stop it?
> (Reason I ask is sometimes there are alternatives.)
>
> Russ
>
> --
>
> Russ Grover
> Microsoft Small Business Specialist
> Portland/Beaverton Oregon USA
> Email: Sales at SBITS.Biz
> Website: http://www.SBITS.Biz
>
>
> "Steve" <steve@msforums.com> wrote in message
> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003 ??
>>
>
>



Re: Script to STOP Exchange by steve

steve
Sun Apr 09 04:08:40 PDT 2006

Ok, I have a harddisk with bad blocks

System is functioning but the bad blocks seem to be in ClientApps and
Windows
I think... I've been able to copy all User data - seems OK

I think I would like to Backup as much as possible to a to a HDD file using
NTBACKUP - Install Windows on a New Hard Disk and Restore

I just wanted to make a extra backup of Exchange

I hope the user accounts etc will get recreated ok for Exchange to work !
(never done this and tape drive died last week !)



"Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
news:uCGtGJ8WGHA.1084@TK2MSFTNGP04.phx.gbl...
> Have you tried Stopping the
> Microsoft Exchange Information Store
> Run: services.msc
>
> If this isn't what you are looking for I'm sorry
> I guess I don't understand why you need a Script?
> I've never used one to restore a server, or stop exchange.
>
> Russ
> --
>
> Russell Grover
> Microsoft Small Business Specialist
> Portland/Beaverton Oregon USA
> Email: Sales at SBITS.Biz
> Website: http://www.SBITS.Biz
>
>
> "steve" <steve@msforums.com> wrote in message
> news:eUMmwx7WGHA.2268@TK2MSFTNGP02.phx.gbl...
>>I want to copy exchange files for a re-install
>>
>> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
>> news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
>>> Any particular Reason why you want to stop it?
>>> (Reason I ask is sometimes there are alternatives.)
>>>
>>> Russ
>>>
>>> --
>>>
>>> Russ Grover
>>> Microsoft Small Business Specialist
>>> Portland/Beaverton Oregon USA
>>> Email: Sales at SBITS.Biz
>>> Website: http://www.SBITS.Biz
>>>
>>>
>>> "Steve" <steve@msforums.com> wrote in message
>>> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>>>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003
>>>> ??
>>>>
>>>
>>>
>>
>>
>
>



Re: Script to STOP Exchange by SuperGumby

SuperGumby
Sun Apr 09 04:18:28 PDT 2006

considering the complexity of the script, I wouldn't bother.

-----stopexch.cmd begins after this line------
net stop MSExchangeSA /y
-----stopexch.cmd ends before this line------

or if all you're interested in is the store

-----stopIS.cmd begins after this line------
net stop MSExchangeIS /y
-----stopIS.cmd ends before this line------

to bring them online again you need other rather complex scripts, replace
'stop' with 'start'.

This is however a stupid way to handle the problem at hand. If you use
NTBackup to do a full online backup of the store, then stop exchange and
delete both the store and log files, an empty store will be created when you
start Exchange. A fully coherent store (as of last backup) can be recreated
by normal NTBackup restore from backup.

You can kill flies with a shotgun too. (Hey Russ, note how I worked in the
_correct_ use of 'too' :-)


"Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
news:uCGtGJ8WGHA.1084@TK2MSFTNGP04.phx.gbl...
> Have you tried Stopping the
> Microsoft Exchange Information Store
> Run: services.msc
>
> If this isn't what you are looking for I'm sorry
> I guess I don't understand why you need a Script?
> I've never used one to restore a server, or stop exchange.
>
> Russ
> --
>
> Russell Grover
> Microsoft Small Business Specialist
> Portland/Beaverton Oregon USA
> Email: Sales at SBITS.Biz
> Website: http://www.SBITS.Biz
>
>
> "steve" <steve@msforums.com> wrote in message
> news:eUMmwx7WGHA.2268@TK2MSFTNGP02.phx.gbl...
>>I want to copy exchange files for a re-install
>>
>> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
>> news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
>>> Any particular Reason why you want to stop it?
>>> (Reason I ask is sometimes there are alternatives.)
>>>
>>> Russ
>>>
>>> --
>>>
>>> Russ Grover
>>> Microsoft Small Business Specialist
>>> Portland/Beaverton Oregon USA
>>> Email: Sales at SBITS.Biz
>>> Website: http://www.SBITS.Biz
>>>
>>>
>>> "Steve" <steve@msforums.com> wrote in message
>>> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>>>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003
>>>> ??
>>>>
>>>
>>>
>>
>>
>
>



Re: Script to STOP Exchange by Russ

Russ
Sun Apr 09 03:42:13 PDT 2006

Have you tried Stopping the
Microsoft Exchange Information Store
Run: services.msc

If this isn't what you are looking for I'm sorry
I guess I don't understand why you need a Script?
I've never used one to restore a server, or stop exchange.

Russ
--

Russell Grover
Microsoft Small Business Specialist
Portland/Beaverton Oregon USA
Email: Sales at SBITS.Biz
Website: http://www.SBITS.Biz


"steve" <steve@msforums.com> wrote in message
news:eUMmwx7WGHA.2268@TK2MSFTNGP02.phx.gbl...
>I want to copy exchange files for a re-install
>
> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
> news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
>> Any particular Reason why you want to stop it?
>> (Reason I ask is sometimes there are alternatives.)
>>
>> Russ
>>
>> --
>>
>> Russ Grover
>> Microsoft Small Business Specialist
>> Portland/Beaverton Oregon USA
>> Email: Sales at SBITS.Biz
>> Website: http://www.SBITS.Biz
>>
>>
>> "Steve" <steve@msforums.com> wrote in message
>> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003
>>> ??
>>>
>>
>>
>
>



Re: Script to STOP Exchange by steve

steve
Sun Apr 09 05:31:26 PDT 2006

Isn't a shot gun more funn :)

Hey, I'm no "Expert" unlike you :)

Liten up mann - its only a question- I know its sunday and u are bored

Since emails are important is an extra precaution...

Since I've never done it before isn't "stuid" :-
the a5xxhole who dosen't Ask...
isn't stupid the a5xxhole who dosen't take backups
isn't stupid the a5xxhole who uses the same hard disk to re-install
(so from your shotgun idea I'll have the "orignal" installation backup,
backup and more backup follow by ofcause backup)

Hey Bill... bit more filtering required :)

Its Sunday.... Funday and I'm waiting for Hard Disk to format :)

"SuperGumby [SBS MVP]" <not@your.nellie> wrote in message
news:uHZnVd8WGHA.3660@TK2MSFTNGP04.phx.gbl...
> considering the complexity of the script, I wouldn't bother.
>
> -----stopexch.cmd begins after this line------
> net stop MSExchangeSA /y
> -----stopexch.cmd ends before this line------
>
> or if all you're interested in is the store
>
> -----stopIS.cmd begins after this line------
> net stop MSExchangeIS /y
> -----stopIS.cmd ends before this line------
>
> to bring them online again you need other rather complex scripts, replace
> 'stop' with 'start'.
>
> This is however a stupid way to handle the problem at hand. If you use
> NTBackup to do a full online backup of the store, then stop exchange and
> delete both the store and log files, an empty store will be created when
> you start Exchange. A fully coherent store (as of last backup) can be
> recreated by normal NTBackup restore from backup.
>
> You can kill flies with a shotgun too. (Hey Russ, note how I worked in the
> _correct_ use of 'too' :-)
>
>
> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
> news:uCGtGJ8WGHA.1084@TK2MSFTNGP04.phx.gbl...
>> Have you tried Stopping the
>> Microsoft Exchange Information Store
>> Run: services.msc
>>
>> If this isn't what you are looking for I'm sorry
>> I guess I don't understand why you need a Script?
>> I've never used one to restore a server, or stop exchange.
>>
>> Russ
>> --
>>
>> Russell Grover
>> Microsoft Small Business Specialist
>> Portland/Beaverton Oregon USA
>> Email: Sales at SBITS.Biz
>> Website: http://www.SBITS.Biz
>>
>>
>> "steve" <steve@msforums.com> wrote in message
>> news:eUMmwx7WGHA.2268@TK2MSFTNGP02.phx.gbl...
>>>I want to copy exchange files for a re-install
>>>
>>> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
>>> news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
>>>> Any particular Reason why you want to stop it?
>>>> (Reason I ask is sometimes there are alternatives.)
>>>>
>>>> Russ
>>>>
>>>> --
>>>>
>>>> Russ Grover
>>>> Microsoft Small Business Specialist
>>>> Portland/Beaverton Oregon USA
>>>> Email: Sales at SBITS.Biz
>>>> Website: http://www.SBITS.Biz
>>>>
>>>>
>>>> "Steve" <steve@msforums.com> wrote in message
>>>> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>>>>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003
>>>>> ??
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Script to STOP Exchange by Russ

Russ
Sun Apr 09 13:06:22 PDT 2006

To Gumby

:P

--

Russell Grover
Microsoft Small Business Specialist
Portland/Beaverton Oregon USA
Email: Sales at SBITS.Biz
Website: http://www.SBITS.Biz


"SuperGumby [SBS MVP]" <not@your.nellie> wrote in message
news:uHZnVd8WGHA.3660@TK2MSFTNGP04.phx.gbl...
> considering the complexity of the script, I wouldn't bother.
>
> -----stopexch.cmd begins after this line------
> net stop MSExchangeSA /y
> -----stopexch.cmd ends before this line------
>
> or if all you're interested in is the store
>
> -----stopIS.cmd begins after this line------
> net stop MSExchangeIS /y
> -----stopIS.cmd ends before this line------
>
> to bring them online again you need other rather complex scripts, replace
> 'stop' with 'start'.
>
> This is however a stupid way to handle the problem at hand. If you use
> NTBackup to do a full online backup of the store, then stop exchange and
> delete both the store and log files, an empty store will be created when
> you start Exchange. A fully coherent store (as of last backup) can be
> recreated by normal NTBackup restore from backup.
>
> You can kill flies with a shotgun too. (Hey Russ, note how I worked in the
> _correct_ use of 'too' :-)
>
>
> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
> news:uCGtGJ8WGHA.1084@TK2MSFTNGP04.phx.gbl...
>> Have you tried Stopping the
>> Microsoft Exchange Information Store
>> Run: services.msc
>>
>> If this isn't what you are looking for I'm sorry
>> I guess I don't understand why you need a Script?
>> I've never used one to restore a server, or stop exchange.
>>
>> Russ
>> --
>>
>> Russell Grover
>> Microsoft Small Business Specialist
>> Portland/Beaverton Oregon USA
>> Email: Sales at SBITS.Biz
>> Website: http://www.SBITS.Biz
>>
>>
>> "steve" <steve@msforums.com> wrote in message
>> news:eUMmwx7WGHA.2268@TK2MSFTNGP02.phx.gbl...
>>>I want to copy exchange files for a re-install
>>>
>>> "Russ Grover - SBITS.Biz" <russ@Remove_This_SBITS.Biz> wrote in message
>>> news:eUpm2E7WGHA.2376@TK2MSFTNGP03.phx.gbl...
>>>> Any particular Reason why you want to stop it?
>>>> (Reason I ask is sometimes there are alternatives.)
>>>>
>>>> Russ
>>>>
>>>> --
>>>>
>>>> Russ Grover
>>>> Microsoft Small Business Specialist
>>>> Portland/Beaverton Oregon USA
>>>> Email: Sales at SBITS.Biz
>>>> Website: http://www.SBITS.Biz
>>>>
>>>>
>>>> "Steve" <steve@msforums.com> wrote in message
>>>> news:uUKTH75WGHA.4692@TK2MSFTNGP04.phx.gbl...
>>>>> Has anyone got a Tried and Tested script to STOP Exchange on SBS22003
>>>>> ??
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>