Notes, Example – Visara Master Console Center Administration Guide User Manual
Page 51
Chapter 4 MCC Configuration File Management
Administration Guide
51
Notes:
A “desired” field must be defined for the Set Desired Status option to function
correctly in the OS task list (TaskMan).
The fields “tmmode” and “moveable” must be defined for the moving software
between OS’s option to work in the OS task list (TaskMan). Refer to Moving
Tasks between Operating Systems on page 52.
Task Manager can track the program which last changed the “desired” field.
This is useful for monitoring scripts in certain environments. To do this, create a
field named “desiredsetby” as a string with length 6. Then, when the “desired”
field is changed by a script or by the Task Manager GUI, “desiredsetby” is
changed to “SCRIPT” or “TMGUI” respectively.
Note: If the length of the “desiredsetby” field is less than 6, only the
specified number of characters is copied to the field.
Example:
[fields mvsfields]
current =order:1, wakeable:true, type:list, list:current
desired =order:2, wakeable:true, type:list, list:desired
desiredsetby =order:3, wakeable:false, type:string, length:6
[fields unixfields]
current =order:1, wakeable:true, type:list, list:current
desired =order:2, wakeable:true, type:list, list:desired