3 firmware upgrade facility configuration, Ssf configuration – Artesyn System Services Framework Installation and Use (November 2014) User Manual
Page 62

SSF Configuration
System Services Framework Installation and Use (6806800S58E)
62
4.3.3
Firmware Upgrade Facility Configuration
The Firmware Upgrade Facility (FUF) configuration file FUF.conf, contains the default values.
You can add your own commands/devices to this file at any time. Once the file is modified, the
BCSIM TLServer should be restarted to implement the changes. The file FUF.conf is available
in the /opt/ssf/etc/config/bcsim folder and can be edited using any text editor, such
as "vim". FUF.conf file contains tokens, constant values, and variables.
Tokens:
The tokens represented by ’%’ sign are keywords for the file. Following are the keywords
supported by FUF.conf.
#
- Represents a comment.
%DEVICE
– Represents an upgradeable device.
{
- Indicates the start of the FUF configuration for the %DEVICE.
%DIRNAME
– Specifies the default directory where the file related commands, such as upgrade
and verify are stored. If you don't specify a directory name then the current directory is
searched.
%FILENAME
– Default name of the file, if not given the user has to provide this for file related
commands like verify/upgrade.
%COMMAND
– Marks the beginning of the commands/operations supported by the FUF. As of
now there is an option for specifying upgrade/mark/query/verify operations using the FUF.
%UPGRADE
– Command to be given to update the upgradeable device, if a third party
hardware need to modify the commands.
%VERIFY
– Command to be given to verify the image to be updated.
%QUERY
- Command to be given to query the upgradeable device.
%MARK
- Command to be given to mark the device bank to use for the next boot-up.