- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- ECP Collector and Analyzer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:09 AM
06-16-2004 08:09 AM
I installed the HP Open VMS
ECP Collector/Analyzer on our Alpha VMS 7.2-2 software and I'm trying to open the DECwindows Motif with the command: >>plan analyze/motif
I get a message:
dsa0:[sys0.syscommon.][sysexe]ecp$analyze_motif.exe;1: Can't open display
The installation went ok, did I do something wrong or is the DECwindows Motif installed correctly? How can I tell?
Thanks for any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 09:26 AM
06-16-2004 09:26 AM
Solutionlooks like your display is not setup correctly.
I do assume you are not sitting in front of a
workstation.
What does the command show display tell you?
To redirect to e.g. a PC use
set disp/crea/trans=tcpip/node=
(If you do have decnet trans=decnet works too ;-)
You do need to have an Xserver running on the remote system.
For more complete info check the help on set display.
Greetings, martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:32 PM
06-16-2004 08:32 PM
Re: ECP Collector and Analyzer
Further to Martin's reply, you can replace ip address with nodename. Also, if you are directing it to your PC , then make sure you start your x-server application first (for eg. if your are using excursion , then start it first before giving your command on VMS)
Anyway, it will be helpful if you paste the output of command $SHO DISP here.
HTH,
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 08:44 PM
06-16-2004 08:44 PM
Re: ECP Collector and Analyzer
The command $ SHOW DISPLAY should give you the answer.
There must be a motif server running on VMS and thats it. With SET DISPLAY/NODE=
AvR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 12:59 AM
06-17-2004 12:59 AM
Re: ECP Collector and Analyzer
%DECW-W-OPENIN, error opening DECW$DISPLAY as input
-SYSTEM-W-NOSUCHDEV, no such device available
It looks like I have some additional steps to take?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:13 AM
06-17-2004 01:13 AM
Re: ECP Collector and Analyzer
is your DECWINDOWS started?
$ SHOW SYSTEM/PROCES=DECW$*
should show DECW$FD.
If not, what is the value of
$ MC SYSGEN SHOW WINDOW_SYSTEM
The value for current should be 1.
If not, then set it (preferentially in MODPARAMS, followed be AUTOGEN) & reboot.
If DECW$FD is running, then forget this post.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:23 AM
06-17-2004 01:23 AM
Re: ECP Collector and Analyzer
When I did the command:
show system/process=DECW$*
It didn't reply anything, just brought me back to the dcl prompt,(didnt find any DECW$ processes)
I did the MC SYSGEN SHOW WINDOW_SYSTEM
I got:
Current Default Min. Max. Unit Dynamic
1 0 0 255 Pure-numbe D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:36 AM
06-17-2004 01:36 AM
Re: ECP Collector and Analyzer
This means you are not running dec windows.
If you want to disply analyzer window on you VMS station only, then DECW$* proccess is required. But, this is not necessary. I am using ECP and my VMS node do not run DEC windows. In this case what you need to do is load a x-server software on you windows PC ( for eg. I am using excursion ). Then start excursion on you pc. Log into your VMS node and give the following command:
$set display/creat/trans=tcpip/node=
$plan analy/motif
This will open analyzer window on you PC.
HTH,
Thanks & regards,
Lokesh
P.S. If your are not having excursion etc...then find a VMS node where you are running Decwindows. Or simply, start decwindows on your VMS .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:45 AM
06-17-2004 01:45 AM
Re: ECP Collector and Analyzer
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:03 AM
06-17-2004 02:03 AM
Re: ECP Collector and Analyzer
you can find more information about excursion X server here:
http://h71000.www7.hp.com/pathworks32/
But, as I said earlier too, you can start DEC windows on your VMS and can see analyzer window there. Also, you can directly create CSV files, using /CSV_* qualifier. Read ECP user guide for more information.
Here is the link:
http://h71000.www7.hp.com/openvms/products/ecp/
HTH,
Thanks & regards,
Lokesh Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:50 AM
06-17-2004 02:50 AM
Re: ECP Collector and Analyzer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 01:25 PM
06-17-2004 01:25 PM
Re: ECP Collector and Analyzer
actually you do not need to have DECwindows started on your VMS system for this to work. You do need to have the software installed so the shareable libraries are available (that seems to be the case here, else you would get a different error message).
So all you do need is to install an X11 server on your PC (Linux is perfect, since it comes with X11 build in), do the set display on your VMS system and off you go.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 02:19 AM
06-18-2004 02:19 AM
Re: ECP Collector and Analyzer
Installed xServer without activating DecWindows on VMS and it is now working.
This forum is awesome. Thanks again.