ADSM-L

Re: [ADSM-L] select query needed to collect the failures from previous nights along with domain information...

2013-01-04 10:38:00
Subject: Re: [ADSM-L] select query needed to collect the failures from previous nights along with domain information...
From: white jeff <jeff.white3 AT BLUEYONDER.CO DOT UK>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 4 Jan 2013 14:46:40 +0000
Select from the events table. The DOMAIN_NAME is in there

select domain_name, schedule_name, node_name, status, result from events
where scheduled_start>current_timestamp - 24 hours

On 4 January 2013 13:31, Yuvaraja Shivarama <yuvaraja.deepti AT gmail DOT 
com>wrote:

> Hi All,
>
> q eve * * begind=-1 endd=today ex=yes
>
> would provide the failures details, however it does't provide the domain
> information, so any one has select query which gives the domain information
> for failed backups.
>
>
> Yuvaraj
>

<Prev in Thread] Current Thread [Next in Thread>