- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: AMDS and Availability Manager
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
04-27-2004 12:07 AM
04-27-2004 12:07 AM
Can someone explain we: what is the difference between AMDS en Availability Manager.
Thanks.
Piet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 12:25 AM
04-27-2004 12:25 AM
SolutionAmds installation adds a verb to the Dcltables:
$ avail/motif
or
$ avail/interface=decwindows
With Availability manager, you do not have this verb, as you install a part on NT (or W2K) and you click there.
You should stick with Availability manager, unless you do not have a NT with an X display available.
You have a very good presentation at
vmsone.com/~vmsonepages/dfwdays/Presentations/Kierstein.ppt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 12:28 AM
04-27-2004 12:28 AM
Re: AMDS and Availability Manager
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 12:59 AM
04-27-2004 12:59 AM
Re: AMDS and Availability Manager
http://h71000.www7.hp.com/openvms/products/availman/index.html
for more info.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 04:43 AM
04-27-2004 04:43 AM
Re: AMDS and Availability Manager
"The Availability Manager tool evolved from the OpenVMS-only DECamds product and its Motif graphical user interface (GUI). Because the Availability Manager Data Analyzer requires a Java run-time environment, it does not run on OpenVMS VAX, which does not support Java."
An yes it does run on Alpha. One point of annoyance, AM insists on installing its own copy of the JRE independet on what you have already on your system...
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:40 AM
04-27-2004 06:40 AM
Re: AMDS and Availability Manager
The AM product will eventually replace DECamds. The initial rewrite was part of the system management policy to try and have OpenVMS system management tools work on OpenVMS and Windows, since an OpenVMS system manager may have one or the other available, but not both.
As far as AM packaging its own JRE to run against, it didn't used to. So, when the system manager changed versions of Java on their machine, AM broke. Most of the time, going from one version of Java to another involves some porting. So, AM now provides its own runtime environment so it will always work, and the system manager is free to install whatever version of Java he/she desires.
Hope this helps.
Barry Kierstein
AM Project Lead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 08:09 AM
04-27-2004 08:09 AM
Re: AMDS and Availability Manager
A helpful statement from a person you knows. Any chance of speeding it up? It's still appears slow compared to AMDS when running on a alphastation thats not exactly leading edge (alphastation 400 4/233 :-)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:56 PM
04-27-2004 06:56 PM
Re: AMDS and Availability Manager
IMHO There's just ONE proper way to speed it up: it should be running in NATIVE mode - so NOT in Java....
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:21 PM
04-27-2004 10:21 PM
Re: AMDS and Availability Manager
Hmmm... I am not sure how I became Eder, anybody know? I just signed up for this forum yesterday...
Anyway, speeding up AM on OpenVMS. The biggest thing now is to give it the memory it needs. If it is always garbage-collecting, this slows down the GUI tremendously, creating pauses in responding to data updates, mouse clicks, etc. If you are seeing pauses, then look into the part of the installation notes dealing with performance considerations for help in this area. The GUI, when given enough memory, will be a bit slow, but consistent.
Now, for the rest of the speedup. Java is slower. Why then Java? Well, keeping sources going for both Windows and OpenVMS is very low. The code differences to accomodate both platforms is about 2 pages of Java code, and about 6 pages of C code for native routines. If the rewrite had been done in C, then one would have to work more closely with the operating system, graphics, etc., and more time taken to these details rather than features and enhancements.
Once the port to Itanium is finished, etc. the team here will be looking at performance. There are some indications that things can improve with some study, but with porting to Itanium, needing mature Java performance analyzers, etc., this hasn't been done yet. With this will come some more up to date recommendations on memory settings, etc.
Barry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 03:01 AM
04-28-2004 03:01 AM
Re: AMDS and Availability Manager
sorry, am I the only one who thinks the state of software development is ridiculous if an upgrade of the Java enviroment breaks the application? If anybody would tell me that I do have to ship the C-RTL to every customer and install it in a separate tree since if they had a newer one the program would not run, I would declare that person nuts. But for Java this just is accepted as "normal". In which direction is IT moving here?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:30 AM
04-28-2004 04:30 AM
Re: AMDS and Availability Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 12:30 PM
04-28-2004 12:30 PM
Re: AMDS and Availability Manager
Yep, the JRE updates are a real pain irrespective of the environment. There are differences between JRE 1.3 and 1.4 that break applications written using the earlier one. Hmmm backwards compatibility eh?
Thankfully you can have multiple JREs installed on your workstation.
As regards AM, there's one issue, it seems to be network sensitive. I've never fully got to thebottom of it as I'm the only VMS admin here and increasinly have less and less VMS stuff to do.
HP, on a number of products,are moving away from JRE's, the new Insight Manager still uses a JRE but the statements being made are that it is gradually being removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 04:26 AM
05-24-2004 04:26 AM
Re: AMDS and Availability Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 06:15 AM
05-24-2004 06:15 AM
Re: AMDS and Availability Manager
what do you mean download the latest software?
The current release AM V2.3-1 is available from
http://h71000.www7.hp.com/openvms/products/availman/
and V2.4 will be arriving real soon now.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 05:38 AM
11-26-2004 05:38 AM
Re: AMDS and Availability Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 08:57 AM
11-26-2004 08:57 AM
Re: AMDS and Availability Manager
The answer to your question is to install the current DECamds Console kit and all will be fine. This will be on the VMS CDs or from the Availability Manager web site
http://h71000.www7.hp.com/openvms/products/availman/
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 08:21 PM
11-26-2004 08:21 PM
Re: AMDS and Availability Manager
to clarify on Ian's answer, you need to install the NEW AMDS (V7.3-2) kit on the OLD (V7.3-1) OpenVMS systems, so that they'll get the library for the new OpenVMS version.
You only have one kit for AMDS, you need to modify the OPTIONS to also install the GUI:
Do you want the defaults for all options? [YES] NO
and then answer YES to the question about also installing the data analyzer.
For AVAIL_MAN, there are now 2 separate kits: AVAIL_MAN_COL (collector) and AVAIL_MAN_ANA (the GUI).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 01:46 AM
12-02-2004 01:46 AM
Re: AMDS and Availability Manager
What is still missing from AM is the System Overview window of AMDS. AM allows you to view only one group at a time.
Regards,
Bart Zorn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 04:52 AM
12-05-2004 04:52 AM
Re: AMDS and Availability Manager
bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 06:34 AM
12-06-2004 06:34 AM
Re: AMDS and Availability Manager
Here are some answers to what has been brought up lately.
To veiw newer versions of OpenVMS, one must upgrade a system with the latest kit. For the most part, the support for a newer version of OpenVMS is in the data collection programs which are part of the Data Analyzer (GUI). Sometimes the Data Collector/Provider piece (RMDRIVER) is enhanced for a release of OpenVMS, but the Data Analyzers are coded to know what version of RMDRIVER they are communicating with, and what the capabilities are.
In conclusion, most of the time you get support for a newer version of OpenVMS by just installing and using the new version of the Data Analyzer.
Barry Kierstein
No longer "Eber"...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 08:36 AM
12-17-2004 08:36 AM
Re: AMDS and Availability Manager
From your Forum Profile:
I have assigned points to 32 of 100 responses to my questions.
Maybe you can find some time to do some assigning?
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption â My Question(s)â you will find â questions or topics with unassigned points â Clicking that will give all, and only, your questions that still have unassigned postings.
Thanks on behalf of your Forum colleagues.
PS. â nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â please do not take offence â none is intended!
Proost.