Re: [Veritas-bu] VMWAre slow performance

2016-04-06 Thread Mian71
Hello

First thing I would do was to measure disk read speed and network throughput 
outside netbackup to know what speed to expect.

There has been a limitation at about 220 MB/s on vadp in the vmware kernel 
earlier in 5.0, don't know if 5.5 has something similar

One thing I seen have speed VMWARE backup greatly, is increasing the raw buffer 
size to the recomended size (1 MB back in 5.0)

Changing number and size of buffers on the media servers can also improve the 
speed, if it is not near the lowest of the ones measured outside netbackup

Regards
Michael


> Den 5. apr. 2016 kl. 11.52 skrev matrixdot :
> 
> Hi folks,
> 
> I was wondering if you could assist in providing some steps to take to check 
> for VMWare Netbackup  performance issues. We are on 10Gig infrastructure and 
> using ESXi 5.5. Our Netbackup environment is Netbackup 7.6.2 on a 2012 Media 
> servers with a 2008 Master server.
> 
> On our VM backups we are getting poor backup speeds. Can you please assist me 
> in identifying what to look at?  I read that the VM kernel has a limitation 
> but we not even getting close to it.
> 
> Thanks in Advance
> 
> +--
> |This was sent by jerome.swa...@computacenter.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
> 
> 
> ___
> Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] older version issue.... netbackup 6.5.6

2015-07-15 Thread Mian71
Hello Sid

Have you tried to use EBU which it is the RMAN for Oracle 7.3.4
It did work with netbackup libobk back in NetBackup 3.4

NetApp should be able to create snapshots the volume, at least it could when I 
worked with it.

For the bpbackup issue, it could be related to the user if you are not running 
as root

Regards
Michael

 Den 16/07/2015 kl. 00.35 skrev Sid Shapiro sid_shap...@bio-rad.com:
 
 Hello,
 I have a problem with netbackup 6.5.6 running on hp-ux (pa-risc) 11.11 
 (running oracle 7.3.4)
 
 I am aware that almost everything I've jsut described is old and unsupported, 
 and please don't suggest upgrading, unfortunately this is not possible.
 
 Background (kind of long-winded, but I want to tell you as much as I can to 
 forestall  unrelated questions):
 I have a database that is currently running on an EMC cx3-80 backend. It is 
 being backed up via snapshots which are then mounted on another hp-ux 11.11 
 system running netbackup 6.5. The database files (snapshot) are then backed 
 up using a standard filesystem-type backup scheduled through the normal 
 netbackup policies, etc. (oh - btw - the netbackup master server is 7.6.1)
 This all works reasonably well.
 
 We need to junk the cx3-80 in favor of a NetApp. The NetApp will not do the 
 same snapshotting that the cx does, so generally we have moved most of our 
 databases to RMAN backups, which is working pretty well.
 
 However we can't run rman on the 7.3.4 database, and we can't go past 6.5.6 
 on hp-ux 11. 
 
 So the plan is to go to hot backup for this one database.
 
 We have all sorts of hot backup scripts that we have run over the years and 
 all work well, except in this case. I've burrowed down to the problem being 
 that the bpbackup command, which is being called directly from the hot backup 
 script, is returning a 
 EXIT STATUS 29: failed trying to exec a command.
 
 We've chased this a bit. I've run bp' to backup some files and that works 
 fine. I've captured the arguments that bp uses to call bpbackup and tried to 
 use the exact same command and arguments calling bpbackup directly. bp works, 
 bpbackup does not, even though they are running the exact same bpbackup 
 command.
 
 I've tried the bpbackup command on various other systems: aix 7.2, hp-ux 
 11.31 - all work correctly. It is only on hp-ux 11.11 and 11.0 that I'm 
 seeing the problem.
 
 symantec says error 29 indicates a permission and/or resource problem. 
 Obviously that is not the case if bp calling bpbackup works and calling 
 bpbackup directly does not. There is something else going on.
 
 btw - the command I'm trying is bpbackup  -S herhxp03 /etc/passwd - I don't 
 think I can get much more basic that that.
 
 I'm hoping that someone who has been around netbackup for a while might have 
 some thoughts of either things to try or places to look or something!
 
 Help!
 Thanks
 
 --
 Sid Shapiro   
 sid_shap...@bio-rad.com
 Bio-Rad Corporate IT  - Desk: (510) 741-6846   Mobile: (510) 224-4343
 ___
 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] AUTOMATE MYSQL DUMP BACKUP

