- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- F$GETSYI("TEMPERATURE_VECTOR") On ES45
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
01-17-2007 10:00 PM
01-17-2007 10:00 PM
$ WS f$getsyi("temperature_vector")
%SYSTEM-E-NOT_LOADED, system service or exec routine is not loaded \TEMPERATURE_VECTOR\
Does anyone know if this is a hardware limitation, of something to do with my OS installation, as this works fine on a DS10/DS20.
I'm running SRM 7.2 and VMS 7.3-2.
Cheers, Rob.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 10:37 PM
01-17-2007 10:37 PM
Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45
seems to be hardware related.
I have env_check working on various node, but not the ES45 model 2/2B (HW model 2020) nodes!
NODEX> write sys$output f$getsyi("hw_model")
2020
NODEX> @env_check
%SYSTEM-E-NOT_LOADED, system service or exec routine is not loaded
\THERMAL_VECTOR\
NODEX>
Regards,
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 11:00 PM
01-17-2007 11:00 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 11:08 PM
01-17-2007 11:08 PM
Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45
> %SYSTEM-E-NOT_LOADED, system service or exec routine is not loaded
Duncan said,
> seems to be hardware related.
It is indeed hardware related and is discussed in one of the old OpenVMS Wizard responses. See
http://h71000.www7.hp.com/wizard/wiz_9337.html
In essence it means that your system doesn't make temperature information available by this mechanism. I haven't heard whether some other undocumented means might exist.
Hope this helps,
Galen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 11:11 PM
01-17-2007 11:11 PM
Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45
I'd Googled for this, but didn't get anything.
Cheers, Rob.