Appendix D: Using the AFU for DOS ● 72SAVEThe SAVE command saves the contents of a HostRAID controller’s flash in a UFI file. The nameof the UFI file is based on the HostRAID controller type and cannot be changed.Command SyntaxThe command syntax for the SAVE command is as follows:AFU SAVE [/C<Controller ID>] [/D <UFI File Path>]Command SwitchesThe following switches are available:● /C <Controller ID> is one or more HostRAID controller IDs representing the set ofcontrollers on which to perform the specified command. The default is 0, which meansthat if the computer has multiple HostRAID controllers, the AFU defaults to controller 0unless you specify otherwise.You can specify a single HostRAID controller ID, for example:/C 0multiple IDs separated by commas, for example:/C 0,2or ALL to indicate all HostRAID controllers.Note: If you are using multiple HostRAID controllers, you must specify the controlleryou want by using the /C switch; otherwise, the AFU displays an error message andexits. You cannot select ALL HostRAID controllers when specifying SAVE.● /D <UFI File Path> specifies the path (drive and directory) where the UFI files are located.If you do not specify the /D switch, the AFU looks for, or creates, UFI files in the defaultlocation.Note: You cannot specify the name of a UFI file, only its path. UFI filenames arepredefined, based on the HostRAID controller type.ExamplesIn the following example, the AFU saves flash contents from HostRAID controller 0 to a UFIfile in the current default drive and directory:A:\> AFU SAVE /C 0In the following example, the AFU saves flash contents from Controller 1 to a UFI file inC:\UFI_FILES.A:\> AFU SAVE /C 1 /D C:\UFI_FILES