2014-05-20 Thread mian71
Seems that you have the bpbackup inside the loop of databases, think bpbackup 
should be moved to after the done clause

Regards
Michael

Sendt fra min iPad

 Den 20/05/2014 kl. 21.18 skrev Anurag Sharma sharma.anu...@hotmail.com:
 
 All,
  
 Thank you for your help.
  
 Finally I got it working by adding bpbackup command in the end.
  
 Now the problem I am facing is Üser Backup is running 4 to 5 times instead of 
 just once. What could be the reason for that ??
  
 Here's  the script I am using .
  
 
  
 #!/bin/bash
 
 #The below command will delete the older backup
 rm -r /mysql_backup/201*
  
 TIMESTAMP=$(date +%Y%m%d)
 BACKUP_DIR=/mysql_backup/$TIMESTAMP
 MYSQL_USER=mysqlbak
 MYSQL_PASSWORD=Cricket1
 MYSQL=/usr/bin/mysql
 # MYSQLDUMP=/usr/bin/mysqldump
 MYSQLDUMP=/usr/mysql/5.1/bin/mysqldump
 mkdir -p $BACKUP_DIR
 databases=`$MYSQL -u$MYSQL_USER -p$MYSQL_PASSWORD -e SHOW DATABASES; | 
 egrep -iv (Database|information_schema)`
 for db in $databases; do
 # echo $db
 mkdir -p $BACKUP_DIR/$db
 BACKUP_DIRR=/mysql_backup/$TIMESTAMP/$db
 $MYSQLDUMP --force --opt --user=$MYSQL_USER -p$MYSQL_PASSWORD --databases $db 
 | gzip  $BACKUP_DIRR/$db.sql.gz
 
 #The below command will start NetBackup Tape backups
 /usr/openv/netbackup/bin/./bpbackup -w -p SOPMYSQL02 -s sopmysql02-backup 
 /mysql_backup/
  
 done
 
  
 CC: veritas-bu@mailman.eng.auburn.edu; 
 veritas-bu-boun...@mailman.eng.auburn.edu
 From: mia...@gmail.com
 Subject: Re: [Veritas-bu] AUTOMATE MYSQL DUMP BACKUP
 Date: Tue, 20 May 2014 07:15:24 +0200
 To: sharma.anu...@hotmail.com
 
 Hi Anurag
 
 Yes you would to use bpstart_notify and bpend_notify for this
 
 bpstart_notify to call the backup.sh and bpend_notify to delete the dump 
 after successfull backup
 
 Regards
 Michael
 
 Sendt fra min iPad
 
 Den 19/05/2014 kl. 21.57 skrev Anurag Sharma sharma.anu...@hotmail.com:
 
 Hi All,
 
 Here's my situation.
 
 MASTER/MEDIA : Solaris 10
 
 Client : Linux/Solaris
 
 
 There is a backup script created by mysql admin lets call it backup.sh  which 
 can do on demand  mysql dump on a directory 
 
 /mysql_backup/mmdd. It mean every time you run the script it will create 
 a folder with that date.
 
 
 
 I have been told to backup these dump files as standard backup.
 
 I need following accomplished.
 
 1. Need to call backup.sh to perform mysql dump and crate dump in 
 /mysql_backup/ymmdd
 2. Run netbackup backup to backup the dump.
 3. Once the netbackup backup is successful delete the dump from disk.
 
 
 What would be the best way to do it via netbackup ? Do I have to use bpstart 
 and bpend scripts on each client ?
 
 
 Please guide.
 
 Anurag Sharma
 
 
 
 
 ___
 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] AUTOMATE MYSQL DUMP BACKUP

2014-05-19 Thread mian71
Hi Anurag

Yes you would to use bpstart_notify and bpend_notify for this

bpstart_notify to call the backup.sh and bpend_notify to delete the dump after 
successfull backup

Regards
Michael

