Re: [Veritas-bu] NBU Advanced Reporter

2006-09-29 Thread John_Trainer

Simon,  I looked at all those and
others including CommandCentral Service and Bocada.  Save yourself
time, just buy the Aptare StorageConsole.

Besides NBAR requires a separate license
and if that meets your needs then just upgrade to NBU6 and use the free
NOM (aka CCS lite)

John T.  






"WEAVER, Simon"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
09/29/2006 07:16 AM




To
"'veritas-bu@mailman.eng.auburn.edu'"



cc



Subject
[Veritas-bu] NBU Advanced Reporter








All,
Could I have some advice;
Wanted to know if anyone has used the Veritas (Or Symantec) Advanced Reported
application.
 
Currently run Win2k3 NBU
5.1 MP2; Wanted to know if anyone had any exposure to this.
 
Other products I am assessing
are BU visual and StorageConsole.
 
Thank you.
 
Regards
Simon Weaver
3rd Line Technical Support
Windows Domain Administrator 
EADS Astrium Limited, B23AA
IM (DCS)
Anchorage Road, Portsmouth, PO3 5PU
Email: [EMAIL PROTECTED]
 


This email is for the intended
addressee only.
If you have received it in error then you must not use, retain, disseminate
or otherwise deal with it.
Please notify the sender by return email.
The views of the author may not necessarily constitute the views of Astrium
Limited.
Nothing in this email shall bind Astrium Limited in any contract or obligation.

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


==
Confidentiality Notice: The information contained in and transmitted with this communication is strictly confidential, is intended only for the use of the intended recipient, and is the property of Countrywide Financial Corporation or its affiliates and subsidiaries.  If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication is strictly prohibited by law.  If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession.
==
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Command Line??

2006-07-27 Thread John_Trainer

In a wintel environment I just put this
together last week.  A few minor update's are needed but you should
be able to get that done easily.    I gathered data from the
master servers and logged that data to a remote hidden share.

The Echo command in the final for loop
under the label ::'loop client list ' will need to be tailored to your
environment.  I had more than enough data from this and was able to
extract the needed data.  

