Forum Discussion

mkayki's avatar
mkayki
Level 3
12 years ago
Solved

opscenter solution

Hello,
 
i need some opscenter report about which policy'll run ?
how can i create it in ops center and i need send email 
periotly
  • this will help you to get the predict list for the specified date, you can add mailx if you what it over the mail

    ### Netbackup job Predict list####

    echo "Enter start time [mm/dd/yyyy  [HH:MM:SS]]"
    read date
    /usr/openv/netbackup/bin/admincmd/nbpemreq -due -date $date >> /tmp/job_due_list_$(date +"%F").txt;