Appendix E: Installing and Using the Command Line Utility ● 83hrconf restoreRestores the controller configuration by importing it’s configuration settings from a specifiedfile. Deletes the current configuration. The file must have been saved through the BACKUPcommand from a controller of the same type, same number, and type of physical drives withsame channels and device IDs. A reboot is required for the configuration change to take effect.Syntaxhrconf restore <Controller#> <Filename> [noprompt]ParametersController# is the controller numberFilename is the name of the file to read the configuration fromnoprompt: No prompt for confirmation.Examplehrconf restore 1 c:\windows\hr2200 nopromptReturn valuesSUCCESS: 0x00 indicates the command completed successfullyFAILURE: 0x01 indicates the command failedBAD_PATH: 0xFF indicates that the path provided is incorrectFAILURE: 0xFE indicates an error occurred writing the configuration filehrconf setconfigResets the controller's configuration.Syntaxhrconf setconfig <Controller#> DEFAULT [noprompt]ParametersController# is the controller numberDefault: Resets the controller's configuration. Logical drives are deleted, disk drives are reset tothe ready state, and any controller settings are reset to default values.noprompt: No prompt for confirmation.Examplehrconf setconfig 1 default nopromptReturn valuesSUCCESS: 0x00 indicates the command completed successfullyFAILURE: 0x01 indicates the command failed