- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Determing third party software versions
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
05-18-2005 07:25 AM
05-18-2005 07:25 AM
Please forgive another newbie question, but, is there an easy way to list the third party software, including version information, from OpenVMS? Similiar question is being asked on the HP-UX and Microsoft Forums as I have machines in thos categories as well.
Thanks in advance,
Chuck Ciesinski
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 01:26 PM
05-18-2005 01:26 PM
SolutionYou don't mention what platform or VMS version.
The following should be a start:
$ product show product
$ type sys$update:vmsinstal.history
It will also depend on the installation method
used by the products. If they don't use PRODUCT
or VMSINSTAL then it will be more difficult.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 06:16 PM
05-18-2005 06:16 PM
Re: Determing third party software versions
anal/ima/head exe_name
and look for "Image Identification Information" field "image file identification".
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 06:40 PM
05-18-2005 06:40 PM
Re: Determing third party software versions
If you do have to examine images, the attached
DCL can be useful.
Sample output:
$ @image_ident dbsexe:*.exe
RRV
SCAN_DISK
SCAN_FILE_LOCKS
SCAN_QUEUES
SCAN_RIGHTSLIST
SEEK_USERS <01> created 17-MAY-1995 09:33:15.20
SET_USERNAME
This of course assumes that an IDENT was specified
during the link.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:06 PM
05-18-2005 07:06 PM
Re: Determing third party software versions
for _THOSE_ products that behave well enough to link their .EXEs with an image version (the ones that Wim's solution works for) there exists a nice utility:
$ @SYS$UPDATE:DECW$GET_IMAGE_VERSION
This deposits the content of "image file identification" into your_symbol_name.
-- And if they did not behave well enough, you always get version 1.0, so no not-found issues, but then you will have to find some other means.
BTW: many (but by far not all) products have some way of retrieval of their version.
But yes, that wheel has been invented many times, and no, they do not fit each other.
So, you need a dedicated piece of code for every product you want to query :-(
just my EUR 0.02
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 08:33 PM
05-18-2005 08:33 PM
Re: Determing third party software versions
Some products place files in SYS$UPDATE which indicate versions and what was installed.
For RDB and related products look in
SYS$COMMON:[SYSMGR.VAXINFO$PRODUCTS]
for files that indicate the product version and list the files that where installed.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 08:34 PM
05-18-2005 08:34 PM
Re: Determing third party software versions
It is possible to use:
$product show history
to check version and history of products.
Saludos
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 08:47 PM
05-18-2005 08:47 PM
Re: Determing third party software versions
The 'script' files specifies for a lot of products, how to get the version.
(At the beginning are some customization, mainly file location, must be editied).
regards Kalle