For a specified variable or field, this command either gives it a specified value or displays information about its valid values.
Syntax
variable = { setting | ? }
Syntax Elements
- variable
- Name of variable or name or identifier of field.
- setting
- Value to give variable.
- ?
- Displays information about valid values for variable.
Usage Notes
- Changes to the configuration settings are logged automatically. A history of the changes made to the GDO can be viewed using the gdomview command-line tool from the system console. The gdomview online documentation is accessible from a system console using the man and pdehelp commands.
Example: Setting a ctl field value
> scr dbs(0) Minimum Node Action: Clique-Down (1) Minimum Nodes Per Clique: 1 (2) FSG cache Percent: 0 (3) Clique Failure: Clique-Down (4) Cylinder Read: On (5) Restart After DAPowerFail: On (6) Cylinder Read Ageing Threshold: 0 (7) Maximum Fatal AMPs: 0 > minimum nodes per clique=? CTL: Minimum Nodes Per Clique Default value is 1. Valid range is from 1 to 2147483646. > minimum nodes per clique=3 > screen (0) Minimum Node Action: Clique-Down (1) Minimum Nodes Per Clique: 3 (2) FSG cache Percent: 0 (3) Clique Failure: Clique-Down (4) Cylinder Read: On (5) Restart After DAPowerFail: On (6) Cylinder Read Ageing Threshold: 0 (7) Maximum Fatal AMPs: 0 > 1=2 > screen (0) Minimum Node Action: Clique-Down (1) Minimum Nodes Per Clique: 2 (2) FSG cache Percent: 0 (3) Clique Failure: Clique-Down (4) Cylinder Read: On (5) Restart After DAPowerFail: On (6) Cylinder Read Ageing Threshold: 0 (7) Maximum Fatal AMPs: 0