Hello,
I am looking for new solution for backup big SAP DB 17 TB / 300 GB changes/per month
For now we are using customized scripts using flashcopy from DS8000 (source for this DB). Flash is being mounted via media server and goes to tapes via SAN ...
I have to make full report of whole netbackup env. One step is to make full list of schedulers which belongs to policies.
I need something like this
Policy nameTypeSchedule TypeDaily Weekly Monthly start timeend timestart timeend timestart...
Hi there, I am trying to get list of all clients and policies from Netbackup
ex:
policy1 node1
policy1 node2
policy2 node3
ect
I use generate report and run query
Select policyName, clientName from domain_PolicyClient ORDER BY policyNa...
Anyway I am looking for another SQL,
What I have to do is list all scheduler (calendar only) with policy name, scheduler type, days, start time and end time
Like this:
Policy name Type ScheduleType ScheduleName Daily ...
select domain_PolicyClient.PolicyName, domain_PolicyClient.clientName
from domain_PolicyClient, domain_policy
WHERE domain_PolicyClient.PolicyName = domain_Policy.Name AND domain_policy.status IN (0) AND domain_policy.active IN (1)
GROUP BY domain...
Ok thx, but it still shows me deleted policies, what does it mean policyversionno? Some got =1 some =13 or 10
??
This query shows me poliecies which are not shown in netbck GUI..
There is also "active" flag, but I cannot what what does it...