- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Hardware command?
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
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
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
01-24-2013 01:30 PM
01-24-2013 01:30 PM
Hardware command?
Allmighty OpenVMS gurus,
Is there a simple DCL command I can use to display the hardware model vendor/manufacturer of my OpenVMS system?
I need this for inventory/CMDB population together with other data.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2013 01:36 PM
01-24-2013 01:36 PM
Re: Hardware command?
There are a number of lexical function arguments that can provide some model and architecture information. As far as manufacturer? That mostly depends on your model and it's definition. It isn't likely that you're going to get much real information from an emulated or virtual system. Check the F$GETSYI lexical function and it's arguments to see if you get the information you need. The arguments are abbreviated but not impossible to figure out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2013 03:46 PM
01-24-2013 03:46 PM
Re: Hardware command?
I think you'll find that you can hard-code the vendor/manufacturer of all your OpenVMS systems. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 05:10 AM
01-25-2013 05:10 AM
Re: Hardware command?
Hi - there is also a free product call RCM (Revision and Configuration Manager which can be
downloaded here:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=RCMBASE01
Although it is intended for Mission Critical custemers - you can use it to create snapshots of the
system(s)
Hope this helps - regards,
Steve.B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 05:52 AM
01-25-2013 05:52 AM
Re: Hardware command?
SHOW CPU /FULL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 06:34 AM
01-25-2013 06:34 AM
Re: Hardware command?
Hi,
Not to split hairs but (at one time) OpenVMS was supported (and/or ran, natively, not emulated) on systems not only manufactured by Digital/Compaq/HP but also Tadpole (ALPHAbook 1) and various "Alpha Server Clones" such as Aspen Systems and Carrera Computers. I believe there were some also other vendors that took core VAX and Alpha boards and re-manufactured them into hardened mil-spec boxes.
The DS20L started out life as the API Networks C20, but code wasnot added in OpenVMS to handle that.
- Dave