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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to stop a client in savegrp command

Status
Not open for further replies.

lg1234

Technical User
Nov 18, 2004
44
CA
Hi,

We use savegrp command for performing backups of the database.
At the precmd: we tell NW to stop the database

My question is how can I tell NW do not take backup of this client when it has problem for shutting down the database and don't interrupt the whole backup of the group.

thanks
 
As usual, all scripts (subscripts) need to return an exit-status other than 0 in case of a failure. In a script, you must ensure that you check the previous status and will exit in case of troubles.

As far as i remember, savepnpc takes care about it automatically. Please see the Admin Guide for more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top