Re: [Veritas-bu] Reporting scripts

2007-04-17 Thread Jeff Cleverley

Darren,

I actually feel better knowing that there wasn't a real easy solution 
:-)  I did some experimenting and came up with a way that seems 
relatively accurate for what I want.


>>
cd /usr/openv/netbackup/db/images/
   


if [ -f /tmp/stats ]
then
rm /tmp/stats
fi
   


ls > /tmp/clients
for CLIENT in `cat /tmp/clients`
do
cat $CLIENT/STREAMS |grep -v ^T | awk '{print $2,$4,$8}' |grep -v ^0 
|sed 's/$/ '$CLIENT'/' >> /tmp/stats

done

<<

This gives me output looking like this for /stand on the host "silo-1":

1171155594 cumulative-inc /stand silo-1
1176858039 daily-inc /stand silo-1
1175908552 full /stand silo-1

The time stamps listed match the time the backup started to write.  I 
don't keep logs long enough to verify the cumulative and full backup 
times, but the daily-inc backups are correct.  With this raw data, I can 
start parsing and formatting in a number of ways.


I have been blessed with a number of session failures due to a faulty 
SAN switch, 1 known bad drive, and probably 1 more once I start 
rummaging through logs :-)  This has allowed me to see how this reacts 
to failed backups.  The failed backups do not show even though they ran 
after completed backups.  YMMV.


Jeff

Darren Dunham wrote:

I know things like this have been discussed but I haven't found a way to 
get what I want from the command line.  It looks like I need a little 
bit of output from bpdbjobs -all_columns, using the lastbackup column 
definition in the bp.conf file, and part of the bpcatlist command.  I 
have spent considerable time looking on the web and RTFM (several of 
them).  Here is what I'm trying to get.  If you know of a command that 
gives all of this or have a script that will dig all this up, I would 
greatly appreciate it.


Client name, file system or mount point, last successful full date, last 
successful incremental date.  I want something like:


client1,/,04/01/2007 19:20:00, 04/16/2007 20:00:03
client1,/mnt/data,04/01/2007 19:38:00, 04/16/2007 21:33:00
   



I don't have anything that does exactly that, but it's close.  I can at
least tell you how I'm getting the data:

Use 'bppllist' to get the list of clients in active policies.

For each of those clients, get a list of images in the time frame of
interest (can limit to full at this stage if you want) with 'bpimagelist'.

For each of those images, use 'bpflist' to get the name of the first
file in the backup.  That's normally the filesystem or directory that is
being backed up.

Sort the ones with the same name by date and report the last one.

'bpdbjobs' would give you the filesystem mapping a bit more directly,



but then you're limited to what's in the jobs list.  If you kept that
and stored it in your own database, that would be easier to manipulate.
I went to the file data because it hangs around longer.

 


I'm guessing this is why Aptare and Bocada are in business :-)
   



Seems to be.  :-)

 

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


[Veritas-bu] Restore by backup ID, not by file name

2007-04-17 Thread Sturgis, Grant
Greetings List,

Suppose I want to restore everything on a particular backup ID, or 
everything on a tape - or each backup ID on the tape.  So I can run a 
Media Contents report or Images on Media report to get the backup ID, no 
problem.

How do I restore a particular backup ID.  Or, how can I know exactly 
what files are on a backup ID so I can make sure I restore all of them?

TIA,

Grant







Pardon this rubbish:


This electronic message transmission is a PRIVATE communication which contains
information which may be confidential or privileged. The information is 
intended 
to be for the use of the individual or entity named above. If you are not the 
intended recipient, please be aware that any disclosure, copying, distribution 
or use of the contents of this information is prohibited. Please notify the
sender  of the delivery error by replying to this message, or notify us by
telephone (877-633-2436, ext. 0), and then delete it from your system.


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


Re: [Veritas-bu] bptm: read error on media id AB1234, Cannot allocate memory

2007-04-17 Thread Justin Piszcz


On Tue, 17 Apr 2007, d w wrote:

