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

completion attribute

Status
Not open for further replies.

daniel1965

Programmer
Jan 24, 2004
4
GB
I am attempting to write a script that will (hopefully) be able to analyze the status of the most recent backups peformed in each group. At the moment I am using nsradmin to extract results via the completion attribute:

nsradmin -i paramfile

where paramfile contains :

show completion
print type:NSR group;name: <I put the group-name here>


As far as I am aware, the completion attribute displays the following 4 pieces of info for each client saveset :

1.client name
2.path saved (i.e. the saveset)
3.status (e.g. succeeded/failed, level of backup,etc.)
4.output messages

So far, I have seen examples where the above status is set to &quot;succeeded&quot; and where it is set to &quot;failed&quot;. With regard to the Savegroup Completion Notification Message (that appears in /nsr/logs/messages), I am assuming &quot;succeeded&quot; savesets are listed under &quot;Successful Savesets&quot; and &quot;failed&quot; savesets under &quot;Unsuccessful Savesets&quot;. Is this correct?

I am also assuming aborted savesets are just flagged with a &quot;failed&quot; status (?).

But what about &quot;Never Started Savesets&quot;? Are they also shown in the completion attribute? If so, what would the status be set to?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top