restore_array_var
Purpose:
-
Restore the contents of a specified CyFlex array variable from a disk file.
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 shut down 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 root name of the array variable to restore.
Example:
-
restore_array_var state
restore_array_var priority