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={[folder/]workstationame | [folder/]workstationclassname}] |
[workstation | ws=[folder/]workstationame] |
[workstationclass | wscl=[folder/]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. - [folder/]workstation | ws
- If no argument follows, update all workstation definitions.
If argument [folder/]workstationname follows, updates the workstationname workstation. Wildcard characters are permitted.
- [folder/]workstationclass | wscl
- If no argument follows, modify all workstation class definitions.
If argument [folder/]workstationclassname follows, updates the workstationclassname workstation class. Wildcard characters are permitted.
- filter
- The workstation scheduling object filter criteria to use.
- 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 specifyon
, 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 specifyoff
, the workstation or all workstations belong to a workstation class are included in the next production plan.
Comments
Final
job
stream running) or you might run JnextPlan command.Examples
AB
are not included in the
next production plan and you need to update the ignore
attribute
to ON
on their definitions, run the following command: update ws=AB@;set ignore=on
ignore
attribute
to OFF
on all workstations definition in your database,
without replying to the composer prompting confirmation,
run the following command: update ws;set ignore=off; noask
ignore
attribute to ON
on
their definitions, run the following command: update wscl=NewYork;set ignore=on
DOMWIN1
are
included in the next production plan and you need to update the ignore
attribute
to OFF
on all workstations definition in your database,
without replying to the composer prompting confirmation,
run the following command: update ws;filter domain=DOMWIN1; set ignore=off; noask
MAIN_TABLE
vartable
are included in the next production plan, and you need to update the ignore
attribute
to ON
on all workstations definition in your database,
run the following command: update ws=@; filter vartable=MAIN_TABLE domain=MASTER@; set ignore=on
Austin
, stored in folder
Texas
, run the command:update ws Texas/Austin
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