restore_array_var

Purpose:

Restore array values.

The contents of all CyFlex array variables are continuously saved in hard disk files by the “save_status” application. The values are stored in files in the /data/ directory with file names that are ‘label’.array

When CyFlex is shutdown by the “slay_stuff” command, one last update of these files is performed. If there is a need to restore the contents of an array variable when the system is restarted with a “go” command, then the array values can be recovered from the disk file with this command.

Enter:

restore_array_var <label>
The commands are usually placed in the /cell/go.scp startup script.

Where:

label Specify the label associated with the array value to recover.

Example:

restore_array_var state
restore_array_var priority

Notes:

 

See Also: