Operating System - OpenVMS
1753925 Members
8918 Online
108810 Solutions
New Discussion

Re: getting the internal temperaéture of a ds15

 
SOLVED
Go to solution
labadie_1
Honored Contributor

getting the internal temperaéture of a ds15

I manage a bunch of DS10 (Vms 7.2-1 or Vms 7.3-2) and DS15 (Vms 7.3-2).

f$getsyi("temperature_vector")
works fine on all DS10 (which are older than the DS15), but the same on the DS15 gives the well-known

%SYSTEM-E-NOT_LOADED, system service or exec routine is not loaded

I will look closely at a DS15 when I will be near one (!) (do they have the necessary hardware ?) but may be some people could explain me this strange fact.

Regards

Gerard
6 REPLIES 6
John Gillings
Honored Contributor
Solution

Re: getting the internal temperaéture of a ds15

Gerard,

The TEMPERATURE_VECTOR mechanism through $GETSYI was only implemented on DS10, DS20 and ES40.

There's supposed to be a new system service to implement a system independent interface to the environment sensors, but I can't see it documented yet

A crucible of informative mistakes
labadie_1
Honored Contributor

Re: getting the internal temperaéture of a ds15

Thanks John

And congratulations for your great article about Fake_rtl in the last Openvms Technical Journal.
John Gillings
Honored Contributor

Re: getting the internal temperaéture of a ds15

Gerard,
>Fake_rtl in the last Openvms Technical Journal.

Thanks. Good to hear that someone read it! Please let me know if you have any problems making it work.
A crucible of informative mistakes
Volker Halle
Honored Contributor

Re: getting the internal temperaéture of a ds15

Gerard,

please see the recent thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1000609

There is a SYS$GET_ENV_SENSORS system service, but it's undocumented.

Volker.
Robert Atkinson
Respected Contributor

Re: getting the internal temperaéture of a ds15

How do you translate this into something usable? :-

ALPHA_ROB$ ws f$getsyi("temperature_vector")
FFFFFFFFFFFFFFFFFFFF131415191919
ALPHA_ROB$

Rob.
Volker Halle
Honored Contributor

Re: getting the internal temperaéture of a ds15