Sendt fra min iPad

 Den 19/05/2014 kl. 21.57 skrev Anurag Sharma sharma.anu...@hotmail.com:
 
 Hi All,
 
 Here's my situation.
 
 MASTER/MEDIA : Solaris 10
 
 Client : Linux/Solaris
 
 
 There is a backup script created by mysql admin lets call it backup.sh  which 
 can do on demand  mysql dump on a directory 
 
 /mysql_backup/mmdd. It mean every time you run the script it will create 
 a folder with that date.
 
 
 
 I have been told to backup these dump files as standard backup.
 
 I need following accomplished.
 
 1. Need to call backup.sh to perform mysql dump and crate dump in 
 /mysql_backup/ymmdd
 2. Run netbackup backup to backup the dump.
 3. Once the netbackup backup is successful delete the dump from disk.
 
 
 What would be the best way to do it via netbackup ? Do I have to use bpstart 
 and bpend scripts on each client ?
 
 
 Please guide.
 
 Anurag Sharma
 
 
 
 
 ___
 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] remote ndmp on Netbackup 7.5.0.5

2014-05-13 Thread mian71
Hello Steve

Think you need a ndmp login from the media server to the EMC NAS unit like when 
doing direct NDMP backups.

If I remember correctly it goes something like
1. Create the ndmp login on the NAS unit
2. Set up the ndmp login credentials in netbackup
3. Set up a ndmp storage unit, this might not apply for a remote ndmp backup
4. Set up ndmp policy with relevant storage unit
5. Run backup

Hope this helps you

Regards
Michael

Sendt fra min iPad

 Den 13/05/2014 kl. 15.18 skrev Steven Gelsie steven.gel...@jhuapl.edu:
 
  Does anybody know how to setup remote NDMP on Netbackup 7.5 ? I have 
 been Googling and reading Netbackup documentation an I still can not 
 figure it out.  I think I should be be able to backup our EMC NAS unit 
 to a tape drive on a Netbackup Media server using remote NDMP.  I have 
 enable NDMP on the EMC NAS unit and I have an NDMP license on the Media 
 server.
 
 Thanks
 Steve
 
 -- 
 Steven Gelsie   Email: steven.gel...@jhuapl.edu
 Johns Hopkins Univ./APL Phone: 240-228-4081   DC
 11100 Johns Hopkins Rd 443-778-4081   Baltimore
 Laurel, MD  20723-6099  FAX:   240-228-6119
 Work Schedule : Mon-Thurs  8:30AM-5PM
Friday Work At Home
 
 ___
 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] question about online agent jobs

2014-01-13 Thread mian71
Hi Simon

Been a while since I have worked with backup of SAP, but think the same logic 
applies as with other online backup types. That they can be run in the day time 
if they don't take too much performance out the backup client systems 

Regards
Michael

Sendt fra min iPad

 Den 13/01/2014 kl. 16.30 skrev Simon Weaver simon.wea...@iscl.net:
 
 All
 Anyone familiar with NBU  SAP ?
 Got a question….. We do a lot of SQL Online backups during the day or late 
 afternoon with no issues.
  
 We have SAP Systems that do not run during the day, and if they overrun, get 
 cancelled at the DB owner request.
 Question: What issues are there from letting SAP online jobs run during the 
 day? Do they have to be set to run just at night?
 S.
 ___
 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] Trying to configure new Media server and robot but tape drive in library in AVR mode.

2013-09-12 Thread mian71
Hi Wayne

Seems that the robot is not regonized by netbackup as the device identifier 
string is empty

You might have to update the device mappings on the media to get the robot to 
work under netbackup

Regards
Michael

