[Veritas-bu] Backup of exchange using wrong name

2008-04-17 Thread James Pattinson
Hi All

I'm backing up a customer's machine over a dedicated backup network with 
our own naming convention, which doesn't always relate to the actual 
name of the machine. This has been working OK for Filesystem and SQL 
backups, but I am unable to get an exchange backup working in this way.

Example

Exchange server is called exch

We back it up as cust-exch-b and a filesystem backup works, but 
exchange backup doesn't work, we get this in the bpbkar log:

10:26:37.515: [5140.964] 2 tar_backup_tfi::setupFileDirectives: TAR - 
backup filename = Microsoft Information Store:\
10:26:37.530: [5140.5648] 4 tar_base::keepaliveThread: INF - keepalive 
thread is active with an interval of 60 seconds
10:26:38.593: [5140.964] 2 ov_log::V_GlobalLog: INF - BEDS_Init() 
Enter InitFlags:0x0
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: C:
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: D:
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: Microsoft Terminal Services
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: Microsoft Windows Network
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: Web Client Network
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: \\cust-exch-b\Microsoft Exchange Mailboxes
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: \\cust-exch-b\Microsoft Exchange Public Folders
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo() 
DLE Device Name: Shadow?Copy?Components
10:26:43.171: [5140.964] 4 dos_backup::V_VerifyFileList: INF - unable 
to determine UBS type for:Microsoft Information Store:
10:26:43.171: [5140.964] 4 dos_backup::V_VerifyFileList: INF - UBS 
Local Type for 'Microsoft Information Store:\' -- 
10:26:43.171: [5140.964] 4 dos_backup::V_Initialize: INF - Exchange 
Backup - Disabling Open File Backups, Archive Bit processing, TIR and 
Job Estimating.
10:26:43.171: [5140.964] 4 backup_create: INF - NetBackup Temp 
Directory: 'D:\Program Files\Veritas\\NetBackup\Temp'
10:26:43.171: [5140.964] 2 tar_base::V_vTarMsgW: ERR - object not 
found for file system backup: Microsoft Information Store:

So it looks like I'm missing a bit of configuration on the Exchange 
agent to tell it to use a certain name when talking to Exchange...

Can anyone help?

Thanks!

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


[Veritas-bu] Communication with the server has not been initiated

2008-04-17 Thread trinhnga

Need help urgent... Our disk is getting full

We have veritas netbackup 6.5.1 and have a problem with backup of an Oracle 
datatabas versjon 9i.

We are getting this error in the logfile when running a hot backup of Oracle:

INF - RMAN-03009: failure of backup command on ch00 channel at 04/16/2008 
08:31:52
INF - ORA-19506: fikk ikke opprettet sekvensiell fil, 
navn=arch_ufnjdurin_s2551_p1_t652176983, param=
INF - ORA-27028: skgfqcre: sbtbackup returnerte feil
INF - ORA-19511: Det ble mottatt en feil fra mediestyrerlaget, feiltekst:
INF -VxBSACreateObject: Failed with error:
INF -Server Status:  Communication with the server has not been initiated 
or the server status has not been retrieved from the serve

We have two other database on the same server (windows2003) and they are 
running fine with hot backup.

Do you any suggestion on how to solve this? Oracle says it's a netbackup 
error...

+--
|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] install client with ssh

2008-04-17 Thread Dave Markham
Thanks dude, ill give the rsh rename a go. I know i tried this on older 
versions and it didnt seem to work but Im happy editing scripts so will 
set keys up and try.

To answer some other replies :-

Im not on v 6.5 and being in a large company with stupid rules and 
customer change controls and accreditations etc i cant upgrade to 6.5 soon.
Im remotely managing hundreds of clients in a datacenter and putting a 
CD into a new client just is not feasible.

There is nothing under the /usr/openv/netbackup/client/Solaris/ tree 
which has sftp or ssh in it from the server install and so i assume 
people who have these scripts have created them.

I dont see any sftp or ssh install scripts under Linux or BSD client 
directories either.

If someone does have them would they mind mailing me a copy and i could 
then try and hack the Solaris one.

Weird thing is i cant see why it doesnt work globally replacing ftp with 
sftp as when i run a diff on my v5 scripts i cant see that much else has 
changed.

Cheers


[EMAIL PROTECTED] wrote:
 If you are willing to set up shared ssh keys between hosts you can 
 modify the /usr/openv/netbackup/client/Solaris/Solaris9/install_client 
 script.  There is an install_client script for each OS version.  A 
 crude hack is to replace what Netbackup discovers for RSH and RCP with 
 SSH and SCP.  If you don't want to modify the scripts, you could 
 rename RSH and RCP and replace them with a link to SSH and SCP.  We 
 don't use R commands anymore so that works for us. 
  
  
 install_client:
  
 ...snip
 # Find the rsh and rcp commands
 if [ -x /usr/net/rsh ] ; then
 RSH=/usr/net/rsh
 elif [ -x /usr/bin/remsh ] ; then
 RSH=/usr/bin/remsh
 elif [ -x /usr/bin/resh ] ; then
 RSH=/usr/bin/resh
 elif [ -x /usr/bin/rsh ] ; then
 RSH=/usr/bin/rsh
 elif [ -x /usr/bsd/rsh ] ; then
 RSH=/usr/bsd/rsh
 elif [ -x /usr/ucb/rsh ] ; then
 RSH=/usr/ucb/rsh
 else
 /bin/echo Cannot find rsh command
 exit 1
 fi
  
 if [ -x /usr/ucb/rcp ] ; then
 RCP=/usr/ucb/rcp
 elif [ -x /usr/bsd/rcp ] ; then
 RCP=/usr/bsd/rcp
 elif [ -x /usr/bin/rcp ] ; then
 RCP=/usr/bin/rcp
 else
 /bin/echo Cannot find rcp command
 exit 1
 fi
  
 # Fix rsh and rcp commands --rhale.
 RSH=/usr/local/bin/ssh
 RCP=/usr/local/bin/scp
  
 ...snip...
  
 As long as the shared host keys are setup, this will work for installs 
 from the gui and command line.  I have only used this for unix hosts 
 so you are on your own for windows.
  
 Richard H.
  

 - Original Message -
 *From:* Jeff Lightner mailto:[EMAIL PROTECTED]
 *To:* Amado Gramajo mailto:[EMAIL PROTECTED] ;
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ;
 veritas-bu@mailman.eng.auburn.edu
 mailto:veritas-bu@mailman.eng.auburn.edu
 *Sent:* Wednesday, April 16, 2008 6:04 AM
 *Subject:* Re: [Veritas-bu] install client with ssh

 I don’t see those links under Solaris8 and Solaris9 on my server. 
 I think someone there must have manually created them?

  

 You might look in the original install_client they to which they
 are linked.  If it doesn’t mention ssh or sftp in it then its hard
 to see how the links would be valid.   It does occur on occasion
 that things are context sensitive (I’ve seen this in many
 binaries) where they decide what to do based on the name you used
 when you started them.   So far as I know NBU doesn’t do that.

  

 The point in my post however was not to see what scripts you had
 but to tell you where you could find examples of ssh install
 scripts under NBU.   Using that information along with what is in
 your Solaris install_client you ought to be able to cobble
 something together that does what you need.

  

 On the flip side you can always install a client by inserting the
 CD in the client and doing the install from that rather than
 pushing from the master.

  

 

 *From:* Amado Gramajo [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, April 16, 2008 8:53 AM
 *To:* Jeff Lightner; [EMAIL PROTECTED];
 veritas-bu@mailman.eng.auburn.edu
 *Subject:* RE: [Veritas-bu] install client with ssh

  

 Here’s whats under the Solaris client:

  

  ./ftp_to_client

 ./install_client

 ./sftp_to_client

 ./ssh_to_client

  

 They are all links to install_client.

  

  

 

 *From:* Jeff Lightner [mailto:[EMAIL PROTECTED]
 *Sent:* Wednesday, April 16, 2008 8:32 AM
 *To:* Amado Gramajo; [EMAIL PROTECTED];
 veritas-bu@mailman.eng.auburn.edu
 *Subject:* RE: [Veritas-bu] install client with ssh

  

 On our 6.0 MP4 master we have the following under
 /usr/openv/netbackup/client:

 

[Veritas-bu] Error 37 when performing oracle rman restoration

2008-04-17 Thread shaharul ismail
hi, i am having problem when trying to recover my oracle with error code 37.
my master (mylmbp1) is solaris 10 and client (nbucamrac01) is hp-ux.
netbackup version is 6.5. here is my rman script  and error. i need to solve
this problem urgently and have tried to solve this for the last 6hrs.

*RMAN run { *
*2 allocate channel ch00 type 'SBT_TAPE'; *
*3 send 'NB_ORA_SERV=mylmbp1, NB_ORA_CLIENT=nbucamrac01'; *
*4 restore controlfile from 'cntrl_14755_1_652166641'; *
*5 } *
*allocated channel: ch00 channel ch00: sid=159 devtype=SBT_TAPE channel
ch00: VERITAS NetBackup for Oracle - Release 5.1 (2004120622) sent command
to channel: ch00 Starting restore at 17-APR-08 channel ch00: restoring
controlfile released channel: ch00 RMAN-00571:
=== RMAN-00569:
=== ERROR MESSAGE STACK FOLLOWS === RMAN-00571:
=== RMAN-03002:
failure of restore command at 04/17/2008 20:21:28 ORA-19507: failed to
retrieve sequential file, handle=cntrl_14755_1_652166641, parms=
ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: Error received
from media manager layer, error text: Failed to open backup file for
restore. *
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Communication with the server has not been initiated

2008-04-17 Thread trinhnga

The error doesn't occur anymore. We increased the timeout on the bck and there 
were also corruption on some of the archive files which were to be archived

+--
|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] Communication with the server has not been initiated

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

BCK? can you expand on the actual fix, so everyone is aware :-) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of trinhnga
Sent: Thursday, April 17, 2008 2:26 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: [Veritas-bu] Communication with the server has not been
initiated


The error doesn't occur anymore. We increased the timeout on the bck and
there were also corruption on some of the archive files which were to be
archived

