RE: :System and *_VECTOR item codes

2001-08-17 Thread Carl Friedberg
On a DS20E, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) FF01 $ On an ES40, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) $ Neither of these seems useful... Carl -Original Message- From: Craig A. Berry

Re: VMS::System and *_VECTOR item codes

2001-08-17 Thread LBOHAN
The item codes: POWER_VECTOR, TEMPERATURE_VECTOR, THERMAL_VECTOR, and FAN_VECTOR are defined in syidef.h for recent VMS and C versions. However, that doesn't mean the underlying hardware and supporting cpu routines know how to serve up this info. Unfortunately, $getsyi will fail if even

RE: :System and *_VECTOR item codes

2001-08-17 Thread Dan Sugalski
At 06:41 AM 8/17/2001 -0400, Carl Friedberg wrote: On a DS20E, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) FF01 $ On an ES40, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) $ Neither of these seems useful... They

RE: :System and *_VECTOR item codes

2001-08-17 Thread Craig A. Berry
At 12:45 PM -0400 8/17/01, Dan Sugalski wrote: At 06:41 AM 8/17/2001 -0400, Carl Friedberg wrote: $ write sys$output f$getsyi(thermal_vector) $ Neither of these seems useful... They aren't. You've apparently got a set of systems without the on-chip temperature

RE: :System and *_VECTOR item codes

2001-08-17 Thread Carl Perkins
Dan Sugalski [EMAIL PROTECTED] wrote: On a DS20E, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) FF01 $ On an ES40, VMS7.2-1: $ write sys$output f$getsyi(thermal_vector) $ Neither of these seems useful... They aren't. You've