Den 11/09/2013 kl. 14.42 skrev BeDour, Wayne wbed...@lear.com:

 All:
 Our environment, HP-UX 11-31 currently running master / media server on 
 NetBackup 6.5.2.  (I know, 6.5 is getting old, we are trying to plan an 
 upgrade.)  We are running mostly unix / Linux backups and a couple windows 
 b/u’s thrown in for good measure.
 I’m trying to set up a new media server running on Redhat Linux using an 
 older Overland LXB tape library.  The robot is at a remote site so I don’t 
 have physical access to it and there isn’t a web interface for the robot 
 which makes this a bit more difficult to work on.  The robot and drive shows 
 up in the Device Monitor window but the drive is in AVR mode.  When I run the 
 Configure Storage Devices the robot and drive are discovered but the drive is 
 in standalone mode.  I tried dragging the drive up to the robot when 
 configuring it but that didn’t take care of the problem.  NetBackup can see 
 the robot and one drive when I run a /usr/openv/volmgr/bin/scan on it but 
 under the robot information it is missing any entries indicating that the 
 robot knows about the drive.  Below is the o/p of the scan on the Overland 
 robot and then on a different robot on another media server that works:
 
 Device Name  : /dev/sg1
 Passthru Name: /dev/sg1
 Volume Header: 
 Port: -1; Bus: -1; Target: -1; LUN: -1
 Inquiry: OVERLANDLXB 0107
 Vendor ID  : OVERLAND
 Product ID : LXB 
 Product Rev: 0107
 Serial Number: 1R53400335
 WWN  : 
 WWN Id Type  : 0
 Device Identifier: 
 Device Type: SDT_CHANGER
 NetBackup Robot Type: 8
 Removable  : Yes
 Device Supports: SCSI-2
 Number of Drives : 1
 Number of Slots  : 17
 Number of Media Access Ports: 0
 Flags : 0x0
 Reason: 0x0
 root@L4001:/usr/openv/volmgr/bin:
  
  
 I ran the scan on a working library on a different media server (HP-UX) and 
 it shows the following:
 
 Device Name  : /dev/rchgr/autoch13
 Passthru Name: /dev/rchgr/autoch13
 Volume Header: 
 Port: -1; Bus: -1; Target: -1; LUN: -1
 Inquiry: HP  MSL G3 Series   8.30
 Vendor ID  : HP  
 Product ID : MSL G3 Series   
 Product Rev: 8.30
 Serial Number: MXA307Z005_LL0
 WWN  : 
 WWN Id Type  : 0
 Device Identifier: HP  MSL G3 Series   MXA307Z005_LL0
 Device Type: SDT_CHANGER
 NetBackup Robot Type: 8
 Removable  : Yes
 Device Supports: SCSI-5
 Number of Drives : 2
 Number of Slots  : 24
 Number of Media Access Ports: 0
 Drive 1 Serial Number  : HU1303U9HK
 Drive 2 Serial Number  : HU1251TY56
 Flags : 0x0
 Reason: 0x0
 #
  
 Should there be entries for the Drives and Serial numbers in the Overland 
 scan output or am I chasing the wrong thing?  Has anyone had a problem like 
 this or know of something that needs to be changed in the Library 
 configuration so the drive doesn’t show up as standalone?  Any info or ideas 
 are welcomed.
 Thanks in advance…
  
  
  
 Wayne BeDour
 Unix System Administrator
 PH: 248-447-1739
 Internet: wbed...@lear.com
  
 **
 ** 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


Re: [Veritas-bu] VMWARE client selection on cbt/non-cbt ?

2013-09-09 Thread mian71
That looks more like Oracle SQL than an advanced VM policy query to me

Regards
Michael


Den 09/09/2013 kl. 19.10 skrev Wayne T Smith wtsm...@maine.edu:

 Well, if you can do SQL to the database, then look at view  
 v$block_change_tracking ... for example, select * from 
 v$block_change_tracking;
 
 On the other hand, I have no idea what block change tracking has to do with 
 snapshots.
 
 Cheers, Wayne
 
 On Mon, Sep 9, 2013 at 7:18 AM, Michael Graff Andersen mia...@gmail.com 
 wrote:
 Hello
 
 Wondered if somebody had found a way to differentiate between VMs with 
 change blocking enabled and VMs without change block tracking enabled
 
 We have some VMs where we cannot enable change block tracking because they 
 have snapshots on them
 
 Regards
 
 Michael
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Getting media ID not unique in database (34) trying to inventory 4 tapes for a restore

2013-05-16 Thread mian71
Hello Wayne

It might be because they registered as another media type already

I would try to delete the media and then rerun the inventory

Regards
Michael

Den 16/05/2013 kl. 20.53 skrev BeDour, Wayne wbed...@lear.com:

 All:
 Our environment, HP-UX 11-31 currently running one master / media server on 
 NetBackup 6.5.2.  (I know, 6.5 is getting old, we are trying to plan an 
 upgrade..)  We are running mostly unix / Linux backups and a couple windows 
 b/u’s thrown in for good measure.
  
 I’m trying to restore from some old tapes on a library that it wasn’t created 
 from which shouldn’t make any difference.  When I do an inventory, I’m 
 getting the following error:
  
  
 05/16/2013 14:38:46
 Robot: TLD(1) on hqhp3
 Operation: Inventory and Update
 EMM Server: hqhp3
 
 Generating list of recommended changes ...
  
 Proposed Change(s) to Update the Volume Configuration
 =
 Logically add new media 001716 (barcode 001716L1) to robot slot 6.
 Logically add new media 001447 (barcode 001447L1) to robot slot 7.
 Logically add new media 001446 (barcode 001446L1) to robot slot 8.
 Logically add new media 001575 (barcode 001575L1) to robot slot 9.
 Updating volume configuration ...
  
 Processing new media added to the robotic library by logically
 adding media with new media IDs as follows...
 Media ID Slot
   

  
 Update failed: could not add new media ID '001716' into slot 6
 Insert media failed:
 media ID not unique in database (34)
  
  
 My bar code rules appear to be correct, it’s showing the 1st 6 positions of 
 the tape and leaving off the L1.  Anyone know why it thinks it’s new media 
 and not unique and won’t let me inventory these tapes?
  
 Wayne BeDour
 Unix System Administrator
 PH: 248-447-1739
 Internet: wbed...@lear.com
  
 **
 ** 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


