[Veritas-bu] Netbackup 6.5.3 E-Mail Question

2009-08-03 Thread malhovic

I would like to thank BOTH of you, the information provided definitely helps 
out and the bpimagelist command is EXACTLY what I was looking for. Thanks again!

+--
|This was sent by terry.hash...@hdcnet.net 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] Netbackup 6.5.3 E-Mail Question

2009-07-31 Thread malhovic

I am currently running NetBackup 6.5.3 within my server environment.

I have Netbackup setup to e-mail me once it completes a backup so that when I 
get to work in the morning I can see if there were any problems with the 
backups from simply looking at my e-mail.

Here is my current configuration of the nbmail.cmd applet#058;
@IF %~4== #40;
sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3 -s 
#91;exchange ip#93; -l E#58;\sendEmail_log.txt
#41; ELSE #40;
sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3 -a %4 
-s #91;exchangeip#93; -l E#58;\sendEmail_log.txt
#41;

Instead of using Blat for the mail SMTP application, I use sendEmail 
(http://caspian.dotconf.net/menu/Software/SendEmail/) as I feel it is a bit 
more robust and I don't have the issues with it that I had with Blat on my old 
exchange server...basically just a preference thing at this point...but I 
digress.

Here is an example e-mail that I receive from the Netbackup system after a 
backup completes:

Backup E-Mail wrote:
 Subject: 
 Backup on [servername] - 0
 Contents:
 Backup on client [servername] for user root by server [backupservername] 
 succeeded.
 
 Policy = [servername policy]
 Schedule = Daily_Incremental
 
 File list
 -
 ALL_LOCAL_DRIVES


Now with that information, I was wondering...is there a way for me to include 
the Tape Number/Media ID (ie, barcode) within the e-mail when it is sent out so 
that I know which backups used which media?

I have looked around on the internet as well as your website and just can't 
seem to find this solution so I am sorry if I skipped over something that 
already exists.  Currently I have to log onto the backup server and go through 
the Netbackup Admin Console and look through each job to know which tapes were 
used under which policies.

What I am looking to do in the end result is document which tapes were used for 
which backups so that I can take the tapes out of the library each day and 
store them in a safe during their cool down period which is specified through 
the retention setting under the Backup Policy. If you have a better method than 
doing this through e-mail, I am definitely open to ideas.

Any help would be greatly appreciated!

-Terry-

+--
|This was sent by terry.hash...@hdcnet.net 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] Netbackup 6.5.3 E-Mail Question

2009-07-31 Thread Justin Piszcz


On Fri, 31 Jul 2009, malhovic wrote:


 I am currently running NetBackup 6.5.3 within my server environment.

 I have Netbackup setup to e-mail me once it completes a backup so that when I 
 get to work in the morning I can see if there were any problems with the 
 backups from simply looking at my e-mail.

 Here is my current configuration of the nbmail.cmd applet#058;
 @IF %~4== #40;
 sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3 -s 
 #91;exchange ip#93; -l E#58;\sendEmail_log.txt
 #41; ELSE #40;
 sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3 -a %4 
 -s #91;exchangeip#93; -l E#58;\sendEmail_log.txt
 #41;

 Instead of using Blat for the mail SMTP application, I use sendEmail 
 (http://caspian.dotconf.net/menu/Software/SendEmail/) as I feel it is a bit 
 more robust and I don't have the issues with it that I had with Blat on my 
 old exchange server...basically just a preference thing at this point...but I 
 digress.

 Here is an example e-mail that I receive from the Netbackup system after a 
 backup completes:

 Backup E-Mail wrote:
 Subject:
 Backup on [servername] - 0
 Contents:
 Backup on client [servername] for user root by server [backupservername] 
 succeeded.

 Policy = [servername policy]
 Schedule = Daily_Incremental

 File list
 -
 ALL_LOCAL_DRIVES


 Now with that information, I was wondering...is there a way for me to include 
 the Tape Number/Media ID (ie, barcode) within the e-mail when it is sent out 
 so that I know which backups used which media?

 I have looked around on the internet as well as your website and just can't 
 seem to find this solution so I am sorry if I skipped over something that 
 already exists.  Currently I have to log onto the backup server and go 
 through the Netbackup Admin Console and look through each job to know which 
 tapes were used under which policies.

 What I am looking to do in the end result is document which tapes were used 
 for which backups so that I can take the tapes out of the library each day 
 and store them in a safe during their cool down period which is specified 
 through the retention setting under the Backup Policy. If you have a better 
 method than doing this through e-mail, I am definitely open to ideas.

 Any help would be greatly appreciated!

 -Terry-

 +--
 |This was sent by terry.hash...@hdcnet.net 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


You can try checking bpdbjobs -all_columns and grepping for the job_id 
then parsing out the tapes that way.  That is what first comes to mind. 
Not sure if there is an easier way.

If you are looking for tapes with errors, on the master, goto:
openv/netbackup/db/error

Check the file from today for errors or mount problems.

If you just want to know what tapes are used(written) for a period of time 
so you can remove them, the tapes written report does that, there is also 
a command, bpimagelist for a date period should also show that.

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


Re: [Veritas-bu] Netbackup 6.5.3 E-Mail Question

2009-07-31 Thread judy_hinchcliffe
Are you looking for the Media written report?


Media Written Report
The Media Written report identifies volumes that were used for backups
within the specified time period.  
# cd /usr/openv/netbackup/bin/admincmd
# ./bpimagelist -A -media [-d start_date start_time -e end_date
end_time]

