update
Modifies the attribute settings of some specific scheduling object type that is defined in the database without using the modify or replace commands. You might update some attribute settings for the specific object type in the database without opening and modifying the object definition in a text editor or replace the object definition by using the new content that is saved in a text file.
Authorization
You must have the modify and display access to update object properties, otherwise composer is unable to update the object attributes.
Syntax
{update | up}
{[cpu={workstationame | workstationclassname}] |
[workstation | ws=workstationame] |
[workstationclass | wscl=workstationclassname];
[filter workstation_filter_criteria= selection [...]];
set [ignore= on | off]]}
[;noask]
Arguments
- cpu
- Updates workstations or workstation classes.
- workstationame
- The name of the workstation. Wildcard characters are permitted.
- workstationclassname
- The name of the workstation class. Wildcard characters are permitted.
Note: The command does not update domains. - workstation | ws
- If no argument follows, update all workstation definitions.
If argument workstationname follows, update the workstationname workstation. Wildcard characters are permitted.
- workstationclass | wscl
- If no argument follows, modify all workstation class definitions.
If argument workstationclassname follows, update the workstationclassname workstation class. Wildcard characters are permitted.
- filter
- The workstation scheduling object filter criteria to use.
- For more information about workstation scheduling object filtering criteria, see Table 1.
- set
- The set criteria is mandatory and introduces the list of the object attribute settings to modify.
- ignore=on | off
- The ignore workstation, cpu, and workstation class attribute. If you specify on, the workstation or workstation class is set to ignore in the database and the workstation or all workstations which belong to a workstation class are not included in the next production plan. If you specify off, the workstation or all workstations belong to a workstation class are included in the next production plan.
Comments
Examples
update ws=AB@;set ignore=on
update ws;set ignore=off; noask
update wscl=NewYork;set ignore=on
update ws;filter domain=DOMWIN1; set ignore=off; noask
update ws=@; filter vartable=MAIN_TABLE domain=MASTER@; set ignore=on
See also
From the Dynamic Workload Console you can perform the same tasks as described in:
the Dynamic Workload Console User's Guide.
- To delete workstations, see
- To delete event rules, see
- To delete all other objects, see