cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Informix 7.3.1 to make use of Veritas NetBackup with onbar

Anjum_Suri
Level 2
Hi All

While setting up Veritas NetBackup bits on Informix client, I am getting this error message, when I am trying to execute onbar -b -w -L 0 command. I am using HP-UX version 11.11

Any help will be highly appreciated.

$ onbar -b -w -L 0
/usr/lib/dld.sl: Unresolved symbol: dlopen (code) from /usr/openv/netbackup/bin/infxbsa.sl

tail -10 /opt/informix/bar_act.log
2006-05-02 01:22:12 19508 19507 /opt/informix/bin/onbar_d -b -w
2006-05-02 01:22:12 19508 19507 Logical Logs will not be backed up because LTAPEDEV value is /dev/null
2006-05-02 01:22:14 19508 19507 Begin level 0 backup rootdbs.
2006-05-02 01:22:14 19508 19507 Successfully connected to Storage Manager.
2006-05-02 01:22:16 19508 19507 bar_sighdlr: Received signal 6. Process 19508 exiting...
4 REPLIES 4

zippy
Level 6
Anjum,

This line or this error is a typical HPUX shared library error.

/usr/lib/dld.sl: Unresolved symbol: dlopen (code) from /usr/openv/netbackup/bin/infxbsa.sl

Stick this line /usr/openv/netbackup/bin/ in your servers /etc/SHLIB_PATH file. Source you profile again do . ./.profile

run "set"

see if it's in you $SHLIB_PATH.

Cool

See ya,

JD

Anjum_Suri
Level 2
Hi

I have two other servers running same version of O/S and Veritas NetBackup with Informix, I just checked and confirmed that in other two servers (which are working fine) there is no mentioning of this entry /usr/openv/netbackup/bin in this file /etc/SHLIB_PATH.

I am still getting same error that I mentioned in my previous message.

May I also know where should this bp.conf file resides (in which directory)? What should be the value of this parameter CLIENT_NAME & REQUIRED_INTERFACE in bp.conf file? Is REQUIRED_INTERFACE parameter mendatory?


Thanks
Anjum

zippy
Level 6
Anjum,

REQUIRED_INTERFACE is only needed when your server is configured to do backups on a different LAN.

do a set > /tmp/server1_set on the Servers that are working and then do "diff" and compare each profile.

fix the profile

Next if it still does not work do this on each box, the one that work and the one that does not.
swlist -l bundle | grep C/ANSI
B3901BA B.11.11.08 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)

now check if you have the latest linker tool patches.

this is the latest for 11.11

s700_800 11.11 ld(1) and linker tools cumulative patch PHSS_33033
get em here

http://www1.itrc.hp.com/service/patch/mainPage.do

http://www.calpoly.edu/cgi-bin/man-cgi?dld.sl+5
http://docs.hp.com/en/B2355-60105/dld.sl.5.html

I would call in a ticket with HP, you may have a corrupt dld.sl � dynamic loader on this server

bp.conf file is in

/usr/openv/netbackup


mine looks like this on the master.

SERVER = master_hostname
CLIENT_NAME = master_hostname
CLIENT_READ_TIMEOUT = 2200
CLIENT_CONNECT_TIMEOUT = 1500
ALLOW_MEDIA_OVERWRITE = DBR
ALLOW_MEDIA_OVERWRITE = TAR
ALLOW_MEDIA_OVERWRITE = CPIO
ALLOW_MEDIA_OVERWRITE = ANSI
ALLOW_MEDIA_OVERWRITE = AOS/VS
ALLOW_MEDIA_OVERWRITE = MTF1
ALLOW_MEDIA_OVERWRITE = RS-MTF1
ALLOW_MEDIA_OVERWRITE = BE-MTF1
ALLOW_MULTIPLE_RETENTIONS_PER_MEDIA = YES
RANDOM_PORTS = NO
DISABLE_STANDALONE_DRIVE_EXTENSIONS
MEDIA_UNMOUNT_DELAY = 360
VERBOSE = 3
INCOMPLETE_JOB_CLEAN_INTERVAL = 3
INCOMPLETE_BKUP_JOB_CLEAN_INTERVAL = 12
LOCKED_FILE_ACTION = SKIP
WAIT_IN_QUEUE = YES
QUEUE_ON_ERROR = YES
SERVER = 10.x.x.x
ALLOW_NDMP

Anjum_Suri
Level 2
Hi James

Thanks for your info, but problem still persist and is same. Let me tell you here that I am using NetBackup Version 6 (nbu 6.0MP1) and my O/S is HP-UX (B.11.11).

The problem is same when I am running $> onbar -b -L 0, I get this message
/usr/lib/dld.sl: Unresolved symbol: dlopen (code) from /usr/openv/netbackup/bin/infxbsa.sl

I checked in logfile from the directory /usr/openv/netbackup/logs/infxbsa and the log files reports this error


23:17:47.307 <4> BSAInit: Verbose Level set to <0>
23:17:47.309 <4> BSAInit: Uid = <3200> : EUid = <3200> : Gid = <203> :
System name: HP-UX
Node name: partst1
Release: B.11.11
Version: U
Machine: 9000/800

23:29:08.700 <4> BSAInit: --- Informix Binary : <@(#) $Source: /src/dbext/informix/informix_bsa.c,v $ $Revision: 1.15 $ > -


Please suggest how can I fix this error? Any help will highly be appreciated.

Thanks
Anjum