Re: [Veritas-bu] Veritas-bu Digest, Vol 73, Issue 18

2012-05-25 Thread Jimenez, Daniel
When it comes to overlapping schedules, set both schedules to run at the same 
time and the schedule with the longest retention will be the only one that 
runs. You can create a test policy and test this for yourself. So the yearly 
schedule should have a longer retention, than the monthly or weekly so the 
others will not run. Hope this helps.  

Daniel Jimenez
Backup and Recovery

-Original Message-
From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of 
veritas-bu-requ...@mailman.eng.auburn.edu
Sent: Friday, May 25, 2012 10:00 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Veritas-bu Digest, Vol 73, Issue 18

Send Veritas-bu mailing list submissions to
veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
veritas-bu-requ...@mailman.eng.auburn.edu

You can reach the person managing the list at
veritas-bu-ow...@mailman.eng.auburn.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Re: Need Information on Limiting the bandwidth via SLP
  (Nic Solomons)
   2. Re: Alert! Backups might not be triggering - try nbpemreq
  -predict_all (David McMullin)
   3.  Alert! Backups might not be triggering (reddi72)


--

Message: 1
Date: Fri, 25 May 2012 16:35:42 +0100
From: Nic Solomons 
Subject: Re: [Veritas-bu] Need Information on Limiting the bandwidth
via SLP
To: "veritas-bu@mailman.eng.auburn.edu"

Message-ID: <2D928BA044E170469B7B64CF997B244205152DEBE1@att10exc01abs>
Content-Type: text/plain; charset="us-ascii"

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


Cheers,
Nic

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Hemant Gambhir
Sent: 25 May 2012 15:58
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Need Information on Limiting the bandwidth via SLP

Hi,

I need one information on the SLP but befre that let me explain my setup.

I've one Master server and under that there are 6 Media Servers. - Total 7 
servers

Server Names: Server 1 to Server 6 (All Media Servers)

Server 1 Media server is taking backup of all the clients in the dedupe pool 
and I've configured SLP and duplication jobs are running on Server 2 & it is 
happening over WAN to the dedupe pool which is configured on all the media 
servers.

I want to limit my bandwidth which is used at the time of duplication.

For e.g. I've 100Mbps of link I want to limit the duplication jobs to use only 
30 Mbps and at any cost duplication jobs should not exceed this limit.

Can anyone please assist me on the same.

If the scenario is not very clear please let me know what further information 
is required.
Regards
Hemant Gambhir




The information contained in this e-mail and its attachments is confidential.
It is intended only for the named address(es) and may not be disclosed to 
anyone else without Attenda's consent.

-- next part --
An HTML attachment was scrubbed...
URL: 
http://mailman.eng.auburn.edu/pipermail/veritas-bu/attachments/20120525/dfd5c30b/attachment-0001.htm
 

--

Message: 2
Date: Fri, 25 May 2012 11:39:54 -0400
From: David McMullin 
Subject: Re: [Veritas-bu] Alert! Backups might not be triggering -
try nbpemreq -predict_all
To: "veritas-bu@mailman.eng.auburn.edu"

Message-ID:

Content-Type: text/plain; charset="us-ascii"

If you have backup schedules stepping on each other, you might try this...
I run the nbpemreq -predict_all command at midnight and have my operations 
staff check off the backups as they run. Now you have a paper trail for audits 
as well...

Run from cron at 00:00, use command nbpemreq -predict_all -date `date +%d/%m/%Y`


Date: Fri, 25 May 2012 20:28:10 +0530
From: nbuser 
Subject: Re: [Veritas-bu] Alert! Backups might not be triggering
To: VERITAS-BU@mailman.eng.auburn.edu
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"

I am giving a scenario where monthly and yearly backups run on every First
Sunday of the month. What you can do is write a script which will run every
monday morning and which will check backups for that particular client
which ran in last 24 hours. If it doesn't find the yearly schedule it will
send a mail to the user with the warning.

On Fri, May 25, 2012 at 7:11 PM, reddi72 wrote:

> Thanks for all the responses!!! Currently , i am not looking at how to get
> around this ,But, How to catch such situations proactively and  get alerted
> 

Re: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor Unix Servers.

2012-05-25 Thread Lightner, Jeff
Your exclude list should be in the NetBackup installation directory (typically 
/usr/openv/netbackup on UNIX/Linux) and named for the policy you're using.

exclude_list.   e.g. if your policy were called something like 
SOLARISOS you'd name the exclude exclude_list.SOLARISOS.

It is a simple text file.

To exclude the files you got errors on you could do:

/etc/sysevent/sysevent_door
/etc/sysevent/devfsadm_event_channel/1
/etc/sysevent/devfsadm_event_channel/reg_door
/etc/sysevent/syseventconfd_event_channel/reg_door
/home/*
/net
/platform/sun4v/lib/libc_psr.so.1
/platform/sun4v/lib/sparcv9/libc_psr.so.1
/proc
/system/contract
/system/object
/tmp/.X11-unix/X0

Notes on above:
If everything in /etc/sysevent was a Door file you could just exclude 
/etc/sysevent rather than the 4 individual files.

Excluding /home/* says to exclude everything under the directory but to backup 
the directory name itself.  That way on a restore it would make the mount point 
for you.

/net, /proc are sufficient (as opposed to /net/* and /proc/*) because these 
filesystems are pseudo filesystems created at boot so don't need to be restored 
like /home to be mountpoints.

I'm not sure what the 3 filesystem types (lofs, objfs and ctfs) are.  It 
appears NetBackup doesn't understand those filesystem types but you might want 
to research them to be sure you know what they are and whether they have 
anything that would be lost in a system crash.  Excluding them makes sense as 
NetBackup apparently won't back them up but you need to understand their use 
and importance for possible future system recovery.



From: Harpreet Singh Chana [mailto:harpreetsingh.ch...@sg.flextronics.com]
Sent: Friday, May 25, 2012 11:20 AM
To: Mark Glazerman; Lightner, Jeff; veritas-bu@mailman.eng.auburn.edu
Subject: RE: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor Unix 
Servers.

Dear All,

Appreciated for your prompt reply

If possible, as a example may I request to share your exclude list.

With Warm Regards
___
Harpreet Singh Chana
Sr. Administrator
2, Changi South Lane
Singapore  486123
Singapore

Number (D)   +65-6876-9313
Number (M)  +65-9186-0581
Number (F)+65-6876-9711
VoIP -900-313

harpreetsingh.ch...@sg.flextronics.com
www.flextronics.com
___

From: 
veritas-bu-boun...@mailman.eng.auburn.edu
 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu]
 On Behalf Of Mark Glazerman
Sent: Friday, May 25, 2012 8:31 PM
To: Lightner, Jeff; 
veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor Unix 
Servers.

We use the ALL_LOCAL_DRIVES as our backup selection on Solaris OS backups and 
then have exclude lists on each host to make sure we don't back up any 
application specific files (like oracle dbf, rdo and arc files) which will get 
backed up using other policies.  As mentioned below, selecting the "cross mount 
points" check box can lead to HUGE backups being taken because it will attempt 
to backup data residing on NFS shares etc...  For example, we have our Data 
Domain appliances mounted as NFS shares on some of our Solaris servers.  If we 
used the "Cross Mount Points" option each OS backup would attempt to backup 
100+TB of compressed data residing on the Data Domain appliances.  This is 
obviously not required.

Mark Glazerman
Desk: 314-889-8282
Cell: 618-520-3401
P please don't print this e-mail unless you really need to

From: 
veritas-bu-boun...@mailman.eng.auburn.edu
 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu]
 On Behalf Of Lightner, Jeff
Sent: Friday, May 25, 2012 6:48 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Backup Selection on Windows 2008 Master Serverfor 
Unix Servers.

Door files on Solaris, socket files on any flavor of UNIX/Linux, /proc and 
others are special files that can't be backed up and don't need to be as they 
are created on the fly on the system on which they exist.   To prevent your 
backup with exiting with a status 1 (which means generally successful) you 
could add the files complained about to your exclude list.

The autofs stuff is for NFS mounts.   In addition to cross mount points you'd 
have to enable crossing NFS boundaries.  Note that this generally is NOT 
necessary or desirable because the files are typically backed up on the system 
that exported the NFS share.   On the Solaris host if you do "df /home" it 
should show you which system the share was exported from and you sho

[Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread reddi72
Thanks nbuser!!! That sounds like something that might work in my case - Do you 
happen to have a script that i can use ?

+--
|This was sent by smitharedd...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Alert! Backups might not be triggering!!!! - try nbpemreq -predict_all

2012-05-25 Thread David McMullin
If you have backup schedules stepping on each other, you might try this...
I run the nbpemreq -predict_all command at midnight and have my operations 
staff check off the backups as they run. Now you have a paper trail for audits 
as well...

Run from cron at 00:00, use command nbpemreq -predict_all -date `date +%d/%m/%Y`


Date: Fri, 25 May 2012 20:28:10 +0530
From: nbuser 
Subject: Re: [Veritas-bu] Alert! Backups might not be triggering
To: VERITAS-BU@mailman.eng.auburn.edu
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"

I am giving a scenario where monthly and yearly backups run on every First
Sunday of the month. What you can do is write a script which will run every
monday morning and which will check backups for that particular client
which ran in last 24 hours. If it doesn't find the yearly schedule it will
send a mail to the user with the warning.

On Fri, May 25, 2012 at 7:11 PM, reddi72 wrote:

> Thanks for all the responses!!! Currently , i am not looking at how to get
> around this ,But, How to catch such situations proactively and  get alerted
> ?
>
> +--
> |This was sent by smitharedd...@hotmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Need Information on Limiting the bandwidth via SLP

2012-05-25 Thread Nic Solomons
http://www.symantec.com/business/support/index?page=content&id=HOWTO70618


Cheers,
Nic

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Hemant Gambhir
Sent: 25 May 2012 15:58
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Need Information on Limiting the bandwidth via SLP

Hi,

I need one information on the SLP but befre that let me explain my setup.

I've one Master server and under that there are 6 Media Servers. - Total 7 
servers

Server Names: Server 1 to Server 6 (All Media Servers)

Server 1 Media server is taking backup of all the clients in the dedupe pool 
and I've configured SLP and duplication jobs are running on Server 2 & it is 
happening over WAN to the dedupe pool which is configured on all the media 
servers.

I want to limit my bandwidth which is used at the time of duplication.

For e.g. I've 100Mbps of link I want to limit the duplication jobs to use only 
30 Mbps and at any cost duplication jobs should not exceed this limit.

Can anyone please assist me on the same.

If the scenario is not very clear please let me know what further information 
is required.
Regards
Hemant Gambhir




The information contained in this e-mail and its attachments is confidential.
It is intended only for the named address(es) and may not be disclosed to 
anyone else without Attenda's consent.

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor Unix Servers.

2012-05-25 Thread Harpreet Singh Chana
Dear All,



Appreciated for your prompt reply



If possible, as a example may I request to share your exclude list.



With Warm Regards

___

Harpreet Singh Chana
Sr. Administrator

2, Changi South Lane
Singapore  486123
Singapore

Number (D)   +65-6876-9313
Number (M)  +65-9186-0581
Number (F)+65-6876-9711

VoIP -900-313

harpreetsingh.ch...@sg.flextronics.com
www.flextronics.com

___



From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Mark
Glazerman
Sent: Friday, May 25, 2012 8:31 PM
To: Lightner, Jeff; veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Backup Selection on Windows 2008
MasterServerfor Unix Servers.



We use the ALL_LOCAL_DRIVES as our backup selection on Solaris OS
backups and then have exclude lists on each host to make sure we don't
back up any application specific files (like oracle dbf, rdo and arc
files) which will get backed up using other policies.  As mentioned
below, selecting the "cross mount points" check box can lead to HUGE
backups being taken because it will attempt to backup data residing on
NFS shares etc...  For example, we have our Data Domain appliances
mounted as NFS shares on some of our Solaris servers.  If we used the
"Cross Mount Points" option each OS backup would attempt to backup
100+TB of compressed data residing on the Data Domain appliances.  This
is obviously not required.



Mark Glazerman

Desk: 314-889-8282

Cell: 618-520-3401

P please don't print this e-mail unless you really need to



From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of
Lightner, Jeff
Sent: Friday, May 25, 2012 6:48 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Backup Selection on Windows 2008 Master
Serverfor Unix Servers.



Door files on Solaris, socket files on any flavor of UNIX/Linux, /proc
and others are special files that can't be backed up and don't need to
be as they are created on the fly on the system on which they exist.
To prevent your backup with exiting with a status 1 (which means
generally successful) you could add the files complained about to your
exclude list.



The autofs stuff is for NFS mounts.   In addition to cross mount points
you'd have to enable crossing NFS boundaries.  Note that this generally
is NOT necessary or desirable because the files are typically backed up
on the system that exported the NFS share.   On the Solaris host if you
do "df /home" it should show you which system the share was exported
from and you should be able to verify whether that system is being
backed up separately.

You do NOT want to backup /net as it is shortcut to all visible shares
whether they are used on the system or not so you might end up backing
up data from multiple other systems that a) is being backed up on those
systems already and b) is not actually necessary for the running of the
system you're currently backing up.  Here again I'd suggest adding /net
at least to your exclude and /home if it is in fact being backed up from
the system that exports it to this one.







From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Harpreet
Singh Chana
Sent: Friday, May 25, 2012 4:31 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Backup Selection on Windows 2008 Master Server for
Unix Servers.



Dear All,



We have setting up a Master/Media server running on Windows 2008 (64
bit) server. Where I am trying to do a backup of Sun Solaris clients.



In the Standard Backup Policy. In the Policy attributes I am using
"cross mount points" and in backup selection "/" i.e. I want to backup
the whole root file system



But during the backup, I am not able to cover the whole root file system
and it is keep skipping some of the files.



<<

 5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/sysevent_door] is a door file. Skipping

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/devfsadm_event_channel/1] is a door file. Skipping


5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/devfsadm_event_channel/reg_door] is a door file.
Skipping

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/syseventconfd_event_channel/reg_door] is a door
file. Skipping

5/26/2012 4:17:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/home] is on file system type autofs. Skipping

5/26/2012 4:18:06 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/net] is on file system type autofs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/platform/sun4v/lib/libc_psr.so.1] is on fil

Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread nbuser
I am giving a scenario where monthly and yearly backups run on every First
Sunday of the month. What you can do is write a script which will run every
monday morning and which will check backups for that particular client
which ran in last 24 hours. If it doesn't find the yearly schedule it will
send a mail to the user with the warning.

On Fri, May 25, 2012 at 7:11 PM, reddi72 wrote:

> Thanks for all the responses!!! Currently , i am not looking at how to get
> around this ,But, How to catch such situations proactively and  get alerted
> ?
>
> +--
> |This was sent by smitharedd...@hotmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
> ___
> Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Need Information on Limiting the bandwidth via SLP

2012-05-25 Thread Hemant Gambhir
Hi,
 
I need one information on the SLP but befre that let me explain my setup.
 
I've one Master server and under that there are 6 Media Servers. - Total 7 
servers
 
Server Names: Server 1 to Server 6 (All Media Servers)
 
Server 1 Media server is taking backup of all the clients in the dedupe pool 
and I've configured SLP and duplication jobs are running on Server 2 & it is 
happening over WAN to the dedupe pool which is configured on all the media 
servers.
 
I want to limit my bandwidth which is used at the time of duplication.
 
For e.g. I've 100Mbps of link I want to limit the duplication jobs to use 
only 30 Mbps and at any cost duplication jobs should not exceed this limit.
 
Can anyone please assist me on the same.
 
If the scenario is not very clear please let me know what further information 
is required.

Regards
Hemant Gambhir___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread reddi72
Thanks for all the responses!!! Currently , i am not looking at how to get 
around this ,But, How to catch such situations proactively and  get alerted ?

+--
|This was sent by smitharedd...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Backup Selection on Windows 2008 Master Serverfor Unix Servers.

2012-05-25 Thread Mark Glazerman
We use the ALL_LOCAL_DRIVES as our backup selection on Solaris OS backups and 
then have exclude lists on each host to make sure we don’t back up any 
application specific files (like oracle dbf, rdo and arc files) which will get 
backed up using other policies.  As mentioned below, selecting the “cross mount 
points” check box can lead to HUGE backups being taken because it will attempt 
to backup data residing on NFS shares etc…  For example, we have our Data 
Domain appliances mounted as NFS shares on some of our Solaris servers.  If we 
used the “Cross Mount Points” option each OS backup would attempt to backup 
100+TB of compressed data residing on the Data Domain appliances.  This is 
obviously not required.

 

Mark Glazerman

Desk: 314-889-8282

Cell: 618-520-3401

P please don't print this e-mail unless you really need to

 

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Lightner, Jeff
Sent: Friday, May 25, 2012 6:48 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Backup Selection on Windows 2008 Master Serverfor 
Unix Servers.

 

Door files on Solaris, socket files on any flavor of UNIX/Linux, /proc and 
others are special files that can’t be backed up and don’t need to be as they 
are created on the fly on the system on which they exist.   To prevent your 
backup with exiting with a status 1 (which means generally successful) you 
could add the files complained about to your exclude list.

 

The autofs stuff is for NFS mounts.   In addition to cross mount points you’d 
have to enable crossing NFS boundaries.  Note that this generally is NOT 
necessary or desirable because the files are typically backed up on the system 
that exported the NFS share.   On the Solaris host if you do “df /home” it 
should show you which system the share was exported from and you should be able 
to verify whether that system is being backed up separately.

You do NOT want to backup /net as it is shortcut to all visible shares whether 
they are used on the system or not so you might end up backing up data from 
multiple other systems that a) is being backed up on those systems already and 
b) is not actually necessary for the running of the system you’re currently 
backing up.  Here again I’d suggest adding /net at least to your exclude and 
/home if it is in fact being backed up from the system that exports it to this 
one.

 

 

 

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Harpreet Singh 
Chana
Sent: Friday, May 25, 2012 4:31 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Backup Selection on Windows 2008 Master Server for Unix 
Servers.

 

Dear All,

 

We have setting up a Master/Media server running on Windows 2008 (64 bit) 
server. Where I am trying to do a backup of Sun Solaris clients.

 

In the Standard Backup Policy. In the Policy attributes I am using “cross mount 
points” and in backup selection “/” i.e. I want to backup the whole root file 
system

 

But during the backup, I am not able to cover the whole root file system and it 
is keep skipping some of the files.

 

<< 

 5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/sysevent_door] is a door file. Skipping  

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/devfsadm_event_channel/1] is a door file. Skipping  

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/devfsadm_event_channel/reg_door] is a door file. Skipping  

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/syseventconfd_event_channel/reg_door] is a door file. Skipping  

5/26/2012 4:17:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/home] is on file system type autofs. Skipping

5/26/2012 4:18:06 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/net] is on file system type autofs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/platform/sun4v/lib/libc_psr.so.1] is on file system type lofs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/platform/sun4v/lib/sparcv9/libc_psr.so.1] is on file system type lofs. 
Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/proc] is on file system type PROC. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/system/contract] is on file system type ctfs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/system/object] is on file system type objfs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/tmp/.X11-unix/X0] is a socket special file. Skipping

.

.

etc

>> 

 

Please advise how I can do a clean backup for Unix Servers.

 

W

Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread NBUAdmin
I schedule my longer retention backups for the same time slot.  In that case, 
the scheduler will always pick the schedule that hasn't run recently, it won't 
run both.  For that yearly retention schedule I set it up to perform Multiple 
Copies, and then have 1 copy - the Primary - with my normal monthly backup 
retention, and the other one for my yearly backup with the required retention 
on that one.  I have found the inline copy does not take any longer than the 
normal backup.
 
Hope this helps.
 
Linda B.

>>> reddi72  24/05/2012 5:33 pm >>>
Environment - Netbackup 6.5.5 running on sun Solaris using Calender based 
scheduling

Last day of December we had a situation, where we had both monthly and yearly 
backup scheduled to be run on the same day , and while the monthly backup was 
running , the yearly backup ran out of the backup window and so the yearly 
backup never got triggered  .

When a audit was ran , we discovered that the yearly backup never ran -- So 
now,I was hoping that one of you Netbackup Guru's might help me with some kind 
of alert/monitoring script that will notify us when a particular scheduled 
backup which was suppose to be ran on a particular day doesn't run ?

Thanks in Advance!!!
Reds

+--
|This was sent by smitharedd...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu 
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


THIS MESSAGE IS FOR THE USE OF THE INTENDED RECIPIENT(S) ONLY AND MAY CONTAIN 
INFORMATION THAT IS PRIVILEGED, PROPRIETARY, CONFIDENTIAL, AND/OR EXEMPT FROM 
DISCLOSURE UNDER ANY RELEVANT PRIVACY LEGISLATION.  No rights to any privilege 
have been waived.  If you are not the intended recipient, you are hereby 
notified that any review, retransmission, dissemination, distribution, copying, 
conversion to hard copy, taking of action in reliance on or other use of this 
communication is strictly prohibited.  If you are not the intended recipient 
and have received this message in error, please notify me by return e-mail and 
delete or destroy all copies of this message.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Backup Selection on Windows 2008 Master Server for Unix Servers.

2012-05-25 Thread Lightner, Jeff
Door files on Solaris, socket files on any flavor of UNIX/Linux, /proc and 
others are special files that can’t be backed up and don’t need to be as they 
are created on the fly on the system on which they exist.   To prevent your 
backup with exiting with a status 1 (which means generally successful) you 
could add the files complained about to your exclude list.

The autofs stuff is for NFS mounts.   In addition to cross mount points you’d 
have to enable crossing NFS boundaries.  Note that this generally is NOT 
necessary or desirable because the files are typically backed up on the system 
that exported the NFS share.   On the Solaris host if you do “df /home” it 
should show you which system the share was exported from and you should be able 
to verify whether that system is being backed up separately.
You do NOT want to backup /net as it is shortcut to all visible shares whether 
they are used on the system or not so you might end up backing up data from 
multiple other systems that a) is being backed up on those systems already and 
b) is not actually necessary for the running of the system you’re currently 
backing up.  Here again I’d suggest adding /net at least to your exclude and 
/home if it is in fact being backed up from the system that exports it to this 
one.





From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Harpreet Singh 
Chana
Sent: Friday, May 25, 2012 4:31 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Backup Selection on Windows 2008 Master Server for Unix 
Servers.

Dear All,

We have setting up a Master/Media server running on Windows 2008 (64 bit) 
server. Where I am trying to do a backup of Sun Solaris clients.

In the Standard Backup Policy. In the Policy attributes I am using “cross mount 
points” and in backup selection “/” i.e. I want to backup the whole root file 
system

But during the backup, I am not able to cover the whole root file system and it 
is keep skipping some of the files.

<<
 5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/sysevent_door] is a door file. Skipping
5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/devfsadm_event_channel/1] is a door file. Skipping
5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/devfsadm_event_channel/reg_door] is a door file. Skipping
5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/etc/sysevent/syseventconfd_event_channel/reg_door] is a door file. Skipping
5/26/2012 4:17:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/home] is on file system type autofs. Skipping
5/26/2012 4:18:06 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/net] is on file system type autofs. Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/platform/sun4v/lib/libc_psr.so.1] is on file system type lofs. Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/platform/sun4v/lib/sparcv9/libc_psr.so.1] is on file system type lofs. 
Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/proc] is on file system type PROC. Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/system/contract] is on file system type ctfs. Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/system/object] is on file system type objfs. Skipping
5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk: TRV - 
[/tmp/.X11-unix/X0] is a socket special file. Skipping
.
.
etc
>>

Please advise how I can do a clean backup for Unix Servers.

With Regards.
Harpreet Singh

Legal Disclaimer: The information contained in this message may be privileged 
and confidential. It is intended to be read only by the individual or entity to 
whom it is addressed or by their designee. If the reader of this message is not 
the intended recipient, you are on notice that any distribution of this 
message, in any form, is strictly prohibited. If you have received this message 
in error, please immediately notify the sender and delete or destroy any copy 
of this message





Athena®, Created for the Cause™

Making a Difference in the Fight Against Breast Cancer





How and Why I Should Support Bottled Water!
Do not relinquish your right to choose bottled water as a healthy alternative 
to beverages that contain sugar, calories, etc. Your support of bottled water 
will make a difference! Your signatures count! Go to 
http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters and sign a 
petition to support your right to always choose bottled water. Help fight 
federal and state issues, such as bottle deposits (or taxes) and organizations 
that want to ban the sale of bottled water. Support community curbside 
recycling programs.

Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread Nic Solomons
To get around this (multiple calendar backups are weighted the same in the 
nbpem scheduler) I have set all of my less frequent backups to trigger 10 
minutes earlier.
For example:
normal daily backup is 10pm-2am (frequency based 8 hours)
monthly backup 10pm-2am (calendar, last day of the month)
yearly 9:50pm-2am (calendar, last day of the year)

this works well for me.

Cheers,
Nic

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Gregory Demilde
Sent: 25 May 2012 09:31
To: Peter Mosopa
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Alert! Backups might not be triggering


My understanding with calendar based backups is that only one schedule can run 
within a day. This has been verified with early releases of 6.5. Now in 7.1 I 
have seen two calendar schedules run on the same day but not at the same time. 
The second to run basically waited the first one to finish.

Now apparently in your case Smitha, the jobs for the second schedule failed 
then you should be able to catch the error :o)

Greg
On Fri, May 25, 2012 at 9:43 AM, Peter Mosopa 
mailto:peter.mos...@multichoice.co.za>> wrote:
Hi,

If you don't get any luck to get a script, please make use of the "Exclude 
Dates" which works like a wonder, I've got exactly the same schedules whereby 
at the end of March I'm running a yearly backup instead of a monthly. The 
monthly schedule is excluded at the end of March and the yearly one kicks in.

Regards

From: 
veritas-bu-boun...@mailman.eng.auburn.edu
 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu]
 On Behalf Of Smitha reddy
Sent: 24May2012 23:42
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Alert! Backups might not be triggering

Environment - Netbackup 6.5.5 running on sun Solaris using Calender based 
scheduling

Last day of December we had a situation, where we had both monthly and yearly 
backup scheduled to be run on the same day , and while the monthly backup was 
running , the yearly backup ran out of the backup window and so the yearly 
backup never got triggered .

When a audit was ran , we discovered that the yearly backup never ran -- So 
now,I was hoping that one of you Netbackup Guru's might help me with some kind 
of alert/monitoring script that will notify us when a particular scheduled 
backup which was suppose to be ran on a particular day doesn't run ?

Thanks in Advance!!!
Reds

___
Veritas-bu maillist  -  
Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu



The information contained in this e-mail and its attachments is confidential.
It is intended only for the named address(es) and may not be disclosed to 
anyone else without Attenda's consent.

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread stefanos
What you can do now, is to find these monthly backup images and change the
retention to the yearly retention.

 

From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Gregory
Demilde
Sent: Friday, May 25, 2012 11:31 AM
To: Peter Mosopa
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Alert! Backups might not be triggering

 


My understanding with calendar based backups is that only one schedule can
run within a day. This has been verified with early releases of 6.5. Now in
7.1 I have seen two calendar schedules run on the same day but not at the
same time. The second to run basically waited the first one to finish. 

Now apparently in your case Smitha, the jobs for the second schedule failed
then you should be able to catch the error :o)

Greg

On Fri, May 25, 2012 at 9:43 AM, Peter Mosopa
 wrote:

Hi,

 

If you don't get any luck to get a script, please make use of the "Exclude
Dates" which works like a wonder, I've got exactly the same schedules
whereby at the end of March I'm running a yearly backup instead of a
monthly. The monthly schedule is excluded at the end of March and the yearly
one kicks in.

 

Regards

 

From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Smitha reddy
Sent: 24May2012 23:42
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Alert! Backups might not be triggering

 

Environment - Netbackup 6.5.5 running on sun Solaris using Calender based
scheduling 

Last day of December we had a situation, where we had both monthly and
yearly backup scheduled to be run on the same day , and while the monthly
backup was running , the yearly backup ran out of the backup window and so
the yearly backup never got triggered . 

When a audit was ran , we discovered that the yearly backup never ran -- So
now,I was hoping that one of you Netbackup Guru's might help me with some
kind of alert/monitoring script that will notify us when a particular
scheduled backup which was suppose to be ran on a particular day doesn't run
? 

Thanks in Advance!!! 
Reds 


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Exclude System State and/or Shadow Copy Components

2012-05-25 Thread stefanos
Hello,

I cannot try it now but the 

 

Shadow Copy Components:\*

 

Should do the job

 

Stefanos

 

From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Whelan,
Patrick
Sent: Friday, May 25, 2012 12:11 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Exclude System State and/or Shadow Copy Components

 

Hello All,

 

How can I exclude the above mention from a backup.

I have tried:

System State:\

System_State:\

/System Stage/

Shadow Copy Components:\

Shadow Copy Components

/Shadow Copy Components/

 

None of them appear to work, which leads me to one more question, how can I
tell if it is excluding them?

When I watch the activity monitor for the multi streamed job that says
Shadow Copy is say 1 file and x KB, so I assume it is not excluding it.

 

Regards,

 

Patrick Whelan

Senior NetBackup Specialist

Whelan Consulting Ltd.

 

  _  

This message w/attachments (message) is intended solely for the use of the
intended recipient(s) and may contain information that is privileged,
confidential or proprietary. If you are not an intended recipient, please
notify the sender, and then please delete and destroy all copies and
attachments, and be advised that any review or dissemination of, or the
taking of any action in reliance on, the information contained in or
attached to this message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a
solicitation of any investment products or other financial product or
service, an official confirmation of any transaction, or an official
statement of Sender. Subject to applicable law, Sender may intercept,
monitor, review and retain e-communications (EC) traveling through its
networks/systems and may produce any such EC to regulators, law enforcement,
in litigation and as required by law. 
The laws of the country of each sender/recipient may impact the handling of
EC, and EC may be archived, supervised and produced in countries other than
the country in which you are located. This message cannot be guaranteed to
be secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a
Condition to Any Banking Service or Activity * Are Not Insured by Any
Federal Government Agency. Attachments that are part of this EC may have
additional important disclosures and disclaimers, which you should read.
This message is subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you
consent to the foregoing.

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Exclude System State and/or Shadow Copy Components

2012-05-25 Thread Whelan, Patrick
Hello All,

How can I exclude the above mention from a backup.
I have tried:
System State:\
System_State:\
/System Stage/
Shadow Copy Components:\
Shadow Copy Components
/Shadow Copy Components/

None of them appear to work, which leads me to one more question, how can I 
tell if it is excluding them?
When I watch the activity monitor for the multi streamed job that says Shadow 
Copy is say 1 file and x KB, so I assume it is not excluding it.

Regards,

Patrick Whelan
Senior NetBackup Specialist
Whelan Consulting Ltd.

--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Backup Selection on Windows 2008 Master Server for Unix Servers.

2012-05-25 Thread Harpreet Singh Chana
Dear All,



We have setting up a Master/Media server running on Windows 2008 (64
bit) server. Where I am trying to do a backup of Sun Solaris clients.



In the Standard Backup Policy. In the Policy attributes I am using
"cross mount points" and in backup selection "/" i.e. I want to backup
the whole root file system



But during the backup, I am not able to cover the whole root file system
and it is keep skipping some of the files.



<<

 5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/sysevent_door] is a door file. Skipping

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/devfsadm_event_channel/1] is a door file. Skipping


5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/devfsadm_event_channel/reg_door] is a door file.
Skipping

5/26/2012 4:16:44 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/etc/sysevent/syseventconfd_event_channel/reg_door] is a door
file. Skipping

5/26/2012 4:17:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/home] is on file system type autofs. Skipping

5/26/2012 4:18:06 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/net] is on file system type autofs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/platform/sun4v/lib/libc_psr.so.1] is on file system type lofs.
Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/platform/sun4v/lib/sparcv9/libc_psr.so.1] is on file system type
lofs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/proc] is on file system type PROC. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/system/contract] is on file system type ctfs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/system/object] is on file system type objfs. Skipping

5/26/2012 4:18:54 PM - Info bpbrm(pid=6340) from client tsraux02-zh-bk:
TRV - [/tmp/.X11-unix/X0] is a socket special file. Skipping

.

.

etc

>>



Please advise how I can do a clean backup for Unix Servers.



With Regards.

Harpreet Singh




  
Legal Disclaimer:
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread Gregory Demilde
My understanding with calendar based backups is that only one schedule can
run within a day. This has been verified with early releases of 6.5. Now in
7.1 I have seen two calendar schedules run on the same day but not at the
same time. The second to run basically waited the first one to finish.

Now apparently in your case Smitha, the jobs for the second schedule failed
then you should be able to catch the error :o)

Greg

On Fri, May 25, 2012 at 9:43 AM, Peter Mosopa <
peter.mos...@multichoice.co.za> wrote:

>  Hi,
>
> ** **
>
> If you don’t get any luck to get a script, please make use of the “Exclude
> Dates” which works like a wonder, I’ve got exactly the same schedules
> whereby at the end of March I’m running a yearly backup instead of a
> monthly. The monthly schedule is excluded at the end of March and the
> yearly one kicks in.
>
> ** **
>
> Regards
>
> ** **
>
> *From:* veritas-bu-boun...@mailman.eng.auburn.edu [mailto:
> veritas-bu-boun...@mailman.eng.auburn.edu] *On Behalf Of *Smitha reddy
> *Sent:* 24May2012 23:42
> *To:* veritas-bu@mailman.eng.auburn.edu
> *Subject:* [Veritas-bu] Alert! Backups might not be triggering
>
> ** **
>
> Environment - Netbackup 6.5.5 running on sun Solaris using Calender based
> scheduling
>
> Last day of December we had a situation, where we had both monthly and
> yearly backup scheduled to be run on the same day , and while the monthly
> backup was running , the yearly backup ran out of the backup window and so
> the yearly backup never got triggered .
>
> When a audit was ran , we discovered that the yearly backup never ran --
> So now,I was hoping that one of you Netbackup Guru's might help me with
> some kind of alert/monitoring script that will notify us when a particular
> scheduled backup which was suppose to be ran on a particular day doesn't
> run ?
>
> Thanks in Advance!!!
> Reds 
>
> ___
> Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
>
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Alert! Backups might not be triggering!!!!

2012-05-25 Thread Peter Mosopa
Hi,

If you don't get any luck to get a script, please make use of the "Exclude 
Dates" which works like a wonder, I've got exactly the same schedules whereby 
at the end of March I'm running a yearly backup instead of a monthly. The 
monthly schedule is excluded at the end of March and the yearly one kicks in.

Regards

From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Smitha reddy
Sent: 24May2012 23:42
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Alert! Backups might not be triggering

Environment - Netbackup 6.5.5 running on sun Solaris using Calender based 
scheduling

Last day of December we had a situation, where we had both monthly and yearly 
backup scheduled to be run on the same day , and while the monthly backup was 
running , the yearly backup ran out of the backup window and so the yearly 
backup never got triggered .

When a audit was ran , we discovered that the yearly backup never ran -- So 
now,I was hoping that one of you Netbackup Guru's might help me with some kind 
of alert/monitoring script that will notify us when a particular scheduled 
backup which was suppose to be ran on a particular day doesn't run ?

Thanks in Advance!!!
Reds
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu