cancel
Showing results for 
Search instead for 
Did you mean: 

bpend_notify stop email every streaming

Mailvaganam
Level 2

Hi All ,

 

Izzit any way to control the email notification ?

For   backup  streaming I do get notification . I would like have only one notfication that the backup has completed

Appreciate someone advice .

 

Rgrds

Shanker

1 ACCEPTED SOLUTION

Accepted Solutions

Will_Restore
Level 6

Check the values of environmental variables STREAM_NUMBER and STREAM_COUNT

Don't know actual code for AIX so here is pseudo-code.

 

 

bpend_notify

if  $STREAM_NUMBER ==  $STREAM_COUNT

  mail whomever...

done

 

View solution in original post

3 REPLIES 3

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Where is email notification configured? 
In bpend_notify or in Host Properties for each client?

Have a look at this TN:

DOCUMENTATION: Email Notifications Settings and Their Behaviors
 http://www.symantec.com/docs/TECH64984

Mailvaganam
Level 2

Hi Marianne ,

 

The email notification configured at the bpend_notify .

 

 

Will_Restore
Level 6

Check the values of environmental variables STREAM_NUMBER and STREAM_COUNT

Don't know actual code for AIX so here is pseudo-code.

 

 

bpend_notify

if  $STREAM_NUMBER ==  $STREAM_COUNT

  mail whomever...

done