> Justin,
>I'm not sure what platform you are running on or what version of NetBackup 
> - but if this is a unix master or media server, you may want to increase the 
> shmmax on the machine.
>
>  On Solaris:
>  # grep shmmax /etc/system
> set shmsys:shminfo_shmmax=<#value>
>
>  To set these parameters on solaris, simply edit the /etc/system file and 
> change the value - then reboot.  Or if you're good on mdb, you could use that.
>
>
>  On HP:
>
>  11.23:
>  # kcusage -l shmmax
> Parameter:  shmmax
> Usage:  17904720
> Setting:<#value>
> Percentage: 1.7
>
>  11.xx:
>  # kmtune | grep shmmax
> shmmax   0X400
> #
>
>
>  On linux:
>  #sysctl -a
>
>  look for kernel.shmmax = <#value>
>
>  Below is the technote on how to set these parameters in Linux:
>  http://support.veritas.com/docs/263755
>
>
>  Also check out your size and number data buffers.  If they are too large - 
> that might also be the cause of the problem.  See the following technote for 
> information on those settings:
> http://support.veritas.com/docs/183702
>  Hope that helps.
>
>
>
>
> -
> Ahhh...imagining that irresistible "new car" smell?
> Check outnew cars at Yahoo! Autos.

Thanks, looking into this.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Shadow Copy Fails with 58 but everything elsebac ks up

2007-04-17 Thread WEAVER, Simon (external)

Check the logs? Reboot server? (Event logs I mean!)

Regards

Simon Weaver
3rd Line Technical Support
Windows Domain Administrator 

EADS Astrium Limited, B23AA IM (DCS)
Anchorage Road, Portsmouth, PO3 5PU

Email: [EMAIL PROTECTED]



-Original Message-
From: Justin Piszcz [mailto:[EMAIL PROTECTED] 
Sent: 17 April 2007 17:12
To: Conner, Mike
Cc: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Shadow Copy Fails with 58 but everything elsebacks
up


Then you need to figure that out first as its a windows problem :)

On Tue, 17 Apr 2007, Conner, Mike wrote:

> Justin - thanks, I was not able to do a registry backup with NTBackup 
> either. Mike
>
> -Original Message-
> From: Justin Piszcz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 17, 2007 8:29 AM
> To: Conner, Mike
> Cc: veritas-bu@mailman.eng.auburn.edu
> Subject: Re: [Veritas-bu] Shadow Copy Fails with 58 but everything 
> else backs up
>
>
>
> On Tue, 17 Apr 2007, Conner, Mike wrote:
>
>> I'm sure this is a really simple solution, so sorry if that is the
> case,
>> but I have a couple of servers that are getting a status code 58 on
> the
>> shadow copy components only, however, the 2 drives on the server
> backup
>> successfully.  I have a windows environment with NBU 5.1 MP6.  Both 
>> of these servers are in a DMZ.  Any help on this would be greatly 
>> appreciated!
>>
>> Mike
>>
>>
>
> When I had a similar issues related to this:
>
> 1. Try to do a registry backup using ntbackup.
> 2. If that works, then check to see if your client is setup correctly? 
> 3. For example, if its x86_64, you need the x86_64 client.
>
> Justin.
>
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

This email (including any attachments) may contain confidential and/or 
privileged information or information otherwise protected from disclosure.
If you are not the intended recipient, please notify the sender immediately, do 
not copy this message or any attachments and do not use it for any purpose or 
disclose its content to any person, but delete this message and any attachments 
from your system.
Astrium disclaims any and all liability if this email transmission was virus 
corrupted, altered or falsified.
-
Astrium Limited, Registered in England and Wales No. 2449259
Registered Office: Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS, England
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] bpdir usage

2007-04-17 Thread Bob Stump
Does anyone have more information on the command bpdir other than:
 
# bpdir -help
NetBackup 6.0 -- Display Directory Contents
 
Usage:  bpdir [-M "master"] ["dir_name" ...]
 
Options:
-M Specifies the master server, media server, or client whose
directory contents
   will be displayed.  If not specified, the local host is