+--
|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

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] install client with ssh

2008-04-17 Thread Mark.Donaldson
Since it's solaris, it's really easy to just copy it from another
working client, too.

Grab the entire /usr/openv directory in a tarball and just untar it on
the new machine.  Change the client name  other info in bp.conf.  Grab
the bp entries from /etc/services  /etc/inetd.conf and add them to
the other client.  HUP the inetd daemon.  It should work.  Verify the
bpcd port is listening correctly with netstat -a | grep bpcd.  You
should see inetd listening to the bpcd port.

Other than that, just finding the install script and replacing rsh
with ssh works fine, too.  Of course, the trust relationship needs to
be setup first (and the first contact made  host key accepted and all
that other normal prep work.)

-M 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Markham
Sent: Thursday, April 17, 2008 6:48 AM
To: [EMAIL PROTECTED]
Cc: Amado Gramajo; veritas-bu@mailman.eng.auburn.edu; Jeff Lightner
Subject: Re: [Veritas-bu] install client with ssh

Thanks dude, ill give the rsh rename a go. I know i tried this on older 
versions and it didnt seem to work but Im happy editing scripts so will 
set keys up and try.

To answer some other replies :-

Im not on v 6.5 and being in a large company with stupid rules and 
customer change controls and accreditations etc i cant upgrade to 6.5
soon.
Im remotely managing hundreds of clients in a datacenter and putting a 
CD into a new client just is not feasible.

There is nothing under the /usr/openv/netbackup/client/Solaris/ tree 
which has sftp or ssh in it from the server install and so i assume 
people who have these scripts have created them.

I dont see any sftp or ssh install scripts under Linux or BSD client 
directories either.

If someone does have them would they mind mailing me a copy and i could 
then try and hack the Solaris one.

Weird thing is i cant see why it doesnt work globally replacing ftp with

sftp as when i run a diff on my v5 scripts i cant see that much else has

changed.

Cheers


[EMAIL PROTECTED] wrote:
 If you are willing to set up shared ssh keys between hosts you can 
 modify the /usr/openv/netbackup/client/Solaris/Solaris9/install_client

 script.  There is an install_client script for each OS version.  A 
 crude hack is to replace what Netbackup discovers for RSH and RCP with

 SSH and SCP.  If you don't want to modify the scripts, you could 
 rename RSH and RCP and replace them with a link to SSH and SCP.  We 
 don't use R commands anymore so that works for us. 
  
  
 install_client:
  
 ...snip
 # Find the rsh and rcp commands
 if [ -x /usr/net/rsh ] ; then
 RSH=/usr/net/rsh
 elif [ -x /usr/bin/remsh ] ; then
 RSH=/usr/bin/remsh
 elif [ -x /usr/bin/resh ] ; then
 RSH=/usr/bin/resh
 elif [ -x /usr/bin/rsh ] ; then
 RSH=/usr/bin/rsh
 elif [ -x /usr/bsd/rsh ] ; then
 RSH=/usr/bsd/rsh
 elif [ -x /usr/ucb/rsh ] ; then
 RSH=/usr/ucb/rsh
 else
 /bin/echo Cannot find rsh command
 exit 1
 fi
  
 if [ -x /usr/ucb/rcp ] ; then
 RCP=/usr/ucb/rcp
 elif [ -x /usr/bsd/rcp ] ; then
 RCP=/usr/bsd/rcp
 elif [ -x /usr/bin/rcp ] ; then
 RCP=/usr/bin/rcp
 else
 /bin/echo Cannot find rcp command
 exit 1
 fi
  
 # Fix rsh and rcp commands --rhale.
 RSH=/usr/local/bin/ssh
 RCP=/usr/local/bin/scp
  
 ...snip...
  
 As long as the shared host keys are setup, this will work for installs

 from the gui and command line.  I have only used this for unix hosts 
 so you are on your own for windows.
  
 Richard H.
  

 - Original Message -
 *From:* Jeff Lightner mailto:[EMAIL PROTECTED]
 *To:* Amado Gramajo mailto:[EMAIL PROTECTED] ;
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ;
 veritas-bu@mailman.eng.auburn.edu
 mailto:veritas-bu@mailman.eng.auburn.edu
 *Sent:* Wednesday, April 16, 2008 6:04 AM
 *Subject:* Re: [Veritas-bu] install client with ssh

 I don't see those links under Solaris8 and Solaris9 on my server. 
 I think someone there must have manually created them?

  

 You might look in the original install_client they to which they
 are linked.  If it doesn't mention ssh or sftp in it then its hard
 to see how the links would be valid.   It does occur on occasion
 that things are context sensitive (I've seen this in many
 binaries) where they decide what to do based on the name you used
 when you started them.   So far as I know NBU doesn't do that.

  

 The point in my post however was not to see what scripts you had
 but to tell you where you could find examples of ssh install
 scripts under NBU.   Using that information along with what is in
 your Solaris install_client you ought to be able to cobble
 something together that does what you need.

  

 On the flip side you can always install a client by inserting the
 CD in the client and doing the install from that rather than
 pushing 

Re: [Veritas-bu] Unexpected EOF reading image doing a bpimport (Jerry Rioux)

2008-04-17 Thread Ian Jackson
Hi Jerry,

You can use the debug_add_files touch file to get around your problem.
Here's a cp of the relevant technote:

For Netbackup 4.5, 5.x
install_path\netbackup\db\images\client_name\image
dir\debug_add_files

For 6.0
install_path\netbackup\db\images\client_name\image
dir\tmp\debug_add_files




This touch file can be used under certain circumstances to restore from
a partial import if the catalog is in a binary format. If the catalog is
in an ASCII format, these steps can be used but you will not need to add
the touch file.
The first phase of an import creates the header file (non.f). The second
phase of an import creates the files file (.f file). If the import fails
during the phase two import for some reason (bad tape block, missing
tape in a multi-tape backup, or the backup was incomplete etc.),
NetBackup will not be able to browse the image for restore even though
both files needed are created (assuming that the second phase of the
import did not fail right away).
1.  Perform the phase one import. Your directory structure will look
something like this. The directory may have many images. This example
assumes there is only one image.
Directory of C:\Program Files\VERITAS\NetBackup\db\images\Sap\105800
07/22/2003 01:54 PM DIR .
07/22/2003 01:54 PM DIR ..
07/22/2003 01:51 PM DIR catstore
07/22/2003 01:51 PM 822 Sap_test_1058889087_FULL

2. Create the debug_add_files touch file. Here is an example showing the
new touch file.
Directory of C:\Program Files\VERITAS\NetBackup\db\images\Sap\105800
07/22/2003 01:54 PM DIR .
07/22/2003 01:54 PM DIR ..
07/22/2003 01:51 PM DIR catstore
07/22/2003 01:24 PM 0 debug_add_files
07/22/2003 01:51 PM 822 Sap_test_1058889087_FULL

3. Run the phase two import. As long as the phase two import gets to the
point that actually starts writing entries in the files file, the
structure may look like this.
Directory of C:\Program Files\VERITAS\NetBackup\db\images\Sap\105800
07/22/2003 01:54 PM DIR .
07/22/2003 01:54 PM DIR ..
07/22/2003 01:51 PM DIR catstore
07/22/2003 01:24 PM 0 debug_add_files
07/22/2003 01:51 PM 822 Sap_test_1058889087_FULL
07/22/2003 01:51 PM 181,627 Sap_test_1058889087_FULL.f
07/22/2003 01:50 PM 338,287 Sap_test_1058889087_FULL_debug.f

4. When the phase two import finally does fail or is stopped, rename the
.f to .f.old or any other name, and rename the _debug.f to just .f
Sap_test_1058889087_FULL.f becomes Sap_test_1058889087_FULL.f.old
Sap_test_1058889087_FULL_debug.f becomes Sap_test_1058889087_FULL.f

5. This is where you would start if you are running an import to an
ASCII catalog and it fails.
Edit the header file (Sap_test_1058889087_FULL).
Change the IMAGE_TYPE from 1 to 2. The IMAGE_TYPE is set to 0 (zero)
for backups, 1 after a phase one import and 2 after a successful phase
two import. If the IMAGE_TYPE is left at 1,  Backup, Archive and Restore
will not browse it for restores.

Example:
IMAGE_TYPE 2
Open the files file (Sap_test_1058889087_FULL.f) in a program that can
count line numbers. Textpad can do this by going to Configure |
Preferences | View, and selecting the checkbox for Line Numbers. Count
the number of lines in the files file.
Edit the NUM_FILES entry in the header file to represent the number of
lines as above.
Example:
NUM_FILES 1778

You should then be able to open up Backup, Archive and Restore and
browse the image for restore. Since this was a partial import, not all
files will be available for restore, but you may get the required file.


Hope this helps you,

regards,

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


Re: [Veritas-bu] Backup of exchange using wrong name

2008-04-17 Thread Jon Bousselot
James,

I had the same setup and the same problem in NB5.x and Exchange 2000.  I 
suspect the agent was looking at the mail database and seeing the 
hostname of the server only.  The quick solution was putting the primary 
interface of the system on gigabit and living with the performance hit 
during the backup window, which was late at night.
I never found a method to implement backups of exchange, like you 
describe, by looking through this list or the Veritas site.  Possibly 
due to the method by which the exchange system was built, the policy I 
used to backup the filesystems used the FQDN, but the policy for the 
mailboxes and mail store used the short name. 

I think we left the backup network on the box for filesystems, because 
it wasn't a big deal to have a couple of extra gig ports consumed, and a 
few years later we were forced onto Notes.  Problem solved.

-Jon

 Hi All

 I'm backing up a customer's machine over a dedicated backup network with 
 our own naming convention, which doesn't always relate to the actual 
 name of the machine. This has been working OK for Filesystem and SQL 
 backups, but I am unable to get an exchange backup working in this way.

 Example
   
 10:26:43.171: [5140.964] 4 backup_create: INF - NetBackup Temp 
 Directory: 'D:\Program Files\Veritas\\NetBackup\Temp'
 10:26:43.171: [5140.964] 2 tar_base::V_vTarMsgW: ERR - object not 
 found for file system backup: Microsoft Information Store:

 So it looks like I'm missing a bit of configuration on the Exchange 
 agent to tell it to use a certain name when talking to Exchange...

 Can anyone help?

 Thanks!

 James

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


