cancel
Showing results for 
Search instead for 
Did you mean: 

opscenter solution

mkayki
Level 3
Partner Accredited
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
1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

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;

View solution in original post

13 REPLIES 13

sri_vani
Level 6
Partner

Please verify the below link for step-by-step procedure to create a report in ops center

to https://www-secure.symantec.com/connect/articles/step-step-how-create-reports-ops-center-without-licensecame-netbackup-75-free

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

some opscenter report about which policy'll run?

could you please expline more about this and your requirement..?

mkayki
Level 3
Partner Accredited

we have much more policy like monthly daily ... so i want to opscenter send report which policy'll run next day? 

 

 

CRZ
Level 6
Employee Accredited Certified

Will_Restore
Level 6

Start with this template and modify to your needs

Report Templates > Backup > Planning Activity > Scheduled Job > Scheduled Job

huanglao2002
Level 6

1 Create a email receipt.

2 Create a report with the report template.

3 and set the schedule for the report.

mkayki
Level 3
Partner Accredited

ok but i dont know which template provide my rule

mkayki
Level 3
Partner Accredited

ok but i dont know which template i must be use?

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

above WR post will expline which template you need to use...

Start with this template and modify to your needs

Report Templates > Backup > Planning Activity > Scheduled Job > Scheduled Job

 

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

also you can use the nbpemreq command from the master server and write a script the send the mails about the predict or due list on given time

check this below weblink

http://www.symantec.com/business/support/index?page=content&id=HOWTO43728

mkayki
Level 3
Partner Accredited

ok maybe i'll use below command 

nbpemreq -due -date mm/dd/yyyy HH:MM:SS [-client_filter client...][-policy_filter policy...]

but i want opscenter to send due date report automaticly.

opscenter must know which backup policy run tomorrow and send me a mail and opscenter must generate like  

for example,

- Which policy run tomorrow -

mm/dd/yyyy   -  policy name  

mm/dd/yyyy   -  policy name  

mm/dd/yyyy   -  policy name  

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

i am not seeing that specific option in Opscenter.. if you have Opscenter Analytics you have check in that.

anyhow nbpemreq should able to give that output and you can give schedule it using the script 

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

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;