Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back up in Lotus Notes

Status
Not open for further replies.

shan22

Technical User
Jan 16, 2002
3
IN
Hi....

I am writing a batch file to down and take backup of my Lotus R.5.0 domino server. Can pls tell me how run drop all and quit command on console of lotus server from a batch file.

Thanks in advance
santanu
 
I think you need the command quit to stop the server, so you can perform it in a batch file by doing
nserver -stop (it ends the Domino Server)
to start u should type nserver -start.
These commands are execute indicating the path where the command is for example

c:\Lotus\domino\nserver -start u can try this command in the commandline of the OS

I hope your server is running under NT or 2000 server
Stopping the server will drop all users



Make me know how you end ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top