Re: [Veritas-bu] install client with ssh

2008-04-17 Thread Dave Markham
Yeah good call, and i have done that before. Problem is i want to 
install solaris 10 clients and i'd have to script all the service stuff 
and im not totally up on solaris10 as yet ( i know i know i should be ).

I have had some good responses and a couple of scripts passed to me so 
thanks guys and i'm sure ill get it going

D

[EMAIL PROTECTED] wrote:
 Since it's solaris, it's really easy to just copy it from another
 working client, too.

 Grab the entire /usr/openv directory in a tarball and just untar it on
 the new machine.  Change the client name  other info in bp.conf.  Grab
 the bp entries from /etc/services  /etc/inetd.conf and add them to
 the other client.  HUP the inetd daemon.  It should work.  Verify the
 bpcd port is listening correctly with netstat -a | grep bpcd.  You
 should see inetd listening to the bpcd port.

 Other than that, just finding the install script and replacing rsh
 with ssh works fine, too.  Of course, the trust relationship needs to
 be setup first (and the first contact made  host key accepted and all
 that other normal prep work.)

 -M 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Dave
 Markham
 Sent: Thursday, April 17, 2008 6:48 AM
 To: [EMAIL PROTECTED]
 Cc: Amado Gramajo; veritas-bu@mailman.eng.auburn.edu; Jeff Lightner
 Subject: Re: [Veritas-bu] install client with ssh

 Thanks dude, ill give the rsh rename a go. I know i tried this on older 
 versions and it didnt seem to work but Im happy editing scripts so will 
 set keys up and try.

 To answer some other replies :-

 Im not on v 6.5 and being in a large company with stupid rules and 
 customer change controls and accreditations etc i cant upgrade to 6.5
 soon.
 Im remotely managing hundreds of clients in a datacenter and putting a 
 CD into a new client just is not feasible.

 There is nothing under the /usr/openv/netbackup/client/Solaris/ tree 
 which has sftp or ssh in it from the server install and so i assume 
 people who have these scripts have created them.

 I dont see any sftp or ssh install scripts under Linux or BSD client 
 directories either.

 If someone does have them would they mind mailing me a copy and i could 
 then try and hack the Solaris one.

 Weird thing is i cant see why it doesnt work globally replacing ftp with

 sftp as when i run a diff on my v5 scripts i cant see that much else has

 changed.

 Cheers


 [EMAIL PROTECTED] wrote:
   
 If you are willing to set up shared ssh keys between hosts you can 
 modify the /usr/openv/netbackup/client/Solaris/Solaris9/install_client
 

   
 script.  There is an install_client script for each OS version.  A 
 crude hack is to replace what Netbackup discovers for RSH and RCP with
 

   
 SSH and SCP.  If you don't want to modify the scripts, you could 
 rename RSH and RCP and replace them with a link to SSH and SCP.  We 
 don't use R commands anymore so that works for us. 
  
  
 install_client:
  
 ...snip
 # Find the rsh and rcp commands
 if [ -x /usr/net/rsh ] ; then
 RSH=/usr/net/rsh
 elif [ -x /usr/bin/remsh ] ; then
 RSH=/usr/bin/remsh
 elif [ -x /usr/bin/resh ] ; then
 RSH=/usr/bin/resh
 elif [ -x /usr/bin/rsh ] ; then
 RSH=/usr/bin/rsh
 elif [ -x /usr/bsd/rsh ] ; then
 RSH=/usr/bsd/rsh
 elif [ -x /usr/ucb/rsh ] ; then
 RSH=/usr/ucb/rsh
 else
 /bin/echo Cannot find rsh command
 exit 1
 fi
  
 if [ -x /usr/ucb/rcp ] ; then
 RCP=/usr/ucb/rcp
 elif [ -x /usr/bsd/rcp ] ; then
 RCP=/usr/bsd/rcp
 elif [ -x /usr/bin/rcp ] ; then
 RCP=/usr/bin/rcp
 else
 /bin/echo Cannot find rcp command
 exit 1
 fi
  
 # Fix rsh and rcp commands --rhale.
 RSH=/usr/local/bin/ssh
 RCP=/usr/local/bin/scp
  
 ...snip...
  
 As long as the shared host keys are setup, this will work for installs
 

   
 from the gui and command line.  I have only used this for unix hosts 
 so you are on your own for windows.
  
 Richard H.
  

 - Original Message -
 *From:* Jeff Lightner mailto:[EMAIL PROTECTED]
 *To:* Amado Gramajo mailto:[EMAIL PROTECTED] ;
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ;
 veritas-bu@mailman.eng.auburn.edu
 mailto:veritas-bu@mailman.eng.auburn.edu
 *Sent:* Wednesday, April 16, 2008 6:04 AM
 *Subject:* Re: [Veritas-bu] install client with ssh

 I don't see those links under Solaris8 and Solaris9 on my server. 
 I think someone there must have manually created them?

  

 You might look in the original install_client they to which they
 are linked.  If it doesn't mention ssh or sftp in it then its hard
 to see how the links would be valid.   It does occur on occasion
 that things are context sensitive (I've seen this in many
 binaries) where they decide what to do based on the name you used
 when you started them.   So far as I know NBU doesn't do that.

  

 The point in my post however was not to see 

[Veritas-bu] Best way to convert Master to Media?

2008-04-17 Thread Tony T.
Hi all,

I have an environment that was set up a while ago and possibly not in the
best configuration:  two separate locations about 5 miles apart, each with
one Master server.
Bandwidth between the sites is a T1, so I am not sure if it is feasible but
we will be upgrading soon from 5.1 to 6.5   I suggested we look into the
possibility of merging the environments
into one master and one media since it would ease some of the management
burden of dealing with two separate environs.

First off, what steps can I take to ensure that this would be a wise move?

Assuming it would be beneficial, is there a  procedure to convert a Master
into a Media while retaining all of the catalog information?

TIA,

-- 
)
(
)
[_])
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] install client with ssh

2008-04-17 Thread Amado Gramajo
You can use the Solaris 9 agent for Solaris 10.

