NetBackup HOWTO's
NBU Howto Site

Having Missing Path Errors on Tape Drives (Windows)

Written on 14 October 2009 – 19:35 by savasirez

If you started having problems after upgrading your tape drivers or tape drive firmwares like this:

Missing Path” or “Unused element address

Read the rest of this entry »

If you liked this site, please support NetBackupHowto

Server name not found in the NetBackup configuration

Written on 09 June 2009 – 14:49 by savasirez

This is a tip list for the following error:

server name not found in the NetBackup configuration

1. You were trying to expire a media from emm database:

Read the rest of this entry »

NetBackup Tips (Command line)

Written on 29 April 2009 – 00:38 by savasirez

1. Inventory a robot (then update)
/usr/openv/volmgr/bin/vmupdate -rt robot_type -rn robot_number -list     (robot_type is tld etc…)

Read the rest of this entry »

ORA-01861: literal does not match format string

Written on 06 January 2009 – 15:57 by savasirez

When trying to restore a database to a spesific date, if you’re having an error like this:

RMAN> run {
1> ALLOCATE CHANNEL chtape TYPE ‘SBT_TAPE’;
2> set until time ‘2008-11-05:14:30:00′;
3> SEND ‘NB_ORA_CLIENT=realdb_host,NB_ORA_POLICY=rman_realdb,NB_ORA_SERV=veritas,NB_ORA_SCHED=Default-Application-Backup’;
4> RESTORE CONTROLFILE;
5> RELEASE CHANNEL chtape;
6> }

Read the rest of this entry »

RMAN-03009, ORA-19554, ORA-27211 Errors

Written on 29 December 2008 – 16:52 by savasirez
If you are having the following Oracle errors on a linux system:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library

 Read the rest of this entry »

“Application connection failed for servername” error on Windows 2008 MS-Sql Client

Written on 29 December 2008 – 15:31 by savasirez

If you are getting an error like this on a windows 2008 system while trying to connect through netbackup ms-sql client…

Read the rest of this entry »

Howto Convert an Oracle RMAN Template to Script

Written on 24 December 2008 – 17:29 by savasirez

If you are having difficulty in a stuation like this:

You have a unix based netbackup master server and have an windows server with oracle that you want to backup through rman catalog backup, but you are unable to use the templates created by the “Backup, Archive and Restore” application on windows.

Read the rest of this entry »

NetWorker: Cannot contact nsrexecd service on HOSTNAME, Service not available.

Written on 23 December 2008 – 15:18 by savasirez

If you are having an error like this, try the following:
Link your library against netbackup

Switch to user oracle

Read the rest of this entry »

Oracle Backup started but didnt continue with Application Backup

Written on 18 December 2008 – 14:59 by savasirez

If you face a problem like this:
You are running oracle on a solaris machine with two interfaces. You created the script and it runs flawlesly on another machine. When you start a backup, the backup schedule starts but doesnt pass to Application Backup schedule, looks like its frozen.

Read the rest of this entry »

Duplicate Barcodes

Written on 05 December 2008 – 22:57 by savasirez

If you insert a tape with barcode and this barcode is already used in the tape library, you will end up with “barcode mismatch” error and you tape will not be inserted to the emm database, and not media id will be assigned.

Read the rest of this entry »

Cleaning Tips

Written on 01 December 2008 – 00:51 by savasirez

Number of cleanings left on a cleaning tape?

vmquery -m <cleaning tape #>

C:\>vmquery -m CLN007
======================================
media ID: CLN007
media type: 1/2″ cleaning tape 3 (25)
barcode: CLN107L3
media description: —
volume pool: None (0)
robot type: TLD – Tape Library DLT (8)
robot number: 0
robot slot: 4
robot control host: Netbackup
volume group: 00_000_TLD
vault name: —
vault sent date: —
vault return date: —
vault slot: —
vault session id: —
vault container id: -
created: 7/11/2008 6:29:48 PM
assigned: —
last mounted: 8/11/2008 8:20:22 AM
first mount: 7/11/2008 7:17:04 PM
expiration date: —
cleanings left: 27
======================================

Read the rest of this entry »

Netbackup Logging Tips

Written on 01 December 2008 – 00:26 by savasirez

Additional Logging

Add

VERBOSE = x

line to bp.conf, where x is the number to set how verbose the logs will be.

Read the rest of this entry »

Netbackup Tips on UN*X machines

Written on 30 November 2008 – 20:54 by savasirez

1.2 log directories must be monitored. /usr/openv/logs(Low level logs), /usr/openv/netbackup/logs. These logs can get very big.

Read the rest of this entry »