assumed.
"dir_name" Specifies the name of the directory (or directories)
whose
   contents will be displayed.  If not specified the
root (/)
   is assumed.

I would like to be able to see the UNIX long listing if possible.
 
 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] bptm: read error on media id AB1234, Cannot allocate memory

2007-04-17 Thread d w
Justin,
I'm not sure what platform you are running on or what version of NetBackup 
- but if this is a unix master or media server, you may want to increase the 
shmmax on the machine.
   
  On Solaris:
  # grep shmmax /etc/system
set shmsys:shminfo_shmmax=<#value>
   
  To set these parameters on solaris, simply edit the /etc/system file and 
change the value - then reboot.  Or if you're good on mdb, you could use that.
   
   
  On HP:
   
  11.23:
  # kcusage -l shmmax
Parameter:  shmmax
Usage:  17904720
Setting:<#value>
Percentage: 1.7

  11.xx:
  # kmtune | grep shmmax
shmmax   0X400
#
   
   
  On linux:
  #sysctl -a 
   
  look for kernel.shmmax = <#value>
   
  Below is the technote on how to set these parameters in Linux:
  http://support.veritas.com/docs/263755
   
   
  Also check out your size and number data buffers.  If they are too large - 
that might also be the cause of the problem.  See the following technote for 
information on those settings:
http://support.veritas.com/docs/183702   
  Hope that helps.
   
   

   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] bptm: read error on media id AB1234, Cannot allocate memory

2007-04-17 Thread Justin Piszcz
On Tue, 17 Apr 2007, bob944 wrote:

>> 04/16/2007 19:04:26 - Warning bptm (pid=4728) read error on media id
>> AB1234, drive index 1 reading header block, Cannot allocate memory
>>
>> Anyone ever get this when trying to a restore? How did you fix it?
>
> What buffer size was used to record the backup, how many buffers are you
> using for the restore, and does the media server have enough shared
> memory to handle it?
>
> The bptm log should show all the buffer allocations and shared-memory
> allocation.  Does that show a problem?  Do you have
> NUMBER_DATA_BUFFERS_RESTORE set?  Remember, the restore is going to need
> the number_buffers times the size_buffers as they exist on tape.
>
> For that matter, can the media server's tape device driver handle the
> buffer size?  Untested restores after buffer size tuning, especially
> with Windows drivers, run into this all the time--though I don't
> remember the error message.  Also, restoring a foreign tape which has
> bufsize that was fine on the original environment can run into the same
> thing--yet another good reason not to use "hey, what's a good
> SIZE_DATA_BUFFERS to use for LTO3?" advice.
>
> Workarounds:
> o  shm settings
> o  driver update
> o  is there an environment in which you can duplicate the image to disk
> or tape with favorable buffer settings, and restore from the copy?
> o  dump the tape and see what the files and records look like--perhaps
> it was overwritten
>

The environment's media servers were removed and new ones were put into 
place, all of the *BUFFER* settings should remain the same as that part is 
automated.   I will check the bptm log.  This is a Linux host.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Shadow Copy Fails with 58 but everything else backs up

2007-04-17 Thread Justin Piszcz
Then you need to figure that out first as its a windows problem :)

On Tue, 17 Apr 2007, Conner, Mike wrote:

> Justin - thanks, I was not able to do a registry backup with NTBackup
> either.
> Mike
>
> -Original Message-
> From: Justin Piszcz [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 17, 2007 8:29 AM
> To: Conner, Mike
> Cc: veritas-bu@mailman.eng.auburn.edu
> Subject: Re: [Veritas-bu] Shadow Copy Fails with 58 but everything else
> backs up
>
>
>
> On Tue, 17 Apr 2007, Conner, Mike wrote:
>
>> I'm sure this is a really simple solution, so sorry if that is the
> case,
>> but I have a couple of servers that are getting a status code 58 on
> the
>> shadow copy components only, however, the 2 drives on the server
> backup
>> successfully.  I have a windows environment with NBU 5.1 MP6.  Both of
>> these servers are in a DMZ.  Any help on this would be greatly
>> appreciated!
>>
>> Mike
>>
>>
>
> When I had a similar issues related to this:
>
> 1. Try to do a registry backup using ntbackup.
> 2. If that works, then check to see if your client is setup correctly?
> 3. For example, if its x86_64, you need the x86_64 client.
>
> Justin.
>
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] bptm: read error on media id AB1234, Cannot allocate memory