-Original Message-
From: Dave Markham [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2008 11:36 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Amado Gramajo;
veritas-bu@mailman.eng.auburn.edu; [EMAIL PROTECTED]
Subject: Re: [Veritas-bu] install client with ssh

Yeah good call, and i have done that before. Problem is i want to 
install solaris 10 clients and i'd have to script all the service stuff 
and im not totally up on solaris10 as yet ( i know i know i should be ).

I have had some good responses and a couple of scripts passed to me so 
thanks guys and i'm sure ill get it going

D

[EMAIL PROTECTED] wrote:
 Since it's solaris, it's really easy to just copy it from another
 working client, too.

 Grab the entire /usr/openv directory in a tarball and just untar it on
 the new machine.  Change the client name  other info in bp.conf.
Grab
 the bp entries from /etc/services  /etc/inetd.conf and add them to
 the other client.  HUP the inetd daemon.  It should work.  Verify the
 bpcd port is listening correctly with netstat -a | grep bpcd.  You
 should see inetd listening to the bpcd port.

 Other than that, just finding the install script and replacing rsh
 with ssh works fine, too.  Of course, the trust relationship needs
to
 be setup first (and the first contact made  host key accepted and all
 that other normal prep work.)

 -M 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Dave
 Markham
 Sent: Thursday, April 17, 2008 6:48 AM
 To: [EMAIL PROTECTED]
 Cc: Amado Gramajo; veritas-bu@mailman.eng.auburn.edu; Jeff Lightner
 Subject: Re: [Veritas-bu] install client with ssh

 Thanks dude, ill give the rsh rename a go. I know i tried this on
older 
 versions and it didnt seem to work but Im happy editing scripts so
will 
 set keys up and try.

 To answer some other replies :-

 Im not on v 6.5 and being in a large company with stupid rules and 
 customer change controls and accreditations etc i cant upgrade to 6.5
 soon.
 Im remotely managing hundreds of clients in a datacenter and putting a

 CD into a new client just is not feasible.

 There is nothing under the /usr/openv/netbackup/client/Solaris/ tree 
 which has sftp or ssh in it from the server install and so i assume 
 people who have these scripts have created them.

 I dont see any sftp or ssh install scripts under Linux or BSD client 
 directories either.

 If someone does have them would they mind mailing me a copy and i
could 
 then try and hack the Solaris one.

 Weird thing is i cant see why it doesnt work globally replacing ftp
with

 sftp as when i run a diff on my v5 scripts i cant see that much else
has

 changed.

 Cheers


 [EMAIL PROTECTED] wrote:
   
 If you are willing to set up shared ssh keys between hosts you can 
 modify the
/usr/openv/netbackup/client/Solaris/Solaris9/install_client
 

   
 script.  There is an install_client script for each OS version.  A 
 crude hack is to replace what Netbackup discovers for RSH and RCP
with
 

   
 SSH and SCP.  If you don't want to modify the scripts, you could 
 rename RSH and RCP and replace them with a link to SSH and SCP.  We 
 don't use R commands anymore so that works for us. 
  
  
 install_client:
  
 ...snip
 # Find the rsh and rcp commands
 if [ -x /usr/net/rsh ] ; then
 RSH=/usr/net/rsh
 elif [ -x /usr/bin/remsh ] ; then
 RSH=/usr/bin/remsh
 elif [ -x /usr/bin/resh ] ; then
 RSH=/usr/bin/resh
 elif [ -x /usr/bin/rsh ] ; then
 RSH=/usr/bin/rsh
 elif [ -x /usr/bsd/rsh ] ; then
 RSH=/usr/bsd/rsh
 elif [ -x /usr/ucb/rsh ] ; then
 RSH=/usr/ucb/rsh
 else
 /bin/echo Cannot find rsh command
 exit 1
 fi
  
 if [ -x /usr/ucb/rcp ] ; then
 RCP=/usr/ucb/rcp
 elif [ -x /usr/bsd/rcp ] ; then
 RCP=/usr/bsd/rcp
 elif [ -x /usr/bin/rcp ] ; then
 RCP=/usr/bin/rcp
 else
 /bin/echo Cannot find rcp command
 exit 1
 fi
  
 # Fix rsh and rcp commands --rhale.
 RSH=/usr/local/bin/ssh
 RCP=/usr/local/bin/scp
  
 ...snip...
  
 As long as the shared host keys are setup, this will work for
installs
 

   
 from the gui and command line.  I have only used this for unix hosts 
 so you are on your own for windows.
  
 Richard H.
  

 - Original Message -
 *From:* Jeff Lightner mailto:[EMAIL PROTECTED]
 *To:* Amado Gramajo mailto:[EMAIL PROTECTED] ;
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ;
 veritas-bu@mailman.eng.auburn.edu
 mailto:veritas-bu@mailman.eng.auburn.edu
 *Sent:* Wednesday, April 16, 2008 6:04 AM
 *Subject:* Re: [Veritas-bu] install client with ssh

 I don't see those links under Solaris8 and Solaris9 on my server.

 I think someone there must have manually created them?

  

 You might look in the original install_client they to which they
 are linked.  If it doesn't mention ssh or sftp in it then its
hard
 

Re: [Veritas-bu] Backup of exchange using wrong name

2008-04-17 Thread Paul Keating
Create a new interface on the exchange server for the backup network.
On your backup servers, override the DNS name with a local /etc/hosts
entry that has the production exchange instance name associated with the
exchange server's backup lan IP.

Paul

-- 


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Jon Bousselot
 Sent: April 17, 2008 11:14 AM
 To: James Pattinson
 Cc: veritas-bu@mailman.eng.auburn.edu
 Subject: Re: [Veritas-bu] Backup of exchange using wrong name
 
 
 James,
 
 I had the same setup and the same problem in NB5.x and 
 Exchange 2000.  I 
 suspect the agent was looking at the mail database and seeing the 
 hostname of the server only.  The quick solution was putting 
 the primary 
 interface of the system on gigabit and living with the 
 performance hit 
 during the backup window, which was late at night.
 I never found a method to implement backups of exchange, like you 
 describe, by looking through this list or the Veritas site.  Possibly 
 due to the method by which the exchange system was built, the 
 policy I 
 used to backup the filesystems used the FQDN, but the policy for the 
 mailboxes and mail store used the short name. 
 
 I think we left the backup network on the box for 
 filesystems, because 
 it wasn't a big deal to have a couple of extra gig ports 
 consumed, and a 
 few years later we were forced onto Notes.  Problem solved.
 
 -Jon
 
  Hi All
 
  I'm backing up a customer's machine over a dedicated backup 
 network with 
  our own naming convention, which doesn't always relate to 
 the actual 
  name of the machine. This has been working OK for 
 Filesystem and SQL 
  backups, but I am unable to get an exchange backup working 
 in this way.
 
  Example

  10:26:43.171: [5140.964] 4 backup_create: INF - NetBackup Temp 
  Directory: 'D:\Program Files\Veritas\\NetBackup\Temp'
  10:26:43.171: [5140.964] 2 tar_base::V_vTarMsgW: ERR - object not 
  found for file system backup: Microsoft Information Store:
 
  So it looks like I'm missing a bit of configuration on the Exchange 
  agent to tell it to use a certain name when talking to Exchange...
 
  Can anyone help?
 
  Thanks!
 
  James
 
 ___
 Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
 http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
 


La version française suit le texte anglais.



This email may contain privileged and/or confidential information, and the Bank 
of
Canada does not waive any related rights. Any distribution, use, or copying of 
this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately 
from
your system and notify the sender promptly by email that you have done so. 



Le présent courriel peut contenir de l'information privilégiée ou 
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute 
diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient par une
personne autre que le ou les destinataires désignés est interdite. Si vous 
recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans 
délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé de 
votre
ordinateur toute copie du courriel reçu.

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


[Veritas-bu] Restore reports

2008-04-17 Thread griff

Is there anyway to generate a report of some kind for completed restores?  We 
have a requirement to show restores that have been completed in the past.  
Maybe there is a command that can pull that information but I haven't found it 
yet.  We're using Netbackup 6.0MP4.  Any help is appreciated.

+--
|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] Restore reports

2008-04-17 Thread Curtis Preston
Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.

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


Re: [Veritas-bu] Restore reports

2008-04-17 Thread Shyam Hazari
Also you can parse the output from bpdbjobs -all_columns for restore jobs

-Shyam

On Thu, Apr 17, 2008 at 11:31 AM, Curtis Preston [EMAIL PROTECTED]
wrote:

 Have you tried running bperror and grepping for Successfully Completed
 Restore or something like that?  (I'm doing this from memory, so the
 actual spelling and case may be different.)

 You will be able to go as far back as you keep bperror logs.

 ---
 W. Curtis Preston
 Backup Blog @ www.backupcentral.com
 VP Data Protection, GlassHouse Technologies

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:veritas-bu-
  [EMAIL PROTECTED] On Behalf Of griff
  Sent: Thursday, April 17, 2008 8:15 AM
  To: VERITAS-BU@mailman.eng.auburn.edu
  Subject: [Veritas-bu] Restore reports
 
 
  Is there anyway to generate a report of some kind for completed
 restores?
  We have a requirement to show restores that have been completed in the
  past.  Maybe there is a command that can pull that information but I
  haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
  appreciated.
 
 
 +--
  |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
 
 
 
 
 
  This email and any files transmitted with it are confidential and
 intended
  solely for the use of the individual or entity to whom they are
 addressed.
  If you have received this email in error please notify the system
 manager.
  This message contains confidential information and is intended only
 for
  the individual named. If you are not the named addressee you should
 not
  disseminate, distribute or copy this e-mail.





 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the system manager.
 This message contains confidential information and is intended only for the
 individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail.

 ___
 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] Restore reports

2008-04-17 Thread Jeff Lightner
By default your restores are logged in
installpath/netbackup/logs/user_ops/root/logs

However, it only holds these logs for the length of time you've
configured to hold all logs.

Presumably you could go back and do an alternate restore of files from
this directory for past periods if it were truly important to have the
information.

You can also specify a path to use for the restore log when you run it
which is what we do with our database refresh restores.   Those logs
would stay there until you purged them (or set up a purge routine).

I'm curious why someone would want this information.  Are they afraid
sensitive data has been restored somewhere else or are they just trying
to see if it was successful?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Curtis
Preston
Sent: Thursday, April 17, 2008 12:31 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

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

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


Re: [Veritas-bu] install client with ssh

2008-04-17 Thread Nardello, John
1)  Do a normal /usr/openv/netbackup/bin/install_client_files ftp
client to some Solaris 10 box in your environment. 
2)  On the client you'll now have a /tmp/bp directory on the client
with all the needed files and stuff you need to automate future
installs. 
3)  Hack the /tmp/bp/bin/client_config script to do automatic
configuration of the CLIENT_NAME, REQUIRED_INTERFACE, other desired
bp.conf entries, exclude_list, etc. 
4)  Copy in any additional files needed to support your hacking
(i.e. exclude_list file, etc) to /tmp/bp
4)  tar up /tmp/bp and then you can use your favorite method to move
the tarball onto any client that needs to be installed, untar it, then
just run your hacked client_config script to automatically do the
install and client configuration. 

I will say you have to re-hack the client_config script at each new
NetBackup version, or at least check it to make sure they haven't
added/removed any files to/from the install, but otherwise it's been
working pretty well here. I now have install tarballs I can get loaded
onto any of our UNIX clients and Joe-SA can run a single command to do
all the needed configuration. And my favorite part, I didn't have to
start from scratch. =) 

- John Nardello


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Markham
Sent: Thursday, April 17, 2008 8:36 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
veritas-bu@mailman.eng.auburn.edu; [EMAIL PROTECTED]
Subject: Re: [Veritas-bu] install client with ssh

Yeah good call, and i have done that before. Problem is i want to 
install solaris 10 clients and i'd have to script all the service stuff 
and im not totally up on solaris10 as yet ( i know i know i should be ).

I have had some good responses and a couple of scripts passed to me so 
thanks guys and i'm sure ill get it going

D

[EMAIL PROTECTED] wrote:
 Since it's solaris, it's really easy to just copy it from another
 working client, too.

 Grab the entire /usr/openv directory in a tarball and just untar it on
 the new machine.  Change the client name  other info in bp.conf.
Grab
 the bp entries from /etc/services  /etc/inetd.conf and add them to
 the other client.  HUP the inetd daemon.  It should work.  Verify the
 bpcd port is listening correctly with netstat -a | grep bpcd.  You
 should see inetd listening to the bpcd port.

 Other than that, just finding the install script and replacing rsh
 with ssh works fine, too.  Of course, the trust relationship needs
to
 be setup first (and the first contact made  host key accepted and all
 that other normal prep work.)

 -M 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Dave
 Markham
 Sent: Thursday, April 17, 2008 6:48 AM
 To: [EMAIL PROTECTED]
 Cc: Amado Gramajo; veritas-bu@mailman.eng.auburn.edu; Jeff Lightner
 Subject: Re: [Veritas-bu] install client with ssh

 Thanks dude, ill give the rsh rename a go. I know i tried this on
older 
 versions and it didnt seem to work but Im happy editing scripts so
will 
 set keys up and try.

 To answer some other replies :-

 Im not on v 6.5 and being in a large company with stupid rules and 
 customer change controls and accreditations etc i cant upgrade to 6.5
 soon.
 Im remotely managing hundreds of clients in a datacenter and putting a

 CD into a new client just is not feasible.

 There is nothing under the /usr/openv/netbackup/client/Solaris/ tree 
 which has sftp or ssh in it from the server install and so i assume 
 people who have these scripts have created them.

 I dont see any sftp or ssh install scripts under Linux or BSD client 
 directories either.

 If someone does have them would they mind mailing me a copy and i
could 
 then try and hack the Solaris one.

 Weird thing is i cant see why it doesnt work globally replacing ftp
with

 sftp as when i run a diff on my v5 scripts i cant see that much else
has

 changed.

 Cheers


 [EMAIL PROTECTED] wrote:
   
 If you are willing to set up shared ssh keys between hosts you can 
 modify the