As for MPs/FP's, you will not always
get the proper MP level.  Rather you will see, 
4.5GA, (includes FP1, FP2), 
4.5_FP3 (includes 4.5_FP4/5), 
4.5_FP6 (includes FP7+)
5.0GA         (includes
MP1/2)
5.0MP3 (includes MP4/5
5.0MP6        (includes
MP4/5)


=
@Echo off
CLS
:: 
IF %1.==. ( set site=%computername%
) else (
set site=%1
)

SET DEST_DIR=\\remoteserver01\hiddenshare$\Client_Ver
SET CLNTS=%computername%_list.txt
SET CLNT_VER=%site%_VER.txt

if not exist %DEST_DIR%\. ( MKDIR %DEST_DIR%

) else (
rem del %DEST_DIR%\*.* /Q
)
PushD %DEST_DIR%

::Build Client list
for /f "Tokens=1-3" %%i in
('D:\VERITAS\NetBackup\bin\Admincmd\bpplclients.exe -allunique -l -M %COMPUTERNAME%
-noheader') do echo %%k >> %CLNTS%

::loop client list
for /f %%i in (%CLNTS%) do for /f "Tokens=3-20*
Delims=; " %%I in ('D:\VERITAS\NetBackup\bin\Admincmd\bpgetconfig
-l -s %%i') do Echo %%i %%N %%O %%P %%Q %%R %%S %%T %%U %%V %%W %%X %%Y
%%Z %%K %%I >> %CLNT_VER%

popd 







[EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
07/27/2006 10:16 AM




To
[EMAIL PROTECTED], veritas-bu@mailman.eng.auburn.edu


cc



Subject
Re: [Veritas-bu] Command Line??








In a UNIX environment
 
/opt/openv/netbackup
 
more version


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DLew97
Sent: Thursday, July 27, 2006 11:48 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Command Line??

Hi -
 
Is there a command line to output the Netbackup version
and patch installed on the client?
 
BPCLIENT gives me the client-host name.
 


-- 
DLew97 
This e-mail and any attachments may contain confidential
information of Northwestern Mutual. If you are not the intended recipient
of this message, be aware that any disclosure, copying, distribution or
use of this e-mail and any attachments is prohibited. If you have received
this e-mail in error, please notify Northwestern Mutual immediately by
returning it to the sender and delete all copies from your system. Please
be advised that communications received via the Northwestern Mutual Secure
Message Center are secure. Communications that are not received via the
Northwestern Mutual Secure Message Center may not be secure and could be
observed by a third party. Thank you for your cooperation. ___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


==
Confidentiality Notice: The information contained in and transmitted with this communication is strictly confidential, is intended only for the use of the intended recipient, and is the property of Countrywide Financial Corporation or its affiliates and subsidiaries.  If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication is strictly prohibited by law.  If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession.
==
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Disk Staging in Netbackup Ver 6.0 MP2

2006-06-28 Thread John_Trainer

Using 6.0 MP 2 Enterprise on Wintel If
I select the DSU option for temp staging the Low Water mark settings become
available however the high water mark greys out.  Removing the check
mark swaps the 2 settings, IE the low water mark greys out and the high
mark is available to be adjusted.







[EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
06/28/2006 12:31 PM




To



cc
veritas-bu@mailman.eng.auburn.edu


Subject
Re: [Veritas-bu] Disk Staging in Netbackup
Ver 6.0 MP2









[EMAIL PROTECTED] wrote on 06/28/2006 02:06:16
PM:

> Hi 
>         Have Netbackup Server Base Edition Ver
6.0 + MP2 installed 
> and configured on my UNIX machines. Have One master as well as Media
> configured to backup 25 clients. 
> Wanted to create a DSU for temporary disk staging area to be dumped

> to tapes at a later time. Follow the procedure given in the docs to

> create the DSU but I just do not see the "Low Water Mark"
stuff 
> enabled for me to anything nor do I see any checkbox to state that

> this is a temp staging area. 
> I thought that functionality of disk staging was available under 
> Netbackup Server Base Edition. 

I'm guessing you mean DSSU. Anyway, i have noticed that you can no longer
set the high and low water mark with MP2. Specifically using the Windows
Gui connecting to a Unix master/media. 

I'm pretty sure you could set it in MP1 and GA. 

MP3 ;) should be out any day now. 


  





  
Karl-Frédéric
Rossing, 



Technical
Services 











phone:

204-786-6431




fax:

204-784-6755




toll free: 
1-800-665-1934




www.federated.ca










CONFIDENTIALITY
NOTICE 
The information in this email may be confidential and/or legally privileged.
This email is intended to be reviewed by only the individual(s) or organization(s)
named above. If you are not the intended recipient or an authorized representative
of the intended recipient, you are hereby notified that any review, dissemination
or copying of this email and its attachments, if any, or the information
contained herein is prohibited. If you have received this email in error,
please immediately notify the sender by return email and delete this email
and its attachments from your system. Thank you. 


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


==
Confidentiality Notice: The information contained in and transmitted with this communication is strictly confidential, is intended only for the use of the intended recipient, and is the property of Countrywide Financial Corporation or its affiliates and subsidiaries.  If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication is strictly prohibited by law.  If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession.
==
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Window file excludes

2006-01-20 Thread John_Trainer


So select all windows clients and add them all at once  if you
already have one done or are just adding a few more clients, then select
them along with one that has proper excludes, and then use the    
 "Add to All" button






"Dave Markham"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
01/20/2006 07:52 AM



Please respond to
[EMAIL PROTECTED]





To
"WEAVER, Simon" <[EMAIL PROTECTED]>


cc
"Piszcz, Justin" <[EMAIL PROTECTED]>,
"Hindle, Greg" <[EMAIL PROTECTED]>, veritas-bu@mailman.eng.auburn.edu


Subject
Re: [Veritas-bu] Window file excludes








I know it can be done from the gui, its just easier
if you have 30 
clients installed to not have to type 10's of lines in the gui. A .reg

file double clicked when installing the client seemed easier to me :)

D

WEAVER, Simon wrote:

>Dave
>Its simply done from the GUI - no need for any extras to be run or
used :-)
>
>Simon Weaver 
>Technical Support 
>Windows Domain Administrator 
>
>EADS Astrium 
>Tel: 02392-708598 
>
>Email: [EMAIL PROTECTED] 
>
>
>
>-Original Message-
>From: Dave Markham [mailto:[EMAIL PROTECTED] 
>Sent: 19 January 2006 14:36
>To: Piszcz, Justin
>Cc: Hindle, Greg; veritas-bu@mailman.eng.auburn.edu
>Subject: Re: [Veritas-bu] Window file excludes
>
>
>Can anyone confirm this? Please dont tell me i've been doing reg stuff

>when i could put a file in a dir like i do on unix :)
>
>D
>
>Piszcz, Justin wrote:
>
>  
>
>>I believe so, just put the exclude_list in the app dir, same as
UNIX,
>>you can check the Windows Admin docs too, they should tell you.
>>
>> 
>>
>>--
>>--
>>
>>*From:* [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] *On Behalf Of

>>*Hindle, Greg
>>*Sent:* Thursday, January 19, 2006 9:01 AM
>>*To:* veritas-bu@mailman.eng.auburn.edu
>>*Subject:* [Veritas-bu] Window file excludes
>>
>> 
>>
>>I have a policy that has 4 window servers in it, set to backup
all
>>local drives. But on one of the servers I need to have a special

>>exclude setup. Is there a way to do this? Does windows have a client

>>side exclude like UNIX servers do?
>>
>> 
>>Greg
>> 
>>
>>    
>>
>This e-mail and any attachments are confidential, may
contain 
>legal, professional or other privileged information,
and are 
>intended solely for the addressee.  If you are
not the intended 
>recipient, do not use the information in this e-mail
in any way, 
>delete this e-mail and notify the sender. CEG-IP1
>          
>
>
>___
>Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
>http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
>
>This email is for the intended addressee only.
>If you have received it in error then you must not use, retain, disseminate
or otherwise deal with it.
>Please notify the sender by return email.
>The views of the author may not necessarily constitute the views of
EADS Astrium Limited.
>Nothing in this email shall bind EADS Astrium Limited in any contract
or obligation.
>
>EADS 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 maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu




Re: [Veritas-bu] NetBackup Enterprise 5.x -> 5.1MP4 - bpflist no longer has same syntax?

2005-12-27 Thread John_Trainer

Justin,  I too have issues with
the BPFLIST output, seems it only gives highest level listing of what was
backed up.   We run 5.0 MP4 and I need to use the -rl 999 option on
the command line.   Add the -rl option and see if this helps.

John Trainer






"Piszcz, Justin"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/27/2005 10:16 AM




To
veritas-bu@mailman.eng.auburn.edu


cc



Subject
[Veritas-bu] NetBackup Enterprise 5.x
-> 5.1MP4 - bpflist no longer has same syntax?








This used to work before 5.1MP4, any idea
what changed?
 
I used to run this to get a list of _ALL_
the files on a particular box, any idea of the current syntax? I am currently
looking myself but thought it’d be a good idea to send this out ahead
of time.
 
 
#!/usr/bin/bash
 
if [ ! -d "/indexing" ]; then
  mkdir /indexing
elif [ -d "/indexing" ]; then
  rm -f /indexing/*
fi
 
cd /usr/openv/netbackup/db/images
num=`/bin/ls -1 | grep -c .`
count=$num
 
for i in *
do
  echo "On client $i, $count clients
to go."
  bpflist -U -client $i > /indexing/$i.idx
  count=`expr $count - 1`
done


Re: [Veritas-bu] Veritas reporting

2005-12-16 Thread John_Trainer

You should also look at APTARE Storage
Console.     www.Aptare.com


John Trainer






"David Rock"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/15/2005 09:36 PM



Please respond to
"David Rock" <[EMAIL PROTECTED]>





To
veritas-bu@mailman.eng.auburn.edu


cc



Subject
Re: [Veritas-bu] Veritas reporting








* Geordie Wardman <[EMAIL PROTECTED]> [2005-12-15
14:22]:
> 
> I'm looking for something that sends pretty graphs of all my backups,
> which ones were successful, and which ones failed. Preferably in a
.pdf
> bar chart or something. That is my main concern. I use bpdbjobs to
send
> a .csv file, and it is fine for me, but not for Sr. Mgt.

If you aren't afraid of rolling your own, there are a few open source
plotting packages that would probably suit your needs; gnuplot,
matplotlib are a couple that come to mind off the top.

-- 
David Rock
[EMAIL PROTECTED]
[attachment "attsfncn.dat" deleted by John Trainer/IT/CF/CCI]



RE: [Veritas-bu] Obtaining NB client host properties from command line

2005-12-08 Thread John_Trainer

I find the command   findstr to
work as an almost acceptable replacement for grep.  I use FOR  
 FINDSTR   ECHO  TYPE  commands extensively.  I
have added the GNU windows release of grep and am looking to add gawk.
 Cygwin is not on the systems yet but I haven't looked at calling
scripts through that util yet.


John Trainer






"Spearman, David"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
12/07/2005 01:09 PM




To
"Chapman, Scott" <[EMAIL PROTECTED]>,
"Winter, Todd" <[EMAIL PROTECTED]>, veritas-bu@mailman.eng.auburn.edu


cc



Subject
RE: [Veritas-bu] Obtaining NB client
host properties from command line








grep is not available on windows
however one can download cygwin32 or posix windows/unix commands off the
web. We use posix, works fine. Just make sure you path it.
 
David Spearman
County of Henrico, Va.
-Original Message-
From: Chapman, Scott [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 07, 2005 4:04 PM
To: Winter, Todd; Spearman, David; veritas-bu@mailman.eng.auburn.edu
Subject: RE: [Veritas-bu] Obtaining NB client host properties from
command line

Is bpgetconfig what you are looking
for?  Maybe, "bpgetconfig -M  | grep -i exclude"
. . . I assume grep is available on windows?


Scott Chapman 
Insurance Corporation of British Columbia - Victoria

ph: 250.414.7650  cell: 250.213.9295 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Winter, Todd
Sent: Wednesday, December 07, 2005 12:37 PM
To: Spearman, David; veritas-bu@mailman.eng.auburn.edu
Subject: RE: [Veritas-bu] Obtaining NB client host properties from
command line

That doesn’t seem to work.
 All I get back when I use the bpclient command is the client name
and an empty ip address field.  No detailed settings for the client.
 
Todd Winter
Intel Corp.
D1C Automation -
Infrastructure Group
[EMAIL PROTECTED]



From: Spearman, David [mailto:[EMAIL PROTECTED]

Sent: Wednesday, December 07, 2005 11:20 AM
To: Winter, Todd
Subject: RE: [Veritas-bu] Obtaining NB client host properties from
command line
 
Try the bpblient command
 
bpclient - L -client xx  where
x is th eclient name
 
David Spearman
County of Henrico, VA.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Winter, Todd
Sent: Wednesday, December 07, 2005 2:00 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Obtaining NB client host properties from command
line
Is there a way to get Netbackup client host
properties from the command line?  I’m looking for something similar
to bppllist (which spits out all the settings for a policy). In particular
I’m interested in querying clients for their exclude lists via command
line.
 
BTW, my environment is all NB 4.5 on Windows
2000.
 
Thanks…
Todd Winter
Intel Corp.
D1C Automation - Infrastructure
Group
[EMAIL PROTECTED]
 


RE: [Veritas-bu] List of tapes required for a restore from a client

2005-11-28 Thread John_Trainer

First you need to find the exact
start time of the backup you want to restore, you can run bpimagelist.exe.
 The syntax is bpimagelist -U
-client SERVER01
-d mm/dd/ -e mm/dd/ where
SERVER01 is
the name of the server that needs to be restored, and mm/dd/
is the date of the backup

Next you use the -media flag to
see what volume(s) were used for that backup:  (Of
course you could skip the first command if you know the specifics of the
targeted backup job ahead of time.)
bpimagelist -media -U -client SERVER01
-d 04/01/2005 19:46 -e 04/01/2005 19:46

John T





[EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
11/28/2005 09:30 AM




To
[EMAIL PROTECTED], veritas-bu@mailman.eng.auburn.edu


cc



Subject
RE: [Veritas-bu] List of tapes required
for a restore from a client








If you are using a Unix Java Gui
- you can use the Preview button in BAckup/Archive/Restore window.
 
If you are using a Windows GUI
- submit a restore and look in either Device Monitor for a pending requests
or the Jobid itself will tell you what tape its trying to mount.
 
Alex
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On
Behalf Of [EMAIL PROTECTED]
Sent: Monday, November 28, 2005 11:07 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] List of tapes required for a restore from a client


All 

Is there anyway to get a list of tapes required for a restore from a client

I have tried bpclimagelist but there is no media option


Netbackup 5.1 MP3

Regards
Mark Goodchild

E-Mail: [EMAIL PROTECTED]

THE INFORMATION CONTAINED IN THIS COMMUNICATION AND ANY
ATTACHMENTS HERETO IS CONFIDENTIAL, MAY BE ATTORNEY-CLIENT PRIVILEGED,
AND IS INTENDED ONLY FOR THE PERSONAL AND CONFIDENTIAL USE OF THE ADDRESSEE(S).
IF THE READER OF THIS MESSAGE IS NOT AN INTENDED RECIPIENT, OR AN AGENT
THEREOF, YOU ARE HEREBY NOTIFIED THAT ANY REVIEW, USE, DISSEMINATION, DISTRIBUTION,
OR COPYING OF THIS COMMUNICATION OR ANY ATTACHMENT HERETO IS STRICTLY PROHIBITED.
IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE NOTIFY US IMMEDIATELY
BY E-MAIL, AND DELETE THE ORIGINAL MESSAGE . 


[Veritas-bu] BPFList usage

2005-11-23 Thread John_Trainer

All,
I have two needs for the BPFList command.
 First is a personal script that I would run by hand from time to
time based upon my customers needs.  Second is a potential reporting
package using the same command.  (Thanks... Ed W.)
In trying to find some sort of documentation
I found the basic command line of:

>bpflist -policy irv_nbu -client
irvdata08 -backupid irvdata08_1132720564 -d 11/22/2005 20:36:04 -e 11/22/2005
22:01:50

Resulting in the following output:

FILES 7 13        
 0 1132720564 1 irvdata08 irv_nbu irvdata08_1132720564 - *NULL* 4
0 unknown unknown 0 0 *NULL*
1832 100 3 50 487888 1 0 0 -1 /E/ 16832
root root 0 1132720535 1132720535 1132720535
1915 100 3 50 680516 1 0 0 -1 /F/ 16832
root root 0 1132720541 1132720541 1132720541
1920 100 3 50 9063458 1 0 0 -1 /H/ 16832
root root 0 1132720647 1132720647 1132720647
1924 184 3 50 566640705 1 0 0 -1 /C/
16832 root root 0 1132725664 1132725664 1132725664

If I was to get a full listing I need
to add the -rl 999 option to the command line I then get a full
listing of all files backed up.

>bpflist -rl 999 -policy irv_nbu
-client irvdata08 -backupid irvdata08_1132720564 -d 11/22/2005 20:36:04
-e 11/22/2005 22:01:50

From everything I've found posted on
the BPFList command it would appear that no one else has needed to add
the option.  So what is different in all of my environments compared
to yours?   

Any ideas why I need this option and
most others do not seem to need it,?   Support said they dunno why,
so they closed it as I have a work around.  I'm a bit uncomfortable
as the support person said this command was for flash backups hence the
f in the command name.

Thanks
John