2007-04-17 Thread bob944
> 04/16/2007 19:04:26 - Warning bptm (pid=4728) read error on media id 
> AB1234, drive index 1 reading header block, Cannot allocate memory
> 
> Anyone ever get this when trying to a restore? How did you fix it?

What buffer size was used to record the backup, how many buffers are you
using for the restore, and does the media server have enough shared
memory to handle it?

The bptm log should show all the buffer allocations and shared-memory
allocation.  Does that show a problem?  Do you have
NUMBER_DATA_BUFFERS_RESTORE set?  Remember, the restore is going to need
the number_buffers times the size_buffers as they exist on tape.  

For that matter, can the media server's tape device driver handle the
buffer size?  Untested restores after buffer size tuning, especially
with Windows drivers, run into this all the time--though I don't
remember the error message.  Also, restoring a foreign tape which has
bufsize that was fine on the original environment can run into the same
thing--yet another good reason not to use "hey, what's a good
SIZE_DATA_BUFFERS to use for LTO3?" advice.

Workarounds:  
o  shm settings
o  driver update
o  is there an environment in which you can duplicate the image to disk
or tape with favorable buffer settings, and restore from the copy?
o  dump the tape and see what the files and records look like--perhaps
it was overwritten


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


Re: [Veritas-bu] Reporting scripts

2007-04-17 Thread Darren Dunham
> I know things like this have been discussed but I haven't found a way to 
> get what I want from the command line.  It looks like I need a little 
> bit of output from bpdbjobs -all_columns, using the lastbackup column 
> definition in the bp.conf file, and part of the bpcatlist command.  I 
> have spent considerable time looking on the web and RTFM (several of 
> them).  Here is what I'm trying to get.  If you know of a command that 
> gives all of this or have a script that will dig all this up, I would 
> greatly appreciate it.
> 
> Client name, file system or mount point, last successful full date, last 
> successful incremental date.  I want something like:
> 
> client1,/,04/01/2007 19:20:00, 04/16/2007 20:00:03
> client1,/mnt/data,04/01/2007 19:38:00, 04/16/2007 21:33:00

I don't have anything that does exactly that, but it's close.  I can at
least tell you how I'm getting the data:

Use 'bppllist' to get the list of clients in active policies.

For each of those clients, get a list of images in the time frame of
interest (can limit to full at this stage if you want) with 'bpimagelist'.

For each of those images, use 'bpflist' to get the name of the first
file in the backup.  That's normally the filesystem or directory that is
being backed up.

Sort the ones with the same name by date and report the last one.

'bpdbjobs' would give you the filesystem mapping a bit more directly,
but then you're limited to what's in the jobs list.  If you kept that
and stored it in your own database, that would be easier to manipulate.
I went to the file data because it hangs around longer.

> I'm guessing this is why Aptare and Bocada are in business :-)

Seems to be.  :-)

-- 
Darren Dunham   [EMAIL PROTECTED]
Senior Technical Consultant TAOShttp://www.taos.com/
Got some Dr Pepper?   San Francisco, CA bay area
 < This line left intentionally blank to confuse you. >
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] NetBackup certification exam in London (UK)

2007-04-17 Thread Whelan, Patrick
Thank you all that is the name I was looking for. BTW, for the UK the
URL is:

 

http://www.pearsonvue.co.uk/home/

 

Simon,

 

Here is the list of sites in the UK:

http://pearsonvue.com/servlet/vue.web2.core.Dispatcher?wsid=117681965404
1&HasXSes=Y&wscid=27878935

 

Regards,

 

Patrick Whelan 
NetBackup Specialist (Contractor) 
COLT Telecom 
Architect & Engineering 
+44 20 7863 5243 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Whelan,
Patrick
Sent: 17 April 2007 14:38
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup certification exam in London (UK)

 

Having googled myself to death, I'm calling on you all to see if anyone
knows where to go to take the NetBackup certification tests in London.
Or failing that, if you have a tried and tested google search string
that will locate it, that would also be good.

Thanks in advance.

Regards,

Patrick Whelan

NetBackup Specialist (Contractor)

COLT Telecom

Architect & Engineering

+44 20 7863 5243

 




*
The message is intended for the named addressee only and may not be
disclosed to or used by anyone else, nor may it be copied in any way. 

The contents of this message and its attachments are confidential and
may also be subject to legal privilege. If you are not the named
addressee and/or have received this message in error, please advise us
by e-mailing [EMAIL PROTECTED] and delete the message and any
attachments without retaining any copies. 

Internet communications are not secure and COLT does not accept
responsibility for this message, its contents nor responsibility for any
viruses. 

No contracts can be created or varied on behalf of COLT
Telecommunications, its subsidiaries or affiliates ("COLT") and any
other party by email Communications unless expressly agreed in writing
with such other party. 

Please note that incoming emails will be automatically scanned to
eliminate potential viruses and unsolicited promotional emails. For more
information refer to www.colt.net or contact us on +44(0)20 7390 3900.



*
The message is intended for the named addressee only and may not be disclosed 
to or used by anyone else, nor may it be copied in any way. 

The contents of this message and its attachments are confidential and may also 
be subject to legal privilege.  If you are not the named addressee and/or have 
received this message in error, please advise us by e-mailing [EMAIL PROTECTED] 
and delete the message and any attachments without retaining any copies. 

Internet communications are not secure and COLT does not accept responsibility 
for this message, its contents nor responsibility for any viruses. 

No contracts can be created or varied on behalf of COLT Telecommunications, its 
subsidiaries or affiliates ("COLT") and any other party by email Communications 
unless expressly agreed in writing with such other party.  

Please note that incoming emails will be automatically scanned to eliminate 
potential viruses and unsolicited promotional emails. For more information 
refer to www.colt.net or contact us on +44(0)20 7390 3900.

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


Re: [Veritas-bu] NetBackup certification exam in London (UK)

2007-04-17 Thread WEAVER, Simon (external)

I would be interested in this - but prefer not to be London !
 
Do veritas / symantec do online exams or training books, ect ?
 
 

Regards

Simon Weaver
3rd Line Technical Support
Windows Domain Administrator 

EADS Astrium Limited, B23AA IM (DCS)
Anchorage Road, Portsmouth, PO3 5PU

Email:   [EMAIL PROTECTED]

-Original Message-
From: Whelan, Patrick [mailto:[EMAIL PROTECTED] 
Sent: 17 April 2007 14:38
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] NetBackup certification exam in London (UK)



Having googled myself to death, I'm calling on you all to see if anyone
knows where to go to take the NetBackup certification tests in London. Or
failing that, if you have a tried and tested google search string that will
locate it, that would also be good.

Thanks in advance.

Regards,

Patrick Whelan

NetBackup Specialist (Contractor)

COLT Telecom

Architect & Engineering

+44 20 7863 5243







*
The message is intended for the named addressee only and may not be
disclosed to or used by anyone else, nor may it be copied in any way. 

The contents of this message and its attachments are confidential and may
also be subject to legal privilege. If you are not the named addressee
and/or have received this message in error, please advise us by e-mailing
[EMAIL PROTECTED] and delete the message and any attachments without
retaining any copies. 

Internet communications are not secure and COLT does not accept
responsibility for this message, its contents nor responsibility for any
viruses. 

No contracts can be created or varied on behalf of COLT Telecommunications,
its subsidiaries or affiliates ("COLT") and any other party by email
Communications unless expressly agreed in writing with such other party. 

Please note that incoming emails will be automatically scanned to eliminate
potential viruses and unsolicited promotional emails. For more information
refer to www.colt.net or contact us on +44(0)20 7390 3900.




This email (including any attachments) may contain confidential and/or 
privileged information or information otherwise protected from disclosure.
If you are not the intended recipient, please notify the sender immediately, do 
not copy this message or any attachments and do not use it for any purpose or 
disclose its content to any person, but delete this message and any attachments 
from your system.
Astrium disclaims any and all liability if this email transmission was virus 
corrupted, altered or falsified.
-
Astrium Limited, Registered in England and Wales No. 2449259
Registered Office: Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS, England___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] NetBackup certification exam in London (UK)

2007-04-17 Thread David McWilliams

Check out the Pearson Vue testing website at http://vue.com

On 4/17/07, WEAVER, Simon (external) < [EMAIL PROTECTED]> wrote:


 *I would be interested in this - but prefer not to be London !*
**
*Do veritas / symantec do online exams or training books, ect ?*



*Regards*

*Simon Weaver
3rd Line Technical Support
Windows Domain Administrator*

*EADS Astrium Limited, B23AA IM (DCS)*
*Anchorage Road, Portsmouth, PO3 5PU*

*Email: [EMAIL PROTECTED] <[EMAIL PROTECTED]>

 -Original Message-
*From:* Whelan, Patrick [mailto:[EMAIL PROTECTED]
*Sent:* 17 April 2007 14:38
*To:* veritas-bu@mailman.eng.auburn.edu
*Subject:* [Veritas-bu] NetBackup certification exam in London (UK)

Having googled myself to death, I'm calling on you all to see if anyone
knows where to go to take the NetBackup certification tests in London. Or
failing that, if you have a tried and tested google search string that will
locate it, that would also be good.

Thanks in advance.

Regards,

Patrick Whelan

NetBackup Specialist (Contractor)

COLT Telecom

Architect & Engineering

+44 20 7863 5243




*
The message is intended for the named addressee only and may not be
disclosed to or used by anyone else, nor may it be copied in any way.

The contents of this message and its attachments are confidential and may
also be subject to legal privilege. If you are not the named addressee
and/or have received this message in error, please advise us by e-mailing
[EMAIL PROTECTED] and delete the message and any attachments without
retaining any copies.

Internet communications are not secure and COLT does not accept
responsibility for this message, its contents nor responsibility for any
viruses.

No contracts can be created or varied on behalf of COLT
Telecommunications, its subsidiaries or affiliates ("COLT") and any other
party by email Communications unless expressly agreed in writing with such
other party.

Please note that incoming emails will be automatically scanned to
eliminate potential viruses and unsolicited promotional emails. For more
information refer to www.colt.net or contact us on +44(0)20 7390 3900.

This email (including any attachments) may contain confidential and/or
privileged information or information otherwise protected from disclosure.
If you are not the intended recipient, please notify the sender
immediately, do not copy this message or any attachments and do not use it
for any purpose or disclose its content to any person, but delete this
message and any attachments from your system.
Astrium disclaims any and all liability if this email transmission was
virus corrupted, altered or falsified.
-
Astrium Limited, Registered in England and Wales No. 2449259
Registered Office: Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS,
England

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





--
Sláinte,

David

Checkout the, sometimes updated, McWilliams family website @
http://davidmcw.tripod.com

Get a safer, faster, better web browser @
http://www.mozilla.org/products/firefox/
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] NetBackup certification exam in London (UK)

2007-04-17 Thread Whelan, Patrick
Having googled myself to death, I'm calling on you all to see if anyone
knows where to go to take the NetBackup certification tests in London.
Or failing that, if you have a tried and tested google search string
that will locate it, that would also be good.

Thanks in advance.

Regards,

Patrick Whelan
NetBackup Specialist (Contractor)
COLT Telecom
Architect & Engineering
+44 20 7863 5243





*
The message is intended for the named addressee only and may not be disclosed 
to or used by anyone else, nor may it be copied in any way. 

The contents of this message and its attachments are confidential and may also 
be subject to legal privilege.  If you are not the named addressee and/or have 
received this message in error, please advise us by e-mailing [EMAIL PROTECTED] 
and delete the message and any attachments without retaining any copies. 

Internet communications are not secure and COLT does not accept responsibility 
for this message, its contents nor responsibility for any viruses. 

No contracts can be created or varied on behalf of COLT Telecommunications, its 
subsidiaries or affiliates ("COLT") and any other party by email Communications 
unless expressly agreed in writing with such other party.  

Please note that incoming emails will be automatically scanned to eliminate 
potential viruses and unsolicited promotional emails. For more information 
refer to www.colt.net or contact us on +44(0)20 7390 3900.

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


Re: [Veritas-bu] Shadow Copy Fails with 58 but everything else ba cks up

2007-04-17 Thread WEAVER, Simon (external)

Mike
Make sure:
 
Policy contains valued clients - ie: win2k3
Client Software is of the correct version and maintenenace pack
Turn off VSS within the NetBackup host Properties for the client:-
 
Host Properties / Master Server / Master Server Name / Properties / Client
Attributes and add the client name in the add box. Turn off the VSS.
 
Check the client name resolution as well, connectivity, and event logs on
the client.
 
HTH

Regards

Simon Weaver
3rd Line Technical Support
Windows Domain Administrator 

EADS Astrium Limited, B23AA IM (DCS)
Anchorage Road, Portsmouth, PO3 5PU

Email:   [EMAIL PROTECTED]

-Original Message-
From: Conner, Mike [mailto:[EMAIL PROTECTED] 
Sent: 17 April 2007 13:14
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Shadow Copy Fails with 58 but everything else backs up



I'm sure this is a really simple solution, so sorry if that is the case, but
I have a couple of servers that are getting a status code 58 on the shadow
copy components only, however, the 2 drives on the server backup
successfully.  I have a windows environment with NBU 5.1 MP6.  Both of these
servers are in a DMZ.  Any help on this would be greatly appreciated!

Mike



This email (including any attachments) may contain confidential and/or 
privileged information or information otherwise protected from disclosure.
If you are not the intended recipient, please notify the sender immediately, do 
not copy this message or any attachments and do not use it for any purpose or 
disclose its content to any person, but delete this message and any attachments 
from your system.
Astrium disclaims any and all liability if this email transmission was virus 
corrupted, altered or falsified.
-
Astrium Limited, Registered in England and Wales No. 2449259
Registered Office: Gunnels Wood Road, Stevenage, Hertfordshire, SG1 2AS, England___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Shadow Copy Fails with 58 but everything else backs up

2007-04-17 Thread Justin Piszcz


On Tue, 17 Apr 2007, Conner, Mike wrote:

> I'm sure this is a really simple solution, so sorry if that is the case,
> but I have a couple of servers that are getting a status code 58 on the
> shadow copy components only, however, the 2 drives on the server backup
> successfully.  I have a windows environment with NBU 5.1 MP6.  Both of
> these servers are in a DMZ.  Any help on this would be greatly
> appreciated!
>
> Mike
>
>

When I had a similar issues related to this:

1. Try to do a registry backup using ntbackup.
2. If that works, then check to see if your client is setup correctly?
3. For example, if its x86_64, you need the x86_64 client.

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


[Veritas-bu] bptm: read error on media id AB1234, Cannot allocate memory

2007-04-17 Thread Justin Piszcz
04/16/2007 19:04:26 - Warning bptm (pid=4728) read error on media id 
AB1234, drive index 1 reading header block, Cannot allocate memory

Anyone ever get this when trying to a restore? How did you fix it?

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


[Veritas-bu] Shadow Copy Fails with 58 but everything else backs up

2007-04-17 Thread Conner, Mike
I'm sure this is a really simple solution, so sorry if that is the case,
but I have a couple of servers that are getting a status code 58 on the
shadow copy components only, however, the 2 drives on the server backup
successfully.  I have a windows environment with NBU 5.1 MP6.  Both of
these servers are in a DMZ.  Any help on this would be greatly
appreciated!

Mike

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