/usr/openv/netbackup/client/Solaris/Solaris9/install_client
 

   
 script.  There is an install_client script for each OS version.  A 
 crude hack is to replace what Netbackup discovers for RSH and RCP
with
 

   
 SSH and SCP.  If you don't want to modify the scripts, you could 
 rename RSH and RCP and replace them with a link to SSH and SCP.  We 
 don't use R commands anymore so that works for us. 
  
  
 install_client:
  
 ...snip
 # Find the rsh and rcp commands
 if [ -x /usr/net/rsh ] ; then
 RSH=/usr/net/rsh
 elif [ -x /usr/bin/remsh ] ; then
 RSH=/usr/bin/remsh
 elif [ -x /usr/bin/resh ] ; then
 RSH=/usr/bin/resh
 elif [ -x /usr/bin/rsh ] ; then
 RSH=/usr/bin/rsh
 elif [ -x /usr/bsd/rsh ] ; then
 RSH=/usr/bsd/rsh
 elif [ -x /usr/ucb/rsh ] ; then
 RSH=/usr/ucb/rsh
 else
 /bin/echo Cannot find rsh command
 exit 

Re: [Veritas-bu] Restore reports

2008-04-17 Thread Mark.Donaldson
How 'bout writing something around the ../openv/bin/restore_notify
script.

It runs on the master server after every restore job.  Write the details
to a file, scrape the file for reports whenever you want.

-M 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff
Lightner
Sent: Thursday, April 17, 2008 10:58 AM
To: Curtis Preston; VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

By default your restores are logged in
installpath/netbackup/logs/user_ops/root/logs

However, it only holds these logs for the length of time you've
configured to hold all logs.

Presumably you could go back and do an alternate restore of files from
this directory for past periods if it were truly important to have the
information.

You can also specify a path to use for the restore log when you run it
which is what we do with our database refresh restores.   Those logs
would stay there until you purged them (or set up a purge routine).

I'm curious why someone would want this information.  Are they afraid
sensitive data has been restored somewhere else or are they just trying
to see if it was successful?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Curtis
Preston
Sent: Thursday, April 17, 2008 12:31 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

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

___
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] Restore reports

2008-04-17 Thread Norman_Ellis
You mentioned you where using NBU 6.0 MP4. Did you also setup a NOM 
NetBackup Operations Manager server? If so it has a restore jobs summary 
and client restore built in report.





