Ssf configuration – Artesyn System Services Framework Installation and Use (November 2014) User Manual
Page 64

SSF Configuration
System Services Framework Installation and Use (6806800S58E)
64
New Device Firmware Upgrade Support:
To add firmware upgrade support to any new device through SSF interface, user can add the
device details to the FUF.conf file and then restart the BCSIM TLServer.
To add firmware upgrade support to a new device:
1. Open the FUF.conf file
$vim /opt/ssf/etc/config/bcsim/FUF.conf
2. Add new device details at the end of the file, and save the changes to the file.
%DEVICE:<Device Name>
{
%DIRNAME: <Path, where firmware upgrade file is present >
%FILENAME: <firmware upgrade File Name>
%COMMAND:
%UPGRADE: fcu --upgrade -f <filename>
%VERIFY: fcu --verify -f <filename>
%QUERY: fcu --query -d <Device Name>
%MARK: fcu --mark -b <bank-id> -d <Device Name>
}
3. Restart the BCSIM TLServer on the blade.
$/opt/ssf/etc/config/S99SsfBcsimRun<blade>.sh restart
Note: Blank spaces and tabs at the end of the line should be removed.