Re: [Veritas-bu] Catalog Backup fails with network connection timed out(41)

2013-02-06 Thread mian71
Hi Matthew

I have experienced that defragmentation of the netbackup catalog disk can help 
catalog backup performance which some times is the problem

Another thing worth trying is to increase CLIENT_READ_TIMEOUT and 
CLIENT_CONNECT_TIMEOUT

Regards
Michael

Den 07/02/2013 kl. 03.05 skrev Matthew Carr matthew.c...@canterbury.ac.nz:

 Gidday,
  
 We recently manifested an issues where our daily full catalog backup started 
 to fail with a network connection timed out(41) error. After a lot of 
 research, trouble shooting, restarting, bouncing services etc I came up 
 empty. In desperation, I froze the current tape it was using for the catalog 
 backups, assigned some new ones to the pool and it magically started to work 
 again (!?!?).
  
 However, it began to periodically fail again, and now fails consistently. I’ 
 tried the old trick of assigned some new tapes to sue, but the issue persists 
 and I am completely at a loose end. Any ideas on where to look for the cause?
  
 Master: Win2k3 R2 Sp2, NBU 7.5.0.3 Ent
 Media: Win2k8 R2 Sp1, NBU 7.5.0.3 Ent
  
 Console logs below:
  
 CATALOG_DRIVEN_BACKUP staging begins.
  
 7/02/2013 1:26:30 p.m. - Info bpdbm(pid=4796) staging relational database 
 files for catalog backup 
 7/02/2013 1:26:30 p.m. - Info bpdbm(pid=4796) staging NBAZDB backup to 
 D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:26:30 p.m. - Info bpdbm(pid=4796) done staging NBAZDB backup to 
 D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:26:30 p.m. - Info bpdbm(pid=4796) staging NBDB backup to 
 D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:26:49 p.m. - Info bpdbm(pid=4796) done staging NBDB backup to 
 D:\VERITAS\NetBackupDB\staging  
 7/02/2013 1:28:32 p.m. - Info bpdbm(pid=4796) validating NBAZDB backup in 
 D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:28:34 p.m. - Info bpdbm(pid=4796) done validating NBAZDB backup 
 in D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:28:34 p.m. - Info bpdbm(pid=4796) validating NBDB backup in 
 D:\VERITAS\NetBackupDB\staging   
 7/02/2013 1:28:46 p.m. - Info bpdbm(pid=4796) done validating NBDB backup in 
 D:\VERITAS\NetBackupDB\staging  
 the requested operation was successfully completed(0)
  
 D:\VERITAS\NetBackupDB\staging\DARS_DATA.db writes to tape:
  
 7/02/2013 1:26:52 p.m. - Info nbjm(pid=7348) starting backup job 
 (jobid=4698153) for client ucbackupmaster, policy UCCatalog, schedule Full 
 7/02/2013 1:26:52 p.m. - Info nbjm(pid=7348) requesting STANDARD_RESOURCE 
 resources from RB for backup job (jobid=4698153, request 
 id:{7CD98CB4-9847-4DF3-8F08-F9A593FE4EDC}) 
 7/02/2013 1:26:52 p.m. - requesting resource UCBackupMedia1-SL500-STU
 7/02/2013 1:26:52 p.m. - requesting resource 
 ucbackupmaster.NBU_CLIENT.MAXJOBS.ucbackupmaster
 7/02/2013 1:26:52 p.m. - requesting resource 
 ucbackupmaster.NBU_POLICY.MAXJOBS.UCCatalog
 7/02/2013 1:26:52 p.m. - granted resource 
 ucbackupmaster.NBU_CLIENT.MAXJOBS.ucbackupmaster
 7/02/2013 1:26:52 p.m. - granted resource 
 ucbackupmaster.NBU_POLICY.MAXJOBS.UCCatalog
 7/02/2013 1:26:52 p.m. - granted resource UC0514
 7/02/2013 1:26:52 p.m. - granted resource HP.ULTRIUM4-SCSI.001
 7/02/2013 1:26:52 p.m. - granted resource UCBackupMedia1-SL500-STU
 7/02/2013 1:26:54 p.m. - estimated 0 Kbytes needed
 7/02/2013 1:26:54 p.m. - Info nbjm(pid=7348) started backup 
 (backupid=ucbackupmaster_1360196813) job for client ucbackupmaster, policy 
 UCCatalog, schedule Full on storage unit UCBackupMedia1-SL500-STU
 7/02/2013 1:26:55 p.m. - started process bpbrm (7484)
 7/02/2013 1:26:56 p.m. - connecting
 7/02/2013 1:26:57 p.m. - Info bpbrm(pid=7484) ucbackupmaster is the host to 
 backup data from
 7/02/2013 1:26:57 p.m. - Info bpbrm(pid=7484) reading file list from client   
 
 7/02/2013 1:26:58 p.m. - Info bpbrm(pid=7484) listening for client connection 

 7/02/2013 1:27:07 p.m. - Info bpbrm(pid=7484) INF - Client read timeout = 300 
 
 7/02/2013 1:27:07 p.m. - connected; connect time: 00:00:11
 7/02/2013 1:27:08 p.m. - Info bpbrm(pid=7484) accepted connection from client 

 7/02/2013 1:27:08 p.m. - Info bpbrm(pid=7484) start bpbkar on client
 7/02/2013 1:27:12 p.m. - Info bphdb(pid=5596) Backup started  
 7/02/2013 1:27:12 p.m. - Info bphdb(pid=4796) Backup started  
 7/02/2013 1:27:12 p.m. - Info bptm(pid=9240) start   
 7/02/2013 1:27:12 p.m. - Info bptm(pid=9240) using 262144 data buffer size

 7/02/2013 1:27:13 p.m. - Info bptm(pid=9240) setting receive network buffer 
 to 1048576 bytes 
 7/02/2013 1:27:13 p.m. - Info bptm(pid=9240) using 64 data buffers
 7/02/2013 1:27:14 p.m. - Info bptm(pid=9240) start backup  
 7/02/2013 1:27:14 p.m. - Info bptm(pid=9240) backup child process is pid 
 8256.13428  
 7/02/2013 1:27:14 p.m. - Info bptm(pid=9240) Waiting for mount of media id 
 UC0514 (copy 1) on server ucbackupmedia1.
 7/02/2013 1:27:14 p.m. - Info bptm(pid=8256) start   
 7/02/2013 

