[prev in list] [next in list] [prev in thread] [next in thread] 

List:       veritas-bu
Subject:    Re: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor	Unix Servers.
From:       "Lightner, Jeff" <JLightner () water ! com>
Date:       2012-05-25 17:49:56
Message-ID: 040B89C8B1E1D945AE2700C511A039E91A7DAE () ATMEXDB04 ! dsw ! net
[Download RAW message or body]

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.<POLICYNAME>   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.Chana@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                             6666-900-313

HarpreetSingh.Chana@sg.flextronics.com<mailto:HarpreetSingh.Chana@sg.flextronics.com>
www.flextronics.com<http://www.flextronics.com>
___________________________________
________________________________
From: veritas-bu-bounces@mailman.eng.auburn.edu<mailto:veritas-bu-bounces@mailman.eng.auburn.edu> \
[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]<mailto:[mailto:veritas-bu-bounces@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<mailto: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-bounces@mailman.eng.auburn.edu<mailto:veritas-bu-bounces@mailman.eng.auburn.edu> \
[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]<mailto:[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]> \
                On Behalf Of Lightner, Jeff
Sent: Friday, May 25, 2012 6:48 AM
To: veritas-bu@mailman.eng.auburn.edu<mailto: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-bounces@mailman.eng.auburn.edu<mailto:veritas-bu-bounces@mailman.eng.auburn.edu> \
[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]<mailto:[mailto:veritas-bu-bounces@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<mailto: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(r), Created for the Cause(tm)

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. Support \
bottled water as a healthy way to maintain proper hydration. Our goal is 50,000 \
signatures. Share this petition with your friends and family today!



---------------------------------
CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential \
information and is for the sole use of the intended recipient(s). If you are not the \
intended recipient, any disclosure, copying, distribution, or use of the contents of \
this information is prohibited and may be unlawful. If you have received this \
electronic transmission in error, please reply immediately to the sender that you \
                have received the message in error, and delete it. Thank you.
----------------------------------


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


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Webdings;
	panose-1:5 3 1 2 1 5 9 6 7 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-priority:99;
	mso-style-link:"Balloon Text Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
	{mso-style-name:"Balloon Text Char";
	mso-style-priority:99;
	mso-style-link:"Balloon Text";
	font-family:"Tahoma","sans-serif";}
p.3612670b-8da0-4d42-925a-3a891dad0e5d, li.3612670b-8da0-4d42-925a-3a891dad0e5d, \
div.3612670b-8da0-4d42-925a-3a891dad0e5d  \
{mso-style-name:3612670b-8da0-4d42-925a-3a891dad0e5d;  mso-style-priority:99;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
span.balloontextchar0
	{mso-style-name:balloontextchar;
	mso-style-priority:99;
	font-family:"Tahoma","sans-serif";}
span.EmailStyle22
	{mso-style-type:personal;
	font-family:"Courier New";
	color:windowtext;
	font-weight:normal;
	font-style:normal;
	text-decoration:none none;}
span.EmailStyle23
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle24
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.EmailStyle25
	{mso-style-type:personal;
	font-family:"Courier New";
	color:blue;
	font-weight:normal;
	font-style:normal;
	text-decoration:none none;}
span.EmailStyle27
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Your \
exclude list should be in the NetBackup installation directory (typically \
/usr/openv/netbackup on UNIX/Linux) and named for the policy you&#8217;re \
using.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">exclude_list.&lt;POLICYNAME&gt;&nbsp;&nbsp; \
e.g. if your policy were called something like SOLARISOS you&#8217;d name the exclude \
exclude_list.SOLARISOS.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">It \
is a simple text file.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">To \
exclude the files you got errors on you could do:<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span style="font-size:8.0pt">/etc/sysevent/sysevent_door&nbsp; \
<o:p> </o:p></span></p>
<p class="MsoNormal"><span \
style="font-size:8.0pt">/etc/sysevent/devfsadm_event_channel/1<o:p></o:p></span></p> \
<p class="MsoNormal"><span \
style="font-size:8.0pt">/etc/sysevent/devfsadm_event_channel/reg_door<o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:8.0pt">/etc/sysevent/syseventconfd_event_channel/reg_door<o:p></o:p></span></p>
 <p class="MsoNormal"><span style="font-size:8.0pt">/home/* <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:8.0pt">/net<o:p></o:p></span></p>
<p class="MsoNormal"><span \
style="font-size:8.0pt">/platform/sun4v/lib/libc_psr.so.1<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:8.0pt">/platform/sun4v/lib/sparcv9/libc_psr.so.1<o:p></o:p></span></p>
 <p class="MsoNormal"><span style="font-size:8.0pt">/proc<o:p></o:p></span></p>
<p class="MsoNormal"><span \
style="font-size:8.0pt">/system/contract<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:8.0pt">/system/object<o:p></o:p></span></p> \
<p class="MsoNormal"><span \
style="font-size:8.0pt">/tmp/.X11-unix/X0<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:8.0pt"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span style="font-size:8.0pt">Notes on above:<o:p></o:p></span></p> \
<p class="MsoNormal"><span style="font-size:8.0pt">If everything in /etc/sysevent was \
a Door file you could just exclude /etc/sysevent rather than the 4 individual \
files.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">Excluding /home/* says to exclude everything under the \
directory but to backup the directory name itself.&nbsp; That way on a restore it \
would make the mount point for you.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">/net, /proc are sufficient (as opposed to /net/* and /proc/*) \
because these filesystems are pseudo filesystems created at boot so don&#8217;t need \
to be restored like /home to be mountpoints.<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:8.0pt"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span style="font-size:8.0pt">I&#8217;m not sure what the 3 \
filesystem types (lofs, objfs and ctfs) are.&nbsp; It appears NetBackup doesn&#8217;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.&nbsp; Excluding them makes sense as NetBackup apparently won&#8217;t back them \
up but you need to understand their use and importance for possible future system \
recovery.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> \
Harpreet Singh Chana [mailto:HarpreetSingh.Chana@sg.flextronics.com] <br>
<b>Sent:</b> Friday, May 25, 2012 11:20 AM<br>
<b>To:</b> Mark Glazerman; Lightner, Jeff; veritas-bu@mailman.eng.auburn.edu<br>
<b>Subject:</b> RE: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor \
Unix Servers.<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier \
New&quot;;color:blue">Dear All,<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Courier \
New&quot;;color:blue"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:blue">Appreciated \
for your prompt reply<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Courier \
New&quot;;color:blue"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Courier New&quot;;color:blue">If possible, \
as a example may I request to share your exclude list.<o:p></o:p></span></p> <div>
<p class="MsoNormal"><span style="color:blue"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="color:blue">With Warm Regards<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-IE" \
style="color:#003366">___________________________________</span><span \
style="color:#003366"><o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:10.0pt;color:blue">Harpreet Singh Chana <br>
Sr. Administrator <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;color:blue">2, Changi South Lane
<br>
Singapore&nbsp; 486123 <br>
Singapore</span><span style="color:blue"><br>
<br>
</span><span style="font-size:9.0pt;color:blue">Number (D)&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#43;65-6876-9313<br> \
Number (M)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#43;65-9186-0581<br>
 Number (F)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&#43;65-6876-9711<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:9.0pt;color:blue">VoIP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
6666-900-313<br> <br>
<a href="mailto:HarpreetSingh.Chana@sg.flextronics.com">HarpreetSingh.Chana@sg.flextronics.com</a>&nbsp;
 <br>
<a href="http://www.flextronics.com">www.flextronics.com</a></span><span \
style="color:blue"> <o:p></o:p></span></p>
<p class="MsoNormal"><span \
style="color:blue">___________________________________</span><o:p></o:p></p> </div>
<div>
<div class="MsoNormal" align="center" style="text-align:center">
<hr size="2" width="100%" align="center">
</div>
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a \
href="mailto:veritas-bu-bounces@mailman.eng.auburn.edu">veritas-bu-bounces@mailman.eng.auburn.edu</a>
 <a href="mailto:[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]">[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]</a>
 <b>On Behalf Of </b>Mark Glazerman<br>
<b>Sent:</b> Friday, May 25, 2012 8:31 PM<br>
<b>To:</b> Lightner, Jeff; <a \
href="mailto:veritas-bu@mailman.eng.auburn.edu">veritas-bu@mailman.eng.auburn.edu</a><br>
 <b>Subject:</b> Re: [Veritas-bu] Backup Selection on Windows 2008 MasterServerfor \
Unix Servers.</span><o:p></o:p></p> </div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">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&#8217;t back up any application  \
specific files (like oracle dbf, rdo and arc files) which will get backed up using \
other policies.&nbsp; As mentioned below, selecting the &#8220;cross mount \
points&#8221; check box can lead to HUGE backups being taken because it will attempt \
to backup data residing on NFS  shares etc&#8230;&nbsp; For example, we have our Data \
Domain appliances mounted as NFS shares on some of our Solaris servers.&nbsp; If we \
used the &#8220;Cross Mount Points&#8221; option each OS backup would attempt to \
backup 100&#43;TB of compressed data residing on the Data Domain appliances.&nbsp;  \
This is obviously not required.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <div>
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:blue">Mark \
Glazerman</span></b><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:blue"><o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:black">Desk: \
314-889-8282</span><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:black"><o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:black">Cell: \
618-520-3401</span><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p></o:p></span></p>
 <p class="MsoNormal"><span lang="EN-GB" \
style="font-size:18.0pt;font-family:Webdings;color:green">P</span><span lang="EN-GB" \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:navy">
 </span><span lang="EN-GB" \
style="font-size:8.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:green">please \
don't print this e-mail unless you really need to</span><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p></o:p></span></p>
 </div>
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a \
href="mailto:veritas-bu-bounces@mailman.eng.auburn.edu">veritas-bu-bounces@mailman.eng.auburn.edu</a>
 <a href="mailto:[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]">[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]</a>
 <b>On Behalf Of </b>Lightner, Jeff<br>
<b>Sent:</b> Friday, May 25, 2012 6:48 AM<br>
<b>To:</b> <a href="mailto:veritas-bu@mailman.eng.auburn.edu">veritas-bu@mailman.eng.auburn.edu</a><br>
 <b>Subject:</b> Re: [Veritas-bu] Backup Selection on Windows 2008 Master Serverfor \
Unix Servers.<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Door \
files on Solaris, socket files on any flavor of UNIX/Linux, /proc and others are \
special files that can&#8217;t be backed up and don&#8217;t need to be as they are  \
created on the fly on the system on which they exist.&nbsp;&nbsp; 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.<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">The \
autofs stuff is for NFS mounts.&nbsp;&nbsp; In addition to cross mount points \
you&#8217;d have to enable crossing NFS boundaries.&nbsp; Note that this generally is \
NOT necessary  or desirable because the files are typically backed up on the system \
that exported the NFS share.&nbsp;&nbsp; On the Solaris host if you do &#8220;df \
/home&#8221; 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.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">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&#8217;re currently backing up.&nbsp; Here \
again I&#8217;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.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
 <p class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p>
<p class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a \
href="mailto:veritas-bu-bounces@mailman.eng.auburn.edu">veritas-bu-bounces@mailman.eng.auburn.edu</a>
 <a href="mailto:[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]">[mailto:veritas-bu-bounces@mailman.eng.auburn.edu]</a>
 <b>On Behalf Of </b>Harpreet Singh Chana<br>
<b>Sent:</b> Friday, May 25, 2012 4:31 AM<br>
<b>To:</b> <a href="mailto:veritas-bu@mailman.eng.auburn.edu">veritas-bu@mailman.eng.auburn.edu</a><br>
 <b>Subject:</b> [Veritas-bu] Backup Selection on Windows 2008 Master Server for Unix \
Servers.<o:p></o:p></span></p> </div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Dear All,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">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.<o:p></o:p></p> <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">In the Standard Backup Policy. In the Policy attributes I am \
using &#8220;cross mount points&#8221; and in backup selection &#8220;/&#8221; i.e. I \
want to backup the whole root file system<o:p></o:p></p> <p \
class="MsoNormal"><o:p>&nbsp;</o:p></p> <p class="MsoNormal">But during the backup, I \
am not able to cover the whole root file system and it is keep skipping some of the \
files.<o:p></o:p></p> <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">&lt;&lt;<o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span style="font-size:8.0pt">&nbsp;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&nbsp; <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:8.0pt">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&nbsp; \
<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:8.0pt">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&nbsp; \
<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:8.0pt">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&nbsp; \
<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">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<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">etc<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:8.0pt">&gt;&gt;<o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><o:p>&nbsp;</o:p></p> <p class="MsoNormal">Please advise how I can \
do a clean backup for Unix Servers.<o:p></o:p></p> <p \
class="MsoNormal"><o:p>&nbsp;</o:p></p> <p class="MsoNormal">With \
Regards.<o:p></o:p></p> <p class="MsoNormal">Harpreet Singh<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Courier \
New&quot;"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal">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 <o:p></o:p></p>
<p class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p>
<p class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p>
<p class="3612670b-8da0-4d42-925a-3a891dad0e5d"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:fuchsia">Athena</span><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:fuchsia">&reg;</span><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:fuchsia">,
  Created for the Cause</span><span \
style="font-size:7.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:fuchsia">&#8482;
 </span><o:p></o:p></p>
<p class="3612670b-8da0-4d42-925a-3a891dad0e5d"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">Making \
a Difference in the Fight Against Breast Cancer</span><o:p></o:p></p> <p \
class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p> <p \
class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p> <p \
class="3612670b-8da0-4d42-925a-3a891dad0e5d"><strong><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">How and \
Why I Should Support Bottled Water!</span></strong><b><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><br> \
</span></b><span style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">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 <a \
href="http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters"> \
http://www.bottledwatermatters.org/luv-bottledwater-iframe/dswaters</a> 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. Support \
bottled water as a healthy way to maintain proper hydration. Our goal is 50,000 \
signatures. Share this petition with your friends and family \
today!</span><o:p></o:p></p> <p \
class="3612670b-8da0-4d42-925a-3a891dad0e5d">&nbsp;<o:p></o:p></p> <p \
class="3612670b-8da0-4d42-925a-3a891dad0e5d"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">---------------------------------<br>
 CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential \
information and is for the sole use of the intended recipient(s). If you are not the \
intended recipient, any disclosure, copying, distribution, or use of the contents of \
this information  is prohibited and may be unlawful. If you have received this \
electronic transmission in error, please reply immediately to the sender that you \
                have received the message in error, and delete it. Thank you.<br>
----------------------------------</span><span \
style="font-size:9.0pt;font-family:&quot;Courier New&quot;"><o:p></o:p></span></p> \
<p>&nbsp;<o:p></o:p></p> <p class="MsoNormal">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 <o:p></o:p></p>
</div>
</body>
</html>



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

--===============2032497748700193185==--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic