Operating System - OpenVMS
1747988 Members
4734 Online
108756 Solutions
New Discussion юеВ

Re: Run availability Analyze GUI on local TP

 
Sumant M Kumar
Frequent Advisor

Run availability Analyze GUI on local TP

I would like to run ava/analyzer to monitor system resources.I ran below commands but its throwing error.Can anyone help me which java package i need to install in my laptop?

SET dISPL/CREA/TRANP=TCPIP/NODE=10.22.164.52 (LOCAL PC IP Address)
2 SH LO *AMD*
3. SET DEF DISK20:[AMDS_V302]
4.AVAIL/ANA

Error
$ avail/ana
%AMDS-I-OFFSCROPT, using logical AMDS$AM_DISABLE_OFFSCREEN_PIXMAP_SUPPORT in SYS $MANAGER:AMDS$LOGICALS.COM may increase Data Analyzer display performance StatusLogger. - Opened log file AM_Analyzer_20091006-1114.log for output Tue, Oct 6th 11:14:02.136 Platform attributes, OS name and version = OpenVMS V8.
3-1H1
Tue, Oct 6th 11:14:02.139 ** Log file opened for output ** Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$000(X11GraphicsEnvironment.java
:54)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:146)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:1
35)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi
ronment.java:68)
at java.awt.Window.init(Window.java:270)
at java.awt.Window.(Window.java:318)
at java.awt.Frame.(Frame.java:419)
at java.awt.Frame.(Frame.java:384)
at javax.swing.JFrame.(JFrame.java:150)
at com.compaq.am.lib.gui.jacket.AM_JFrame.(AM_JFrame.java:99)
at com.compaq.am.analyzer.gui.overview.AvailManFrame.(AvailManFram
e.java:807)
at com.compaq.am.analyzer.AnalyzerSession.main(AnalyzerSession.java:1566
)


Regards,
Sumant M Kumar
11 REPLIES 11
Volker Halle
Honored Contributor

Re: Run availability Analyze GUI on local TP

Sumant,

do you have a X-Server running on your laptop (something like eXcursion) ?

First test basic DECwindows display capability using RUN DECW$EXAMPLES:ICO after setting the display (assuming 10.22.164.52 is the IP address of your laptop). If this fails, you need to start and/or configure a XServer on your laptop.

If it works, you should try AVAIL/ANA.

Volker.
Sumant M Kumar
Frequent Advisor

Re: Run availability Analyze GUI on local TP

Morning Volker,

Yes i tried this on Reflection and excursion both tools but still its throwing same error.Just i wanted to know is there any issue with laptopn graphics card or i need to install any java package.

Regards,
Sumant
John Gillings
Honored Contributor

Re: Run availability Analyze GUI on local TP

Sumant,

These errors have nothing to do with the PC, they're errors from the program running on OpenVMS. You don't even need Java on the PC, just a working X server (like Reflection X).

To check your X connectivity, use the same SET DISPLAY command, then:

$ MCR DECW$EXAMPLES:ICO

This should display a bouncing icosahedron on your laptop. If it doesn't work, post any errors you get.

That said, a MUCH better way to display Availability Manager information on a PC is to install the new Availability Manager SERVER on your OpenVMS system, then run the analyzer directly on the PC, pointing to the server to get the data. This takes the (significant!) Java load off your OpeNVMS system. To do this, install HP Availability Manager V3.0-2 or higher on your PC. It will install its own Java JRE.

Install AVAIL_MAN_BASE and AVAIL_MAN_ANA_SRVR on your OpenVMS system.
A crucible of informative mistakes
Steve Reece_3
Trusted Contributor

Re: Run availability Analyze GUI on local TP

I'd echo John's thoughts - Forget AvailMan on the VMS system. Run the server there and install the PC version of AvailMan on the PC. The VMS version (in my experience) runs like a dog.

Steve
Sumant M Kumar
Frequent Advisor

Re: Run availability Analyze GUI on local TP

Hi Steve & Jones,

While downloading AvailMan of windows version its asked for a license.Let me know if any license needed on windows side...if yes then i think i would not be able to install it.

Regards,
Sumant
Sumant M Kumar
Frequent Advisor

Re: Run availability Analyze GUI on local TP

Hi,

I have installed HP AvailMan and configured vms node in the last -Server Local host and port is 9819 but its throwing error connection refused.

Local host i have given a vms node ip address.

Regards,
Sumant
Steven Schweda
Honored Contributor

Re: Run availability Analyze GUI on local TP

> I have installed HP AvailMan and configured
> vms node in the last -Server Local host and
> port is 9819 but its throwing error
> connection refused.

Is this clear to anyone else? To me, it's
like mud.

"connection refused" is the usual text for a
UNIX error, ECONNREFUSED (61), which is
typically caused by trying to talk to a
service which is not running (or configured
to run). On a VMS system, it normally looks
like this:

ALP $ telnet /port = 9819 alp-l
%TELNET-I-TRYING, Trying ... 10.0.0.9
%TELNET-E-CONNFAIL, Failed to connect to remote host
-SYSTEM-F-REJECT, connect to network object rejected

If you're seeing a real "connection refused"
message, then, I assume, it's coming from
some unknown program on some unknown non-VMS
system when you try to do some unknown thing.

> Local host i have given a vms node ip
> address.

To me, that's about as clear as the first
part.
Volker Halle
Honored Contributor

Re: Run availability Analyze GUI on local TP

Sumant,

did your read the Availibility Manager installation manual and user guide ?

If your laptop is not on the same (extended) LAN as your OpenVMS systems to be monitored, you need to set up a data server on the same LAN as your OpenVMS systems. And then you need to set up security keys as described in the user guide.

If your laptop is on the same LAN as the OpenVMS systems, you just select the network card of the laptop and don't specify a nodename to connect to. AMDS uses it's own protocol on the LAN.

Volker.
Sumant M Kumar
Frequent Advisor

Re: Run availability Analyze GUI on local TP

Good Morning Volker,

I have some doubt since we have more 30 VMS nodes in the same n/w and on all the nodes avail server is running.Let me know if i select my laptop lan card then which server will run here.I have few production nodes also so i am bit afriad if anything goes wrong then.


Regards,
Sumant