Operating System - OpenVMS
1832140 Members
2883 Online
110038 Solutions
New Discussion

F$GETSYI("TEMPERATURE_VECTOR") On ES45

 
SOLVED
Go to solution
Robert Atkinson
Respected Contributor

F$GETSYI("TEMPERATURE_VECTOR") On ES45

I'm trying to get the temperature of an ES45 model 2B, but get this error :-

$ 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.
4 REPLIES 4
Duncan Morris
Honored Contributor

Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45

Hi Robert,

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


Duncan Morris
Honored Contributor
Solution

Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45

Hi Robert,

all is explained in the ATW note:-

http://h71000.www7.hp.com/wizard/wiz_9337.html


Duncan
Galen Tackett
Valued Contributor

Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45

Rob said,
> %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
Robert Atkinson
Respected Contributor

Re: F$GETSYI("TEMPERATURE_VECTOR") On ES45

Thanks for the help guys.

I'd Googled for this, but didn't get anything.

Cheers, Rob.