Compaq ACMS for OpenVMS
Remote Systems Management Guide


Previous Contents Index

9.13.1 Field Descriptions

Following are descriptions of the fields in Table 9-12.

9.13.2 Valid Trap Minimums and Maximums

Table 9-13 lists the values that can be specified as the minimum or maximum for each parameter type.

Table 9-13 Trap Minimums and Maximums
Parameter Value Meaning Valid for These Entities
EVENT_SEVERITY 1 1 Informational MGR
  2 1 Warning MGR
  4 1 Error MGR
  8 1 Fatal MGR
  --1 2 Ignore this field. MGR
EXISTS 0 3 Stopped ACC, CP, EXC, QTI, TSC
  1 4 Started ACC, CP, EXC, QTI, TSC
  --1 2 Ignore this field. ACC, CP, EXC, QTI, TSC


1When configuring alarms for event severities, remember how the values are evaluated. For example, specifying the value 8 (FATAL) as a minimum results in an alarm being generated by all lesser severities. Similarly, specifying the value 1 (INFO) as a maximum results in an alarm being generated by all greater severities.
2The value of -1 causes the field to be ignored. When configuring traps, it is not always desirable to specify both minimum and maximum values. The value -1 can be used as a null placeholder when either value is to be ignored.
3When specified as a maximum, this value causes an alarm to be generated whenever the associated entity type and name is started. This value can be used, for example, to signal when the QTI has been started on a node on which it should not run.
4When specified as a minimum, this value causes an alarm to be generated whenever the associated entity type and name is stopped. This value can be used, for example, to signal when a particular application has been stopped.

9.13.3 SNMP Trap Format

The following is the format of an SNMP trap message. Note that the message is generated as an ASCII string. Fields within the string are separated by a colon.

 time: severity: entity_type: entity_name: parameter: value 

In this format:

9.14 TSC Table

The TSC table contains a single entry for TSC management information.

Table 9-14 TSC Table
Collection Class Field Data Type SNMP Access RPC Access Dynamic
ID record_state integer R R  
ID id_coll_state integer R R  
ID process_name string R R  
ID pid integer R R  
ID start_time time R R  
ID end_time time R R  
CONFIG config_coll_state integer R R  
CONFIG tsc_priority_active integer R R  
CONFIG acms_state integer RW R D
CONFIG tsc_priority_stored integer RW RW  
CONFIG tsc_username_active string R R  
CONFIG tsc_username_stored integer RW RW  
CONFIG cp_priority_active integer R R  
CONFIG cp_priority_stored integer RW RW  
CONFIG cp_slots_active integer R R  
CONFIG cp_slots_stored integer RW RW  
CONFIG max_logins_active integer RW RW D
CONFIG max_logins_stored integer RW RW  
CONFIG max_tts_cp_active integer RW RW D
CONFIG max_tts_cp_stored integer RW RW  
CONFIG perm_cps_active integer RW RW D
CONFIG perm_cps_stored integer RW RW  
CONFIG min_cpis_active integer RW RW D
CONFIG min_cpis_stored integer RW RW  
CONFIG cp_username_active integer R R  
CONFIG cp_username_stored integer RW RW  
CONFIG astlm_active++ integer R R  
CONFIG astlm_stored++ integer RW RW  
CONFIG biolm_active++ integer R R  
CONFIG biolm_stored++ integer RW RW  
CONFIG bytlm_active++ integer R R  
CONFIG bytlm_stored++ integer RW RW  
CONFIG diolm_active++ integer R R  
CONFIG diolm_stored++ integer RW RW  
CONFIG enqlm_active++ integer R R  
CONFIG enqlm_stored++ integer RW RW  
CONFIG fillm_active++ integer R R  
CONFIG fillm_stored++ integer RW RW  
CONFIG pgflquota_active++ integer R R  
CONFIG pgflquota_stored++ integer RW RW  
CONFIG tqelm_active++ integer R R  
CONFIG tqelm_stored++ integer RW RW  
CONFIG wsdefault_active++ integer R R  
CONFIG wsdefault_stored++ integer RW RW  
CONFIG wsextent_active++ integer R R  
CONFIG wsextent_stored++ integer RW RW  
CONFIG wsquota_active++ integer R R  
CONFIG wsquota_stored++ integer RW RW  
RUNTIME runtime_coll_state integer R R  
RUNTIME current_users gauge R R  
RUNTIME cp_slots_used++ gauge R R  
RUNTIME terminals_per_cp_avg++ gauge R R  
RUNTIME astlm_current++ gauge R R  
RUNTIME biolm_current++ gauge R R  
RUNTIME bytlm_current++ gauge R R  
RUNTIME diolm_current++ gauge R R  
RUNTIME enqlm_current++ gauge R R  
RUNTIME fillm_current++ gauge R R  
RUNTIME pgflquota_current++ gauge R R  
RUNTIME tqelm_current++ gauge R R  
RUNTIME wssize_current++ gauge R R  
RUNTIME channelcnt_current++ gauge R R  
POOL pool_coll_state integer R R  
POOL mss_process_total integer R R  
POOL mss_process_free min gauge R R  
POOL mss_process_largest min gauge R R  
POOL mss_process_failures integer R R  
POOL mss_process_garbage integer R R  
ERROR err_coll_state++ integer R R  
ERROR err_count++ integer R R  
ERROR last_err_msg++ string R R  
ERROR time_of_last_error++ time R R  


++Only valid for use with systems running ACMS Version 4.4 or higher.

Key to Access Modes

9.14.1 Field Descriptions

Following are descriptions of the fields in Table 9-14.


Previous Next Contents Index