Veritas-bu

[Veritas-bu] jnbSA just sucks

2002-11-25 16:02:55
Subject: [Veritas-bu] jnbSA just sucks
From: boatm005 AT admin.ndis.umn DOT edu (Paul Boatman)
Date: Mon, 25 Nov 2002 15:02:55 -0600
Wow, this is great info ! ! 

>>> "Tim McMurphy" <Tim.McMurphy AT telus DOT com> 11/25/02 02:44PM >>>
Too cool. And here I've been just using bpadm instead (on my 4.5 test
system, still using X on the 3.4 production one).



-----Original Message-----
From: James C. McPherson [mailto:James.McPherson AT sun DOT com] 
Sent: Monday, November 25, 2002 1:19 PM
To: M. Barnabas Luntzel
Cc: veritas-bu AT mailman.eng.auburn DOT edu 
Subject: Re: [Veritas-bu] jnbSA just sucks


On Mon, 25 Nov 2002 11:49:19 -0800 "M. Barnabas Luntzel"
<mark AT luntzel DOT com>
wrote:

> You know, using the java interface (jnbSA) over ssh and a vpn... It's
so 
> slow, I may as well shoot myself. 
> Anybody at veritas listening? the Motif interface was nice and fast,
compared 
> to this POS. How about we have that back, just for me. and anybody
else
who 
> isn't local to their master. 
> I can't be alone in this. Another one for the archive. 


Actually, you're not alone. This is an issue which I picked up during
beta
testing. I was not impressed with Veritas Engineering's response
either. A
colleague of mine currently has an open escalation on this issue, so
yes,
Veritas is listening, and progress (albeit slow) is being made. 

If you want, you could try the following unsupported workaround:


from Sun bugid 4633120:
----------------------------------------------------------------------------
---
Check the version of the jvm/jre that the jnbSA gui is using:

# pwd
/opt/openv/java/jre/bin
# ./java -fullversion ; ./java -version
java full version "1.3.0"
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)

The default optimizations in the HotSpot Client VM are mainly for
startup
speed
and not for general speed of execution, and you need to change the
invocation
to get different behaviour. In order to get the "server" optimizations
you
need
to invoke with 

-server

so chang the invocation line in the jnbSA script to this:


$JAVA_PATH -server -Dvrts.NBJAVA_CONF=$NBJ_CONF \ 
  -Dvrts.nbu.admin.MAX_HEAP_SIZE=$MAX_MEMORY \
-Dvrts.common.utilities.DEBUG_PROPERTIES=$DEBUG_PROPERTIES  \
-Xbootclasspath:$JAVA_LIB   -Xms$INITIAL_MEMORY -Xmx$MAX_MEMORY \
vrts.nbe.AdminConsole >> $LOG_FILE 2>&1 
----------------------------------------------------------------------------
---

note the "-server" immediately after $JAVA_PATH.

Stay tuned.

best regards,
James C. McPherson
--
Pacrim PTS Engineer            828 Pacific Highway
                               Gordon NSW 
Sun Microsystems Australia     2072

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu 
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu 

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu 
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu 








**************************************************************************
This e-mail and its attachments have been scanned for viruses.
NDIS -  University of Minnesota 
**************************************************************************


<Prev in Thread] Current Thread [Next in Thread>