Operating System - OpenVMS
1827936 Members
2242 Online
109973 Solutions
New Discussion

Re: firmware version from OPEN VMS

 
FOX MULDER_2
Frequent Advisor

firmware version from OPEN VMS

I need to firmware details from OPEN VMS.
$ CLUE CONFIG

is not showing the required details about system firmware
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: firmware version from OPEN VMS

If it's an Alpha, you might try

write sys$output f$getsyi( "CONSOLE_VERSION")
write sys$output f$getsyi( "PALCODE_VERSION")

What are "the required details"?
Ian Miller.
Honored Contributor

Re: firmware version from OPEN VMS

Which version of VMS and which architecture (VAX,alpha, I64) ?
____________________
Purely Personal Opinion
FOX MULDER_2
Frequent Advisor

Re: firmware version from OPEN VMS

ok