cancel
Showing results for 
Search instead for 
Did you mean: 

Netbackup Java administration console INTEL/FreeBSD

ameiji
Level 3
Hello,

I've installed NetBackup client  ( v6.5 INTEL x86 FreeBSD5.3 ) from the "Veritas Netbackup Server DVD1" via ./install script,
but it looks like it didn't extract java admin console (jnbSA), there's no /usr/openv/java folder.


I tried to manually extract NB-Java.tar.Z according to instructions given in the extract_java script, and I even managed to get
Veritas File system Analyzer application to work ( FSA). But alas, jnbSA refuses to start and throws out the following errors:


freebsd [/usr/openv/java]> ./jnbSA
\n\tStarting administration console version 6.5.
\tThe log file for this execution instance is\n\t/usr/openv/netbackup/logs/user_ops/nbjlogs/jbp.ait.jnbSA.69964
.log\n
\nDISPLAY environment variable is set to: :0
Console was started on:
\tFreeBSD freebsd 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cs
e.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386\n
Command line options were:
\t./jnbSA
\nStarting administration console version 6.5.\n
LANG=
LC_CTYPE=en_US.UTF-8
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

java version "1.6.0_07"
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode)

java.lang.UnsatisfiedLinkError: no Vmangle in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at vrts.common.server.VMangle.<clinit>(VMangle.java:64)
        at vrts.nbe.AdminConsole.main(AdminConsole.java:36)


Is it possible to run Admin Console at all? Is there a correct way to install it?

I'm running FreeBSD-7.2 RELEASE with diablo-jre-1.6.0.07.02 Java Development Kit 1.6.0_07.02.

Thanks in advance!







 

3 REPLIES 3

DragNet
Level 3
Check this link

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

It will let you know about additional packages you need to install.

CRZ
Level 6
Employee Accredited Certified
Sorry!

DOCUMENTATION: FreeBSD 6.3 and 7.0 are now supported as clients in NetBackup 6.5.2. This document covers a few known issues when using FreeBSD 6.3 or 7.0 as a NetBackup 6.5.2 client. 
 http://support.veritas.com/docs/311595

See point 3:
"3. NetBackup Java is not supported on FreeBSD.  NetBackup GUI consoles cannot be launched from FreeBSD clients."

Now, is it POSSIBLE?

....I have no clue.

Good luck!  ;)

Sean_-
Level 5
Partner
 I believe you need to check the DISPLAY environment variable in order to properly export the display.

e.g.

DISPLAY=192.168.1.1:0.0
export DISPLAY