-Original Message-
From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of malhovic
Sent: Friday, July 31, 2009 8:11 AM
To: VERITAS-BU@MAILMAN.ENG.AUBURN.EDU
Subject: [Veritas-bu] Netbackup 6.5.3 E-Mail Question


I am currently running NetBackup 6.5.3 within my server environment.

I have Netbackup setup to e-mail me once it completes a backup so that
when I get to work in the morning I can see if there were any problems
with the backups from simply looking at my e-mail.

Here is my current configuration of the nbmail.cmd applet#058;
@IF %~4== #40;
sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3
-s #91;exchange ip#93; -l E#58;\sendEmail_log.txt
#41; ELSE #40;
sendEmail -f #91;my e-mail address#93; -t %1 -u %2 -o message-file=%3
-a %4 -s #91;exchangeip#93; -l E#58;\sendEmail_log.txt
#41;

Instead of using Blat for the mail SMTP application, I use sendEmail
(http://caspian.dotconf.net/menu/Software/SendEmail/) as I feel it is a
bit more robust and I don't have the issues with it that I had with Blat
on my old exchange server...basically just a preference thing at this
point...but I digress.

Here is an example e-mail that I receive from the Netbackup system after
a backup completes:

Backup E-Mail wrote:
 Subject: 
 Backup on [servername] - 0
 Contents:
 Backup on client [servername] for user root by server
[backupservername] succeeded.
 
 Policy = [servername policy]
 Schedule = Daily_Incremental
 
 File list
 -
 ALL_LOCAL_DRIVES


Now with that information, I was wondering...is there a way for me to
include the Tape Number/Media ID (ie, barcode) within the e-mail when it
is sent out so that I know which backups used which media?

I have looked around on the internet as well as your website and just
can't seem to find this solution so I am sorry if I skipped over
something that already exists.  Currently I have to log onto the backup
server and go through the Netbackup Admin Console and look through each
job to know which tapes were used under which policies.

What I am looking to do in the end result is document which tapes were
used for which backups so that I can take the tapes out of the library
each day and store them in a safe during their cool down period which
is specified through the retention setting under the Backup Policy. If
you have a better method than doing this through e-mail, I am definitely
open to ideas.

Any help would be greatly appreciated!

-Terry-

+--
|This was sent by terry.hash...@hdcnet.net 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


Re: [Veritas-bu] Netbackup 6.5.3

2009-02-03 Thread judy_hinchcliffe
You cannot back it up without the client installed.

 

The client is NOT JUST the BAR.

 



From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of
Obenschain, Charles T.
Sent: Tuesday, February 03, 2009 3:41 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Netbackup 6.5.3

 

I have a really basic question. 

Do you need to load the client software on the server that you are
backing up if you are NOT going to restore files from the Client
server?  I will be restoring files only from the master server.  

Also, what processes run on the client if no client software is loaded
so that NBU can get the information for the backup?

 

Charley Obenschain

 

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


Re: [Veritas-bu] Netbackup 6.5.3

2009-02-03 Thread judy_hinchcliffe
I think what he meant by restore form the master is to use the BAR on
the Master to do all the restores.

 

I NEVER use the BAR on a client to do the restores - no need.

I just use the remote admin console on pc and start all the restores
from there.

 

I admit that the only time I log into a client is to do the first
install, or trouble shoot.

 

 



From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Clausen,
Matt R[EQ]
Sent: Tuesday, February 03, 2009 3:50 PM
To: 'Obenschain, Charles T.'; veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Netbackup 6.5.3

 

If NetBackup is going to back up files on a server, you need the client
software. The entire NetBackup suite is Client/Server based where the
server connects to the client and basically sucks the files back to the
server to place into the appropriate storage based on the policy.

 

I'm not sure what you mean by restoring from the master server. Does
that mean you're going to restore files to the master server then copy
them back to the original server? That's kind of defeating the purpose
of using a client/server based backup solution. With the client
installed, NetBackup would place the files back on the target server
with the correct permissions and ownership thus reducing the chance of a
mistake along those lines. If you didn't want to overwrite the original
files, you can have the server (acting through the client) put the
restored files in a separate directory to move into place that way.

 



From: veritas-bu-boun...@mailman.eng.auburn.edu
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of
Obenschain, Charles T.
Sent: Tuesday, February 03, 2009 4:41 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Netbackup 6.5.3

 

I have a really basic question. 

Do you need to load the client software on the server that you are
backing up if you are NOT going to restore files from the Client
server?  I will be restoring files only from the master server.  

Also, what processes run on the client if no client software is loaded
so that NBU can get the information for the backup?

 

Charley Obenschain

 

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


[Veritas-bu] Netbackup 6.5.3

2009-02-03 Thread Obenschain, Charles T.
I have a really basic question. 

Do you need to load the client software on the server that you are
backing up if you are NOT going to restore files from the Client
server?  I will be restoring files only from the master server.  

Also, what processes run on the client if no client software is loaded
so that NBU can get the information for the backup?

 

Charley Obenschain

 

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


Re: [Veritas-bu] Netbackup 6.5.3

2009-02-03 Thread Clausen, Matt R[EQ]
If NetBackup is going to back up files on a server, you need the client 
software. The entire NetBackup suite is Client/Server based where the server 
connects to the client and basically sucks the files back to the server to 
place into the appropriate storage based on the policy.

I'm not sure what you mean by restoring from the master server. Does that mean 
you're going to restore files to the master server then copy them back to the 
original server? That's kind of defeating the purpose of using a client/server 
based backup solution. With the client installed, NetBackup would place the 
files back on the target server with the correct permissions and ownership thus 
reducing the chance of a mistake along those lines. If you didn't want to 
overwrite the original files, you can have the server (acting through the 
client) put the restored files in a separate directory to move into place that 
way.


From: veritas-bu-boun...@mailman.eng.auburn.edu 
[mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of Obenschain, 
Charles T.
Sent: Tuesday, February 03, 2009 4:41 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Netbackup 6.5.3

I have a really basic question.
Do you need to load the client software on the server that you are backing up 
if you are NOT going to restore files from the Client server?  I will be 
restoring files only from the master server.
Also, what processes run on the client if no client software is loaded so 
that NBU can get the information for the backup?

Charley Obenschain

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


[Veritas-bu] Netbackup 6.5.3 Connection Protocol

2009-01-26 Thread Obenschain, Charles T.
How does Netbackup 6.5.3 communicate with the master server?  FTP, SSH,
etc?  What port does it need to be open for it to work?

 

Charley Obenschain

 

 

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


Re: [Veritas-bu] Netbackup 6.5.3 Connection Protocol

2009-01-26 Thread Ed Wilts
On Mon, Jan 26, 2009 at 3:39 PM, Obenschain, Charles T. 
charles.t.obensch...@saic.com wrote:

  How does Netbackup 6.5.3 communicate with the master server?  FTP, SSH,
 etc?  What port does it need to be open for it to work?

 http://www.symantec.com/business/support/knowledge_base_sli.jsp.  Select
Netbackup Enterprise Server as the product and you'll have answer on the
first page of the search results.  You can also check the paper docs and the
download PDF docs.

.../Ed

Ed Wilts, RHCE, BCFP, BCSD, SCSP, SCSE
ewi...@ewilts.org
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-26 Thread smpt
I have problems with nbjm with a windows master server.

Nbjm is restarting itself every 3 hours. All running jobs are failing with
error 50

I open a case to symantec

 

stefanos

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin,
Jonathan
Sent: Monday, November 24, 2008 4:43 PM
To: Steve Hedberg; veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

 

So far so good.  Windows 2003 SP2 Environment with 1 Master/Media and
another Media server writing to LT03 drives.

 

Pros

Installed without issue

Fixed Issue with admin Console not refreshing automatically. (Formerly fixed
by Refresh All)

First weekend of full backups completed without issue.

 

Cons

Had a strange issue where after killing destaging / duplication jobs from a
dssu the parent job wouldn't die.  Had to recycle the server to kill.
I've had this issue before so it could just be a fluke.

 

Pending Testing

VMWare VCS Flashbackup

Exchange Mailbox Restore (single mailbox)

Sharepoint Document Level Restore

NDMP Testing

 

I'm hoping to try out all the new features ASAP but given the short week
(gobble gobble) it will probably have to wait for December.

 

-Jonathan

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Hedberg
Sent: Friday, November 21, 2008 3:08 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

NetBackup 6.5.3 has recently entered into a First Availability program.  We
in NetBackup development are excited with the comments and results we've
seen with this new version in production and in test systems.  What has been
your experience?  

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


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-24 Thread Steve Hedberg
Imran,

 

NetBackup 6.5.3 is available today through the First Availability
program.  It will be available on the support web-site around the first
week of December.

 

-Steve

 

From: Khan Imran A [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 22, 2008 6:08 PM
To: Steve Hedberg
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: RE: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

 

Hi Steve,

 

How soon will be before 6.5.3 is available to down load from the support
website 

 

Imran 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Hedberg
Sent: 21 November 2008 20:08
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

 

NetBackup 6.5.3 has recently entered into a First Availability program.
We in NetBackup development are excited with the comments and results
we've seen with this new version in production and in test systems.
What has been your experience?  

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


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-24 Thread Martin, Jonathan
So far so good.  Windows 2003 SP2 Environment with 1 Master/Media and
another Media server writing to LT03 drives.
 
Pros
Installed without issue
Fixed Issue with admin Console not refreshing automatically. (Formerly
fixed by Refresh All)
First weekend of full backups completed without issue.
 
Cons
Had a strange issue where after killing destaging / duplication jobs
from a dssu the parent job wouldn't die.  Had to recycle the server to
kill.  I've had this issue before so it could just be a fluke.
 
Pending Testing
VMWare VCS Flashbackup
Exchange Mailbox Restore (single mailbox)
Sharepoint Document Level Restore
NDMP Testing
 
I'm hoping to try out all the new features ASAP but given the short week
(gobble gobble) it will probably have to wait for December.
 
-Jonathan



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Hedberg
Sent: Friday, November 21, 2008 3:08 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup 6.5.3 - What is your experience?



NetBackup 6.5.3 has recently entered into a First Availability program.
We in NetBackup development are excited with the comments and results
we've seen with this new version in production and in test systems.
What has been your experience?  

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


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-22 Thread Khan Imran A
Hi Steve,

 

How soon will be before 6.5.3 is available to down load from the support
website 

 

Imran 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Hedberg
Sent: 21 November 2008 20:08
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

 

NetBackup 6.5.3 has recently entered into a First Availability program.
We in NetBackup development are excited with the comments and results
we've seen with this new version in production and in test systems.
What has been your experience?  

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


[Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-21 Thread Steve Hedberg
NetBackup 6.5.3 has recently entered into a First Availability program.
We in NetBackup development are excited with the comments and results
we've seen with this new version in production and in test systems.
What has been your experience?  

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


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-21 Thread Randy Doering


My Error 196's (introduced in 6.5.2) have gone away.

Randy

 




From: Steve Hedberg [EMAIL PROTECTED]
To: veritas-bu@mailman.eng.auburn.edu
Sent: Friday, November 21, 2008 3:08:01 PM
Subject: [Veritas-bu] NetBackup 6.5.3 - What is your experience?


NetBackup 6.5.3 has recently entered into a First Availability program.  We in 
NetBackup development are excited with the comments and results we’ve seen with 
this new version in production and in test systems.  What has been your 
experience?  ___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-21 Thread Karl Rossing
Anyone know if setting exclusions for all client types using bpgetconfig 
and bpsetconfig made it into 6.5.3?

more info here:
https://forums.symantec.com/syment/blog/article?message.uid=324861


Steve Hedberg wrote:

 NetBackup 6.5.3 has recently entered into a First Availability 
 program. We in NetBackup development are excited with the comments and 
 results we’ve seen with this new version in production and in test 
 systems. What has been your experience?

 

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



CONFIDENTIALITY NOTICE:  This communication (including all attachments) is
confidential and is intended for the use of the named addressee(s) only and
may contain information that is private, confidential, privileged, and
exempt from disclosure under law.  All rights to privilege are expressly
claimed and reserved and are not waived.  Any use, dissemination,
distribution, copying or disclosure of this message and any attachments, in
whole or in part, by anyone other than the intended recipient(s) is strictly
prohibited.  If you have received this communication in error, please notify
the sender immediately, delete this communication from all data storage
devices and destroy all hard copies.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

2008-11-21 Thread Travis Emmert
Yes it is in 6.5.3

Thanks,
Travis

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Karl
Rossing
Sent: Friday, November 21, 2008 3:42 PM
To: Steve Hedberg
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] NetBackup 6.5.3 - What is your experience?

Anyone know if setting exclusions for all client types using bpgetconfig

and bpsetconfig made it into 6.5.3?

more info here:
https://forums.symantec.com/syment/blog/article?message.uid=324861


Steve Hedberg wrote:

 NetBackup 6.5.3 has recently entered into a First Availability 
 program. We in NetBackup development are excited with the comments and

 results we've seen with this new version in production and in test 
 systems. What has been your experience?




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



CONFIDENTIALITY NOTICE:  This communication (including all attachments)
is
confidential and is intended for the use of the named addressee(s) only
and
may contain information that is private, confidential, privileged, and
exempt from disclosure under law.  All rights to privilege are expressly
claimed and reserved and are not waived.  Any use, dissemination,
distribution, copying or disclosure of this message and any attachments,
in
whole or in part, by anyone other than the intended recipient(s) is
strictly
prohibited.  If you have received this communication in error, please
notify
the sender immediately, delete this communication from all data storage
devices and destroy all hard copies.
___
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] Netbackup 6.5.3

2008-10-07 Thread Servet Ince
Due to our Symantec Account Manager, The Latest date for the release of NBU 
6.5.3 is November 24th for General Availability.

FYI guys.

Thanks a lot

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly B Harris
Sent: Tuesday, October 07, 2008 4:51 AM
To: Jorge Fábregas; veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Netbackup 6.5.3

December is what I have heard.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jorge
Fábregas
Sent: Monday, October 06, 2008 11:23 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Netbackup 6.5.3

On Monday 06 October 2008 07:36:12 am servet ince wrote:
 Is the NetBackup 6.5.3 published? Does anyone know it? I can't find
it.

Not yet...

___
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 maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Netbackup 6.5.3

2008-10-06 Thread servet ince

Is the NetBackup 6.5.3 published? Does anyone know it? I can't find it.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--


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


Re: [Veritas-bu] Netbackup 6.5.3

2008-10-06 Thread Jorge Fábregas
On Monday 06 October 2008 07:36:12 am servet ince wrote:
 Is the NetBackup 6.5.3 published? Does anyone know it? I can't find it.

Not yet...

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


Re: [Veritas-bu] Netbackup 6.5.3

2008-10-06 Thread Kelly B Harris
December is what I have heard.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jorge
Fábregas
Sent: Monday, October 06, 2008 11:23 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Netbackup 6.5.3

On Monday 06 October 2008 07:36:12 am servet ince wrote:
 Is the NetBackup 6.5.3 published? Does anyone know it? I can't find
it.

Not yet...

___
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