sankar_28
12 years agoLevel 4
Mail Alert for exchange servers
How can I configure mail alert for exchange server backups status with following details
Exchange server name along with the storage group detail as I need to confirm each storage group backup started as per schedule.
My Master server was Linux and Netbackup version was 7.5
is there any possible was to run script to call the storage group detail from NBU master server.
You will have to write a customized script to run bplist command for the client to extract Exchange File List info, e.g:
/usr/openv/netbackup/bin/bplist -t 16 -C <client> -s <mm/dd/yyyy> -R 3 /
(-s is start date; you can also add -e for end date. 'Play' with the value after -R to give you enough levels to list Storage Groups)
Save output to file and use mailx to email it.