Re: [Veritas-bu] Backup job gets to mounting tape but never to position

2013-01-15 Thread mian71

Hello Dennis

Could be a problem with the EF0997 tape, unless of cause the clients is backing 
up to this tape too

Might it worth trying to freeze this tape as a test

Regards
Michael



Den 15/01/2013 kl. 23.37 skrev Dennis Peacock nbu-fo...@backupcentral.com:

 NBU 7.1x running on Solaris 9 box.
 
 01/15/2013 16:29:29 - Info bptm (pid=24504) Waiting for mount of media id 
 EF0997 (copy 1) on server gandalf.
 01/15/2013 16:29:29 - mounting EF0997
 
 and it sits there foreveruntil the job fails. This has been a working 
 environment and there are 2 clients that backup to this master server/media 
 server. It just doesn't like backing itself up.
 
 Any ideas?
 
 +--
 |This was sent by dpe...@acxiom.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--
 
 
 ___
 Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
 http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Redo Logs code 6

2012-10-09 Thread mian71
Hello Simon

See two possibilties, do a log switch in the start of the backup or a check 
which changes the exit code to zero if there is no logs to backup

Regards
Michael


Den 09/10/2012 kl. 15.23 skrev Simon Weaver simon.wea...@iscl.net:

 All
 Just more curious if anyone knows of a workaround to this?
 I do alot of SAP Online / Offline and REDO logs.
 When there are no REDO logs to perform, the backup ends with Status 6. - 
 which is then flagged up as a failed job.
 Under 7.5, is there anything I could look at, or propose we can amend to 
 allow the SAP JOBS for REDO logs to end in a 0 or 1 status code, even if 
 there are no files to backup?
  
 Any ideas?
 Thanks, Simon
 ___
 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