Jeff Lightner [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/17/2008 12:57 PM

To
Curtis Preston [EMAIL PROTECTED], 
VERITAS-BU@mailman.eng.auburn.edu
cc

Subject
Re: [Veritas-bu] Restore reports






By default your restores are logged in
installpath/netbackup/logs/user_ops/root/logs

However, it only holds these logs for the length of time you've
configured to hold all logs.

Presumably you could go back and do an alternate restore of files from
this directory for past periods if it were truly important to have the
information.

You can also specify a path to use for the restore log when you run it
which is what we do with our database refresh restores.   Those logs
would stay there until you purged them (or set up a purge routine).

I'm curious why someone would want this information.  Are they afraid
sensitive data has been restored somewhere else or are they just trying
to see if it was successful?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Curtis
Preston
Sent: Thursday, April 17, 2008 12:31 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

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

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



Own the landmark Planet Earth series on DVD!  Find more great gifts by shopping 
online at http://discoverystore.com 

This e-mail, and any attachment, is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review, re-transmission, copying, dissemination or other use of this 
information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete 
the material from any computer. The contents of this message may contain 
personal views which are not the views of Discovery Communications, 

Re: [Veritas-bu] Restore reports

2008-04-17 Thread Jeff Lightner
We don't use NOM in 6.0 mainly because of issues mentioned by others on
this at the time we were implementing 6.0.  I forget off hand the
specific reason(s) we decided it wouldn't be worthwhile to use NOM until
6.5 though.

 

FYI:  I wasn't the OP for this question.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2008 1:13 PM
To: Jeff Lightner
Cc: Curtis Preston; VERITAS-BU@mailman.eng.auburn.edu;
[EMAIL PROTECTED]
Subject: Re: [Veritas-bu] Restore reports

 


You mentioned you where using NBU 6.0 MP4. Did you also setup a NOM
NetBackup Operations Manager server? If so it has a restore jobs
summary and client restore built in report. 

 



Jeff Lightner [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 

04/17/2008 12:57 PM 

To

Curtis Preston [EMAIL PROTECTED],
VERITAS-BU@mailman.eng.auburn.edu 

cc

 

Subject

Re: [Veritas-bu] Restore reports

 

 

 




By default your restores are logged in
installpath/netbackup/logs/user_ops/root/logs

However, it only holds these logs for the length of time you've
configured to hold all logs.

Presumably you could go back and do an alternate restore of files from
this directory for past periods if it were truly important to have the
information.

You can also specify a path to use for the restore log when you run it
which is what we do with our database refresh restores.   Those logs
would stay there until you purged them (or set up a purge routine).

I'm curious why someone would want this information.  Are they afraid
sensitive data has been restored somewhere else or are they just trying
to see if it was successful?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Curtis
Preston
Sent: Thursday, April 17, 2008 12:31 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

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

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



Own the landmark Planet Earth series on DVD!  Find more great gifts by
shopping online at 

Re: [Veritas-bu] Restore reports

2008-04-17 Thread Norman_Ellis
I've been on NOM 6.5 now for a few months and knock on wood ;-) We also 
splurged and purchased VBR Veritas Backup Reporter but I've not had much 
time to learn all the ends and outs of it. It looks like it has all sorts 
of goodies but until I can dedicate some cycles I'm not sure it was worth 
the $$.





Jeff Lightner [EMAIL PROTECTED] 
04/17/2008 01:29 PM

To
[EMAIL PROTECTED]
cc
Curtis Preston [EMAIL PROTECTED], 
VERITAS-BU@mailman.eng.auburn.edu, 
[EMAIL PROTECTED]
Subject
RE: [Veritas-bu] Restore reports






We don?t use NOM in 6.0 mainly because of issues mentioned by others on 
this at the time we were implementing 6.0.  I forget off hand the specific 
reason(s) we decided it wouldn?t be worthwhile to use NOM until 6.5 
though.
 
FYI:  I wasn?t the OP for this question.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 17, 2008 1:13 PM
To: Jeff Lightner
Cc: Curtis Preston; VERITAS-BU@mailman.eng.auburn.edu; 
[EMAIL PROTECTED]
Subject: Re: [Veritas-bu] Restore reports
 

You mentioned you where using NBU 6.0 MP4. Did you also setup a NOM 
NetBackup Operations Manager server? If so it has a restore jobs summary 
and client restore built in report. 




Jeff Lightner [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 
04/17/2008 12:57 PM 


To
Curtis Preston [EMAIL PROTECTED], 
VERITAS-BU@mailman.eng.auburn.edu 
cc
 
Subject
Re: [Veritas-bu] Restore reports
 


 
 




By default your restores are logged in
installpath/netbackup/logs/user_ops/root/logs

However, it only holds these logs for the length of time you've
configured to hold all logs.

Presumably you could go back and do an alternate restore of files from
this directory for past periods if it were truly important to have the
information.

You can also specify a path to use for the restore log when you run it
which is what we do with our database refresh restores.   Those logs
would stay there until you purged them (or set up a purge routine).

I'm curious why someone would want this information.  Are they afraid
sensitive data has been restored somewhere else or are they just trying
to see if it was successful?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Curtis
Preston
Sent: Thursday, April 17, 2008 12:31 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Restore reports

Have you tried running bperror and grepping for Successfully Completed
Restore or something like that?  (I'm doing this from memory, so the
actual spelling and case may be different.)

You will be able to go as far back as you keep bperror logs.

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:veritas-bu-
 [EMAIL PROTECTED] On Behalf Of griff
 Sent: Thursday, April 17, 2008 8:15 AM
 To: VERITAS-BU@mailman.eng.auburn.edu
 Subject: [Veritas-bu] Restore reports
 
 
 Is there anyway to generate a report of some kind for completed
restores?
 We have a requirement to show restores that have been completed in the
 past.  Maybe there is a command that can pull that information but I
 haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is
 appreciated.
 

+--
 |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
 
 
 
 
 
 This email and any files transmitted with it are confidential and
intended
 solely for the use of the individual or entity to whom they are
addressed.
 If you have received this email in error please notify the system
manager.
 This message contains confidential information and is intended only
for
 the individual named. If you are not the named addressee you should
not
 disseminate, distribute or copy this e-mail.





This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

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

[Veritas-bu] Restore Netbackup from catastrophic failure of Master Server

2008-04-17 Thread Taylor, Morgan CTR USAF AFSPC SLG/GPS
I am trying to recover my NetBackup and system data (catalog db and
system partitions) from my tape library. My master server (UNIX) crashed
and was unrecoverable.

I have reloaded Solaris and rebuilt my Partitions. I do not have the
data anywhere else. (Screwed up config I know, but I didn't build it) I
have been through the disaster recovery section of the manual. I cannot
find my catalog tape. I cannot get NetBackup working correctly. (I am
going to have to reinstall it)

I need to know how to find my catalog Tape?

 

Morgan Taylor

Contractor, SMC

GPS Level 1 Sustainment

Schriever Air Force Base, CO 80912

 

719 567 3208 or 567 3242

 

mailto:[EMAIL PROTECTED]

 

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


Re: [Veritas-bu] Restore reports

2008-04-17 Thread ckstehman
I know this won't help now, but for future needs, you might consider 
getting a tool like Aptare.  You can go back 
as far as several years and generate a report that shows restores for any 
period you choose.


=
Carl Stehman
IT Distributed Services Team
Pepco Holdings, Inc.
202-331-6619
Pager 301-765-2703
[EMAIL PROTECTED]



griff [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/17/2008 12:42 PM
Please respond to
VERITAS-BU@mailman.eng.auburn.edu


To
VERITAS-BU@mailman.eng.auburn.edu
cc

Subject
[Veritas-bu]  Restore reports







Is there anyway to generate a report of some kind for completed restores? 
We have a requirement to show restores that have been completed in the 
past.  Maybe there is a command that can pull that information but I 
haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is 
appreciated.

+--
|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


This Email message and any attachment may contain information that is
proprietary, legally privileged, confidential and/or subject to copyright
belonging to Pepco Holdings, Inc. or its affiliates (PHI).  This Email is
intended solely for the use of the person(s) to which it is addressed.  If
you are not an intended recipient, or the employee or agent responsible for
delivery of this Email to the intended recipient(s), you are hereby notified
that any dissemination, distribution or copying of this Email is strictly
prohibited.  If you have received this message in error, please immediately
notify the sender and permanently delete this Email and any copies.  PHI
policies expressly prohibit employees from making defamatory or offensive
statements and infringing any copyright or any other legal right by Email
communication.  PHI will not accept any liability in respect of such
communications.
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Unexpected EOF reading image doing a bpimport

2008-04-17 Thread smpt1
if the backup has spanned across multiple tapes, you have to do a phase 1 
import to all the tapes first and then start the phase2 import


  ---Original Message---
  From: Jerry Rioux [EMAIL PROTECTED]
  Subject: [Veritas-bu] Unexpected EOF reading image doing a bpimport
  Sent: Apr 16 '08 22:09
  
  I've run phase one of bpimport then run phase 2 and get this error
  after it sccessfully imports 2 of the 4 images on the tape.
  
  Could this be because the image has spanned across 2 tapes? If so, how
  would I use bpimport to import those other 2 images?
  
  Thanks,
  Jerry
  
  ___
  Veritas-bu maillist  -  [LINK:
  [EMAIL PROTECTED]
  Veritas-bu@mailman.eng.auburn.edu
  [LINK: http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu]
  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] Restore Netbackup from catastrophic failure of Master Server

2008-04-17 Thread smpt1
what is your nbu version, how many tapes you have in the library and what type 
of catalog you use, if you have  NBU 6.x (hot or cold) ?

stefanos

  ---Original Message---
  From: Taylor,Morgan CTR USAF AFSPC SLG/GPS [EMAIL PROTECTED]
  Subject: [Veritas-bu] Restore Netbackup from catastrophic failure of Master  
 Server
  Sent: Apr 17 '08 21:22
  
  I am trying to recover my NetBackup and system data (catalog db and system
  partitions) from my tape library. My master server (UNIX) crashed and was
  unrecoverable.
  
  I have reloaded Solaris and rebuilt my Partitions. I do not have the data
  anywhere else. (Screwed up config I know, but I didnΆt build it) I
  have been through the disaster recovery section of the manual. I cannot
  find my catalog tape. I cannot get NetBackup working correctly. (I am going
  to have to reinstall it)
  
  I need to know how to find my catalog Tape?
  
  
  Morgan Taylor
  
  Contractor, SMC
  
  GPS Level 1 Sustainment
  
  Schriever Air Force Base, CO 80912
  
  
  719 567 3208 or 567 3242
  
  
  [LINK: mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
  
  
  
  ___
  Veritas-bu maillist  -  [LINK:
  [EMAIL PROTECTED]
  Veritas-bu@mailman.eng.auburn.edu
  [LINK: http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu]
  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] Restore Netbackup from catastrophic failure of MasterServer

2008-04-17 Thread Amado Gramajo
Well you'll have to narrow down your search.  

 

1.  How often do your tapes go offsite?
2.  Do all the tapes go offsite?

 

Recall those tapes and scan.

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Taylor,Morgan CTR USAF AFSPC SLG/GPS
Sent: Thursday, April 17, 2008 2:22 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Restore Netbackup from catastrophic failure of
MasterServer

 

I am trying to recover my NetBackup and system data (catalog db and
system partitions) from my tape library. My master server (UNIX) crashed
and was unrecoverable.

I have reloaded Solaris and rebuilt my Partitions. I do not have the
data anywhere else. (Screwed up config I know, but I didn't build it) I
have been through the disaster recovery section of the manual. I cannot
find my catalog tape. I cannot get NetBackup working correctly. (I am
going to have to reinstall it)

I need to know how to find my catalog Tape?

 

Morgan Taylor

Contractor, SMC

GPS Level 1 Sustainment

Schriever Air Force Base, CO 80912

 

719 567 3208 or 567 3242

 

mailto:[EMAIL PROTECTED]

 


**
This communication and all information (including, but not limited to,
 market prices/levels and data) contained therein (the Information) is
 for informational purposes only, is confidential, may be legally
 privileged and is the intellectual property of ICAP plc and its affiliates
 (ICAP) or third parties. No confidentiality or privilege is waived or
 lost by any mistransmission. The Information is not, and should not
 be construed as, an offer, bid or solicitation in relation to any
 financial instrument or as an official confirmation of any transaction.
 The Information is not warranted, including, but not limited, as to
 completeness, timeliness or accuracy and is subject to change
 without notice. ICAP assumes no liability for use or misuse of the
 Information. All representations and warranties are expressly
 disclaimed. The Information does not necessarily reflect the views of
 ICAP. Access to the Information by anyone else other than the
 recipient is unauthorized and any disclosure, copying, distribution or
 any action taken or omitted to be taken in reliance on it is prohibited. If
 you receive this message in error, please immediately delete it and all
 copies of it from your system, destroy any hard copies of it and
 notify the sender.
**

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


Re: [Veritas-bu] Restore Netbackup from catastrophic failure of Master Server

2008-04-17 Thread A Darren Dunham
On Thu, Apr 17, 2008 at 12:22:14PM -0600, Taylor, Morgan CTR USAF AFSPC SLG/GPS 
wrote:
 I am trying to recover my NetBackup and system data (catalog db and
 system partitions) from my tape library. My master server (UNIX) crashed
 and was unrecoverable.

What version NBU?  If you were at 6, do you know if you were doing only
hot, only cold, or both types of catalog backups?

 I have reloaded Solaris and rebuilt my Partitions. I do not have the
 data anywhere else. (Screwed up config I know, but I didn't build it) I
 have been through the disaster recovery section of the manual. I cannot
 find my catalog tape. I cannot get NetBackup working correctly. (I am
 going to have to reinstall it)

Best is to reinstall netbackup so that it is working.  Especially if you
have a jukebox.  Once done, if you don't have a record of the catalog
tapes, you'll have to search your tape collection for them.  For cold
catalogs, use 'bprecover -l' on all of the media until you find your
most recent catalog tape.  Then you can use bprecover to recover from
it.  If netbackup is running, you can run 'bprecover -l' in a loop.

 I need to know how to find my catalog Tape?

Without a record, you have to search the tapes you have access to.  If
you haven't changed the catalog tapes lately and you're using barcodes,
I'd start at the lowest numbers and work up.  I've walked into a lot of
sites where it was never rotated.  So the catalog tapes were XXX000 and
XXX001.  Compare the dates and recover from the most recent one.

If you're doing hot catalog backups, the procedure is different.
-- 
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] Restore reports

2008-04-17 Thread Rusty . Major
I second the backup reporting tool suggestion. I've used Aptare at two 
different companies and it is super-easy to get reports on the exact 
situation (and many others!) you describe.

Rusty Major, MCSE, BCFP, VCS ▪ Sr. Storage Engineer ▪ SunGard 
Availability Services ▪ 757 N. Eldridge Suite 200, Houston TX 77079 ▪ 
281-584-4693
Keeping People and Information Connected® ▪ 
http://availability.sungard.com/ 
P Think before you print 
CONFIDENTIALITY:  This e-mail (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you received this e-mail in error, 
please notify the sender and delete this e-mail from your system. 



[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/17/2008 01:44 PM

To
VERITAS-BU@mailman.eng.auburn.edu
cc

Subject
Re: [Veritas-bu] Restore reports







I know this won't help now, but for future needs, you might consider 
getting a tool like Aptare.  You can go back 
as far as several years and generate a report that shows restores for any 
period you choose. 


=
Carl Stehman
IT Distributed Services Team
Pepco Holdings, Inc.
202-331-6619
Pager 301-765-2703
[EMAIL PROTECTED] 


griff [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 
04/17/2008 12:42 PM 

Please respond to
VERITAS-BU@mailman.eng.auburn.edu


To
VERITAS-BU@mailman.eng.auburn.edu 
cc

Subject
[Veritas-bu]  Restore reports









Is there anyway to generate a report of some kind for completed restores? 
We have a requirement to show restores that have been completed in the 
past.  Maybe there is a command that can pull that information but I 
haven't found it yet.  We're using Netbackup 6.0MP4.  Any help is 
appreciated.

+--
|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



This Email message and any attachment may contain information that is 
proprietary, legally privileged, confidential and/or subject to copyright 
belonging to Pepco Holdings, Inc. or its affiliates (PHI). This Email is 
intended solely for the use of the person(s) to which it is addressed. If 
you are not an intended recipient, or the employee or agent responsible 
for delivery of this Email to the intended recipient(s), you are hereby 
notified that any dissemination, distribution or copying of this Email is 
strictly prohibited. If you have received this message in error, please 
immediately notify the sender and permanently delete this Email and any 
copies. PHI policies expressly prohibit employees from making defamatory 
or offensive statements and infringing any copyright or any other legal 
right by Email communication. PHI will not accept any liability in respect 
of such communications. ___
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] Restore Netbackup from catastrophic failure of Master Server

2008-04-17 Thread bob944
 I am trying to recover my NetBackup and system data (catalog
 db and system partitions) from my tape library. My master server 
 (UNIX) crashed and was unrecoverable.
 
 I have reloaded Solaris and rebuilt my Partitions. I do not
 have the data anywhere else. (Screwed up config I know, but
 I didn't build it) I have been through the disaster recovery
 section of the manual. I cannot find my catalog tape. I cannot
 get NetBackup working correctly. (I am going to have to reinstall
 it)
 
 I need to know how to find my catalog Tape?

As others have responded, the first question is hot or cold backups.  If
cold, the tape format is different from normal backups, so--as others
have noted, bprecover -l is one way.  I prefer vmphyinv.  Read the man
page for it and look for the form that inventories a slot range, give it
as many drives as you like for read drives, and it will load those
tapes, read the labels to determine what type they are, and spit it out
to your terminal.  From the ones identified as DB backups, go to
bprecover -l.

If you did hot catalog backups in the NetBackup 6.x sense, you can
phase-1 import all your tapes and look for the type 35 backups.  Phase 1
is *much* faster than phase 2.

Worst case, phase-1 and phase-2 import all your tapes.  BT, DT, it's a
pain and only need be done if no catalog backup exists.  You'll have to
recreate your setup, but all the data will be recoverable.  You're in
the right book--the DR section of the NetBackup Troubleshooting Guide.
And the Commands manual, of course.


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


Re: [Veritas-bu] Backup of exchange using wrong name

2008-04-17 Thread James Pattinson
Hi All

My workaround was as below, but I was hoping for a tidier solution.

Found this technote basically explaining that this is the expected 
behaviour.

http://seer.entsupport.symantec.com/docs/276732.htm

Thanks to all who replied :)

James

Paul Keating wrote:
 Create a new interface on the exchange server for the backup network.
 On your backup servers, override the DNS name with a local /etc/hosts
 entry that has the production exchange instance name associated with the
 exchange server's backup lan IP.

 Paul

   

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


Re: [Veritas-bu] Restore reports

2008-04-17 Thread Raymond Wong
You can get this info from NOM if you have that installed

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of griff
Sent: Thursday, April 17, 2008 8:15 AM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: [Veritas-bu] Restore reports


Is there anyway to generate a report of some kind for completed restores?  We 
have a requirement to show restores that have been completed in the past.  
Maybe there is a command that can pull that information but I haven't found it 
yet.  We're using Netbackup 6.0MP4.  Any help is appreciated.

+--
|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

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


[Veritas-bu] Restore reports

2008-04-17 Thread griff

Thanks for the responses.  I've been trying to install the NOM server but I 
haven't had much luck with it.  I already have VxSS setup on our master server 
for NBAC.  So I tried to setup NOM on a client and I can't seem to log into it 
with the default admin password.  Keeps giving me User authentication failed.  
There's probably a trust issue somewhere.  I leaning towards uninstalling VxSS 
on the master and installing everything(VxSS and NOM) on the client server.  
Hopefully that will fix the issue.

Also, I need the restore information for auditing purposes.  They are always 
asking for proof of restores.  I think its a SOX requirement.

+--
|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


[Veritas-bu] Sharing drive in multiple NB domains

2008-04-17 Thread Slusarski

Hello !
I am new to NB. I have two active NB 6.5 domains in one SAN. Is possible to 
share drives from tape libraries between two NB domains ( I have SSO option ) ?

+--
|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] Sharing drive in multiple NB domains

2008-04-17 Thread Ed Wilts
On Thu, Apr 17, 2008 at 4:25 PM, Slusarski 
[EMAIL PROTECTED] wrote:

 I am new to NB. I have two active NB 6.5 domains in one SAN. Is possible
 to share drives from tape libraries between two NB domains ( I have SSO
 option ) ?


No.  The master server controls access to the tape drives (actually the EMM
server but that's typically on the master).  ONE master per tape drive.

   .../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Sharing drive in multiple NB domains

2008-04-17 Thread Curtis Preston
 Hello !
 I am new to NB. I have two active NB 6.5 domains in one SAN. Is
possible
 to share drives from tape libraries between two NB domains ( I have
SSO
 option ) ?

Not unless you partition the library to appear to NBU as two tape
libraries.  (Many libraries have that feature.)

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 







This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.

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


Re: [Veritas-bu] Restore reports

2008-04-17 Thread Norman_Ellis
Make sure you are using NOM 6.5 it's much more stable. I would also 
suggest calling your account rep and have that person schedule his 
assigned SE to visit your site to assist you. Chances are your SE can do 
the install for you and fix any issue which may crop up. Your SE, (if good 
enough), would also be able to guide you to a solution that will meet your 
backup related SOX requirements. We are using VBR Veritas Backup 
Reporter but that may not work for you. As others have pointed out, maybe 
Aptare will work for you.





griff [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/17/2008 05:05 PM
Please respond to
VERITAS-BU@mailman.eng.auburn.edu


To
VERITAS-BU@mailman.eng.auburn.edu
cc

Subject
[Veritas-bu]  Restore reports







Thanks for the responses.  I've been trying to install the NOM server but 
I haven't had much luck with it.  I already have VxSS setup on our master 
server for NBAC.  So I tried to setup NOM on a client and I can't seem to 
log into it with the default admin password.  Keeps giving me User 
authentication failed.  There's probably a trust issue somewhere.  I 
leaning towards uninstalling VxSS on the master and installing 
everything(VxSS and NOM) on the client server.  Hopefully that will fix 
the issue.

Also, I need the restore information for auditing purposes.  They are 
always asking for proof of restores.  I think its a SOX requirement.

+--
|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



Own the landmark Planet Earth series on DVD!  Find more great gifts by shopping 
online at http://discoverystore.com 

This e-mail, and any attachment, is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review, re-transmission, copying, dissemination or other use of this 
information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete 
the material from any computer. The contents of this message may contain 
personal views which are not the views of Discovery Communications, LLC.
image/gif___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Sharing drive in multiple NB domains

2008-04-17 Thread Slusarski

I have two libraries with two drives each on (there is no partition option). I 
have two active NB domains in two lokalization. There is SAN network so NB 
server could see drives from NB server from second lokalization) Server from 
first lok. has SSO=4 so I wonder if it is possible to use drive from library 
which is controled by second NB server ? I would like to copy  data for example 
in first lok. and send it to  sec. lokalization. I wonder how NB server from 
first lok. would be control library arm in sec. lokalization ? Second library 
is used with two drives by second NB server.

+--
|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


[Veritas-bu] Restore reports

2008-04-17 Thread griff

Can you use NOM 6.5 with Netbackup 6.0MP4?  I thought they had to be the same 
version.

+--
|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] Sharing drive in multiple NB domains

2008-04-17 Thread toppermann
Library is one thing, but what is with the Handshake for the reservation.  I'm 
not shure. 

Thomas
-Original Message-
From: Curtis Preston [EMAIL PROTECTED]

Date: Thu, 17 Apr 2008 17:40:45 
To:VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Sharing drive in multiple NB domains


 Hello !
 I am new to NB. I have two active NB 6.5 domains in one SAN. Is
possible
 to share drives from tape libraries between two NB domains ( I have
SSO
 option ) ?

Not unless you partition the library to appear to NBU as two tape
libraries.  (Many libraries have that feature.)

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 







This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.

___
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] Sharing drive in multiple NB domains

2008-04-17 Thread Mark.Donaldson
If you split one library into two virtual ones, you'll divide the
drives, too.  Drive's won't share between the two so the reservation
thing'll work out on its own. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, April 17, 2008 4:06 PM
To: Curtis Preston; [EMAIL PROTECTED];
VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Sharing drive in multiple NB domains

Library is one thing, but what is with the Handshake for the
reservation.  I'm not shure. 

Thomas
-Original Message-
From: Curtis Preston [EMAIL PROTECTED]

Date: Thu, 17 Apr 2008 17:40:45 
To:VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Sharing drive in multiple NB domains


 Hello !
 I am new to NB. I have two active NB 6.5 domains in one SAN. Is
possible
 to share drives from tape libraries between two NB domains ( I have
SSO
 option ) ?

Not unless you partition the library to appear to NBU as two tape
libraries.  (Many libraries have that feature.)

---
W. Curtis Preston
Backup Blog @ www.backupcentral.com
VP Data Protection, GlassHouse Technologies 







This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.

___
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] MS-Exchange Server Backup Problems With MS-Exchange policy type.

2008-04-17 Thread JAJA (Jamie Jamison)
Date: Thu, 17 Apr 2008 10:57:12 +0100
From: James Pattinson [EMAIL PROTECTED]
Subject: [Veritas-bu] Backup of exchange using wrong name
To: veritas-bu@mailman.eng.auburn.edu
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi All

I'm backing up a customer's machine over a dedicated backup network with
our own naming convention, which doesn't always relate to the actual
name of the machine. This has been working OK for Filesystem and SQL
backups, but I am unable to get an exchange backup working in this way.

Example

Exchange server is called exch

We back it up as cust-exch-b and a filesystem backup works, but
exchange backup doesn't work, we get this in the bpbkar log:

10:26:37.515: [5140.964] 2 tar_backup_tfi::setupFileDirectives: TAR -
backup filename = Microsoft Information Store:\
10:26:37.530: [5140.5648] 4 tar_base::keepaliveThread: INF - keepalive
thread is active with an interval of 60 seconds
10:26:38.593: [5140.964] 2 ov_log::V_GlobalLog: INF - BEDS_Init()
Enter InitFlags:0x0
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: C:
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: D:
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: Microsoft Terminal Services
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: Microsoft Windows Network
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: Web Client Network
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: \\cust-exch-b\Microsoft Exchange Mailboxes
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: \\cust-exch-b\Microsoft Exchange Public Folders
10:26:43.171: [5140.964] 2 ov_log::V_GlobalLog: INF - DumpDleInfo()
DLE Device Name: Shadow?Copy?Components
10:26:43.171: [5140.964] 4 dos_backup::V_VerifyFileList: INF - unable
to determine UBS type for:Microsoft Information Store:
10:26:43.171: [5140.964] 4 dos_backup::V_VerifyFileList: INF - UBS
Local Type for 'Microsoft Information Store:\' -- 
10:26:43.171: [5140.964] 4 dos_backup::V_Initialize: INF - Exchange
Backup - Disabling Open File Backups, Archive Bit processing, TIR and
Job Estimating.
10:26:43.171: [5140.964] 4 backup_create: INF - NetBackup Temp
Directory: 'D:\Program Files\Veritas\\NetBackup\Temp'
10:26:43.171: [5140.964] 2 tar_base::V_vTarMsgW: ERR - object not
found for file system backup: Microsoft Information Store:

So it looks like I'm missing a bit of configuration on the Exchange
agent to tell it to use a certain name when talking to Exchange...

Can anyone help?

Thanks!

James

---

There are two peculiarities with MS Exchange Public Folder,
Mailbox and Information store backups that are not well documented, or
at least were not well documented in NetBackup 4.5 and 5.x. The first is
that the client name of your server in the Host Properties/Client
Properties/Client Name dialog for the Exchange server needs to be the
NetBIOS name for the server. If the NetBIOS name is not the same as the
FQDN then change it in this dialog box. In your case change the client
name to exch. In the Host Properties/Client Properties/Universal
Settings dialog box change the Use Specified Network Interface to the
hostname or IP address of your backup subnet NIC. 

The other thing that you need to do for Exchange backups and restores to
work properly is set the name of the mailbox for message level backups
and restores. This is set in Host Properties/Client Properties/Windows
Client/Exchange. You can also enable single instance backup for
attachments here which reduces the amount of data you back up by storing
a single instance of a message attachment and then for subsequent
mailbox backups that contain that attachment set a pointer to the
attachment. You'll have to have your local Exchange guru create this
mailbox on the Exchange server if it doesn't exist. (I'm lucky, I work
with a wicked smart Exchange/Mail/MS products guy who knew exactly what
to do as soon as he saw this dialog box.).

Another thing you can do when backing up mailboxes, and some people
might think that I'm completely insane for doing this, is use a wildcard
in your backup selections window on the policy and allow multiple
streams. So in backup selections you might have an entry that looked
like this:

Microsoft Exchange Mailboxes:\*

Doing this causes NetBackup to spawn a separate job for each mailbox on
your Exchange server. I set this up after a couple of incidents where
NetBackup was backing up the MS-Exchange mailboxes, hit some weirdness
in one of the last mailboxes that needed to be backed up and decided to
choke, puke and fall all over itself. This caused the entire backup to
fail. Now if I have a mailbox with weirdness in it that NetBackup
doesn't like that mailbox backup fails without affecting the backups of
the other 

[Veritas-bu] bpflist command problems

2008-04-17 Thread BeDour, Wayne

Our environment is HP-UX 11.11, Netbackup 5.1 MP3 backing up mostly HP
unix with some Sun and Windows backups.  I have been using the bpflist
command in a script to parse out files that have been backed up.  We
moved the master server to a new host using the same hostname and ip
address (HP-UX 11.3). I just found that my script using bpflist is no
longer working, I can only get it to list off files backed up from one
policy.  The command that works is:

bpflist -option GET_ALL_FILES -class sfd-elmer2-unix -client elmer2 -d
12/09/01 00:00:00 -e 12/31/10 00:00:00

If I change the policy name after -class to another valid policy name, I
get the following:

no entity was found

There were good backups from the other policy name but the bpflist
command is not finding what files were backed up.

Anyone have any suggestions what is going on?  Again, this had been
working fine, the only change is that we changed servers.

Thanks in advance,.

 

 

Wayne BeDour

IT Unix System Administrator

PH: 313-593-9876  FAX: 313-593-9621

Internet:  [EMAIL PROTECTED]

 



**
** LEGAL DISCLAIMER **
**

This E-mail message and any attachments may contain 
legally privileged, confidential or proprietary 
information. If you are not the intended recipient(s),
or the employee or agent responsible for delivery of 
this message to the intended recipient(s), you are 
hereby notified that any dissemination, distribution 
or copying of this E-mail message is strictly 
prohibited. If you have received this message in 
error, please immediately notify the sender and 
delete this E-mail message from your computer.___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] bpflist command problems

2008-04-17 Thread Shyam Hazari
This is how I use it (5.1 MP5)

bpflist -option GET_ALL_FILES -policy policy -client client -d
04/17/2008 00:00:00 -e 04/17/2008 23:00:00 /

I always use bplist. Here is the syntax

bplist -C client -S master server -t 0 -k policy name -l -unix_files
-s 04/17/2008 -e 04/17/2008 -R /

-Shyam

On Thu, Apr 17, 2008 at 9:03 PM, BeDour, Wayne [EMAIL PROTECTED] wrote:

  Our environment is HP-UX 11.11, Netbackup 5.1 MP3 backing up mostly HP
 unix with some Sun and Windows backups.  I have been using the bpflist
 command in a script to parse out files that have been backed up.  We moved
 the master server to a new host using the same hostname and ip address
 (HP-UX 11.3). I just found that my script using bpflist is no longer
 working, I can only get it to list off files backed up from one policy.  The
 command that works is:

 bpflist -option GET_ALL_FILES -class sfd-elmer2-unix -client elmer2 -d
 12/09/01 00:00:00 -e 12/31/10 00:00:00

 If I change the policy name after –class to another valid policy name, I
 get the following:

 no entity was found

 There were good backups from the other policy name but the bpflist command
 is not finding what files were backed up.

 Anyone have any suggestions what is going on?  Again, this had been
 working fine, the only change is that we changed servers.

 Thanks in advance,.





 Wayne BeDour

 IT Unix System Administrator

 PH: 313-593-9876  FAX: 313-593-9621

 Internet:  [EMAIL PROTECTED]


  **
 ** LEGAL DISCLAIMER **
 **

 This E-mail message and any attachments may contain
 legally privileged, confidential or proprietary
 information. If you are not the intended recipient(s),
 or the employee or agent responsible for delivery of
 this message to the intended recipient(s), you are
 hereby notified that any dissemination, distribution
 or copying of this E-mail message is strictly
 prohibited. If you have received this message in
 error, please immediately notify the sender and
 delete this E-mail message from your computer.

 ___
 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] How to regain disk space from failed backup to DSU

2008-04-17 Thread Aleksandr Nepomnyashchiy
Dear Gurus,
My apologies - it is probably very simple question.

Files from failed backup to Disk Storage Unit are taking space (which
I need immediately for other backups). How I can reclaim the space
back?

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


Re: [Veritas-bu] Restore reports (UNCLASSIFIED)

2008-04-17 Thread Shockey, David A CTR USA
Classification:  UNCLASSIFIED 
Caveats: NONE

I had the logon issue also.  Try this...

1.  Logon with admin/Vxadmin and the domain that starts with
[EMAIL PROTECTED]  

2.  If you changed the password during the install and did not make it
the same during the vxss and nom installs then you will get the error
you are getting.  You can reset the vxss password using the command
vssat resetpasswd.  But I don't know of a way to change the NOM
password independently. Go back to 1.

Good luck.  I've just gotten past this and will be tackling the
configuration issues next.  Looks like it's mostly getting servers
talking to each other correctly.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of griff
Sent: Thursday, April 17, 2008 4:05 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: [Veritas-bu] Restore reports


Thanks for the responses.  I've been trying to install the NOM server
but I haven't had much luck with it.  I already have VxSS setup on our
master server for NBAC.  So I tried to setup NOM on a client and I can't
seem to log into it with the default admin password.  Keeps giving me
User authentication failed.  There's probably a trust issue somewhere.
I leaning towards uninstalling VxSS on the master and installing
everything(VxSS and NOM) on the client server.  Hopefully that will fix
the issue.

Also, I need the restore information for auditing purposes.  They are
always asking for proof of restores.  I think its a SOX requirement.

+--
|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
Classification:  UNCLASSIFIED 
Caveats: NONE


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


Re: [Veritas-bu] sniff...bpgp is gone from 6.5

2008-04-17 Thread Stump, Bob A

Just wondering if you NetBackup 6.5 admins can check to see if bprsh
still is available. bprsh is similar to remsh or rsh 

# bprsh -Q
bprsh [ -l username ] hostname command [ -FF ] [ -SO filename ] [ -SE
[filename] ]

-SO writes all stdout to filename
-SE writes all stderr to filename, or, in the absence of a
filename,
appends/catenates all stderr to the end of stdout.

In the absence of -SE in either form, all stderr will be
interspersed in the stdout as it was issued.

In the absence of -SO, -SE and -FF, everything is written to
stdout as it was issued.

-FF ignores all output, and just starts the command, not waiting
for completion;
-FF will override -SO and/or -SE if present.

Use quotes as required, especially around the command pathname
(escape the quotes).

Note: The list of commands allowed is extremely limited.

NOTE:
On Unix clients, only commands found in the /usr/openv/netbackup/bin or
/usr/openv/volmgr/bin can be executed. 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of rob
worman
Sent: Monday, April 07, 2008 3:49 PM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] sniff...bpgp is gone from 6.5

This thread is pretty much deceased, but I thought I would resurrect
it briefly to point out that the latest entry to the official
NetBackup blog (did you know that there was an official NetBackup
blog?  Me neither, until last week...) happens to conclude with the
following statement:

  If you think you need bpgp to get your job
  done, let us know why by leaving a
  comment explaining how you use it.

If you are one of the great many users who miss bpgp, surf to...

https://forums.symantec.com/blog?blog.id=NetBackup

and leave a comment that explains why bpgp has been crucial to your
NetBackup existence!

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

__

The information contained in this message is proprietary and/or confidential. 
If you are not the 
intended recipient, please: (i) delete the message and all copies; (ii) do not 
disclose, 
distribute or use the message in any manner; and (iii) notify the sender 
immediately. In addition, 
please be aware that any message addressed to our domain is subject to 
archiving and review by 
persons other than the intended recipient. Thank you.
_

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


Re: [Veritas-bu] Restore reports

2008-04-17 Thread Norman_Ellis
We've been using NOM 6.5 with NBU 6.0 MP5 for months now with no issue. In 
fact Symantec suggested we upgrade since our 6.x DB got so horked up we 
basically had to start from scratch. 




griff [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04/17/2008 06:06 PM
Please respond to
VERITAS-BU@mailman.eng.auburn.edu


To
VERITAS-BU@mailman.eng.auburn.edu
cc

Subject
[Veritas-bu]  Restore reports







Can you use NOM 6.5 with Netbackup 6.0MP4?  I thought they had to be the 
same version.

+--
|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



Own the landmark Planet Earth series on DVD!  Find more great gifts by shopping 
online at http://discoverystore.com 

This e-mail, and any attachment, is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review, re-transmission, copying, dissemination or other use of this 
information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete 
the material from any computer. The contents of this message may contain 
personal views which are not the views of Discovery Communications, LLC.
image/gif___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu